跳过导航链接
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 

A

A_CREATE - 类 中的静态变量org.apache.hadoop.util.FindClass
create command: "create"
A_LOAD - 类 中的静态变量org.apache.hadoop.util.FindClass
Load command: "load"
A_PRINTRESOURCE - 类 中的静态变量org.apache.hadoop.util.FindClass
Command to locate and print a resource: "print"
A_RESOURCE - 类 中的静态变量org.apache.hadoop.util.FindClass
Command to locate a resource: "locate"
AbstractCallback() - 类 的构造器org.apache.hadoop.metrics2.MetricsSystem.AbstractCallback
 
AbstractDelegationTokenIdentifier - org.apache.hadoop.security.token.delegation中的类
 
AbstractDelegationTokenIdentifier() - 类 的构造器org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
 
AbstractDelegationTokenIdentifier(Text, Text, Text) - 类 的构造器org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
 
AbstractDelegationTokenSecretManager<TokenIdent extends AbstractDelegationTokenIdentifier> - org.apache.hadoop.security.token.delegation中的类
 
AbstractDelegationTokenSecretManager(long, long, long, long) - 类 的构造器org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
Create a secret manager
AbstractDelegationTokenSecretManager.DelegationTokenInformation - org.apache.hadoop.security.token.delegation中的类
Class to encapsulate a token's renew date and password.
AbstractDNSToSwitchMapping - org.apache.hadoop.net中的类
This is a base class for DNS to Switch mappings.
AbstractDNSToSwitchMapping() - 类 的构造器org.apache.hadoop.net.AbstractDNSToSwitchMapping
Create an unconfigured instance
AbstractDNSToSwitchMapping(Configuration) - 类 的构造器org.apache.hadoop.net.AbstractDNSToSwitchMapping
Create an instance, caching the configuration file.
AbstractFileSystem - org.apache.hadoop.fs中的类
This class provides an interface for implementors of a Hadoop file system (analogous to the VFS of Unix).
AbstractFileSystem(URI, String, boolean, int) - 类 的构造器org.apache.hadoop.fs.AbstractFileSystem
Constructor to be called by subclasses.
AbstractGangliaSink - org.apache.hadoop.metrics2.sink.ganglia中的类
This the base class for Ganglia sink classes using metrics2.
AbstractGangliaSink() - 类 的构造器org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
AbstractGangliaSink.GangliaConfType - org.apache.hadoop.metrics2.sink.ganglia中的枚举
define enum for various type of conf
AbstractGangliaSink.GangliaSlope - org.apache.hadoop.metrics2.sink.ganglia中的枚举
ganglia slope values which equal the ordinal
AbstractLaunchableService - org.apache.hadoop.service.launcher中的类
Subclass of AbstractService that provides basic implementations of the LaunchableService methods.
AbstractLaunchableService(String) - 类 的构造器org.apache.hadoop.service.launcher.AbstractLaunchableService
Construct an instance with the given name.
AbstractMapWritable - org.apache.hadoop.io中的类
Abstract base class for MapWritable and SortedMapWritable Unlike org.apache.nutch.crawl.MapWritable, this class allows creation of MapWritable<Writable, MapWritable> so the CLASS_TO_ID and ID_TO_CLASS maps travel with the class instead of being static.
AbstractMapWritable() - 类 的构造器org.apache.hadoop.io.AbstractMapWritable
constructor.
AbstractMetric - org.apache.hadoop.metrics2中的类
The immutable metric
AbstractMetric(MetricsInfo) - 类 的构造器org.apache.hadoop.metrics2.AbstractMetric
Construct the metric
AbstractService - org.apache.hadoop.service中的类
This is the base implementation class for services.
AbstractService(String) - 类 的构造器org.apache.hadoop.service.AbstractService
Construct the service.
AbstractVerifier() - 类 的构造器org.apache.hadoop.security.ssl.SSLHostnameVerifier.AbstractVerifier
 
accept(Path) - 类 中的方法org.apache.hadoop.fs.GlobFilter
 
accept(Path) - 接口 中的方法org.apache.hadoop.fs.PathFilter
Tests whether or not the specified abstract pathname should be included in a pathname list.
accept(K, V) - 接口 中的方法org.apache.hadoop.util.IdentityHashStore.Visitor
 
acceptableCountryWildcard(String) - 类 中的静态方法org.apache.hadoop.security.ssl.SSLHostnameVerifier.AbstractVerifier
 
accepts(String) - 类 中的方法org.apache.hadoop.metrics2.MetricsFilter
Whether to accept the name
accepts(MetricsTag) - 类 中的方法org.apache.hadoop.metrics2.MetricsFilter
Whether to accept the tag
accepts(Iterable<MetricsTag>) - 类 中的方法org.apache.hadoop.metrics2.MetricsFilter
Whether to accept the tags
accepts(MetricsRecord) - 类 中的方法org.apache.hadoop.metrics2.MetricsFilter
Whether to accept the record
access(Path, FsAction) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
access(Path, FsAction) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
access(Path, FsAction) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
access(String, NativeIO.Windows.AccessRight) - 类 中的静态方法org.apache.hadoop.io.nativeio.NativeIO.Windows
Checks whether the current process has desired access rights on the given path.
ACCESS_TIME_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.fs.FSProtos.FileStatusProto
 
AccessControlException - org.apache.hadoop.security中的异常错误
An exception class for access control related issues.
AccessControlException() - 异常错误 的构造器org.apache.hadoop.security.AccessControlException
Default constructor is needed for unwrapping from RemoteException.
AccessControlException(String) - 异常错误 的构造器org.apache.hadoop.security.AccessControlException
Constructs an AccessControlException with the specified detail message.
AccessControlException(Throwable) - 异常错误 的构造器org.apache.hadoop.security.AccessControlException
Constructs a new exception with the specified cause and a detail message of (cause==null ?
AccessControlList - org.apache.hadoop.security.authorize中的类
Class representing a configured access control list.
AccessControlList() - 类 的构造器org.apache.hadoop.security.authorize.AccessControlList
This constructor exists primarily for AccessControlList to be Writable.
AccessControlList(String) - 类 的构造器org.apache.hadoop.security.authorize.AccessControlList
Construct a new ACL from a String representation of the same.
AccessControlList(String, String) - 类 的构造器org.apache.hadoop.security.authorize.AccessControlList
Construct a new ACL from String representation of users and groups The arguments are comma separated lists
accessRight() - 枚举 中的方法org.apache.hadoop.io.nativeio.NativeIO.Windows.AccessRight
 
AclEntry - org.apache.hadoop.fs.permission中的类
Defines a single entry in an ACL.
AclEntry.Builder - org.apache.hadoop.fs.permission中的类
Builder for creating new AclEntry instances.
AclEntryScope - org.apache.hadoop.fs.permission中的枚举
Specifies the scope or intended usage of an ACL entry.
AclEntryType - org.apache.hadoop.fs.permission中的枚举
Specifies the type of an ACL entry.
aclSpecToString(List<AclEntry>) - 类 中的静态方法org.apache.hadoop.fs.permission.AclEntry
Convert a List of AclEntries into a string - the reverse of parseAclSpec.
AclStatus - org.apache.hadoop.fs.permission中的类
An AclStatus contains the ACL information of a specific file.
AclStatus.Builder - org.apache.hadoop.fs.permission中的类
Builder for creating new Acl instances.
acquire() - 类 中的方法org.apache.hadoop.util.AutoCloseableLock
A wrapper method that makes a call to lock() of the underlying ReentrantLock object.
action - 类 中的变量org.apache.hadoop.io.retry.RetryPolicy.RetryAction
 
activateOptions() - 类 中的方法org.apache.hadoop.log.Log4Json
Do nothing
ACTIVE_VALUE - 枚举 中的静态变量org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceStateProto
ACTIVE = 1;
ActiveNotFoundException() - 异常错误 的构造器org.apache.hadoop.ha.ActiveStandbyElector.ActiveNotFoundException
 
ActiveStandbyElector.ActiveNotFoundException - org.apache.hadoop.ha中的异常错误
Exception thrown when there is no active leader
ActiveStandbyElector.ActiveStandbyElectorCallback - org.apache.hadoop.ha中的接口
Callback interface to interact with the ActiveStandbyElector object.
actual - 异常错误 中的变量org.apache.hadoop.fs.shell.CommandFormat.IllegalNumberOfArgumentsException
 
add(E) - 类 中的方法org.apache.hadoop.io.EnumSetWritable
 
add(Throwable) - 类 中的方法org.apache.hadoop.io.MultipleIOException.Builder
Add the given Throwable to the exception list.
add(E) - 类 中的方法org.apache.hadoop.ipc.CallQueueManager
 
add(E) - 类 中的方法org.apache.hadoop.ipc.FairCallQueue
Add, put, and offer follow the same pattern: 1.
add(String, long) - 类 中的方法org.apache.hadoop.metrics2.lib.MetricsRegistry
Add sample to a stat metric by name.
add(long) - 类 中的方法org.apache.hadoop.metrics2.lib.MutableQuantiles
 
add(String, long) - 类 中的方法org.apache.hadoop.metrics2.lib.MutableRates
Add a rate sample for a rate metric
add(String, long) - 类 中的方法org.apache.hadoop.metrics2.lib.MutableRatesWithAggregation
Add a rate sample for a rate metric.
add(String, long) - 类 中的方法org.apache.hadoop.metrics2.lib.MutableRollingAverages
 
add(long, long) - 类 中的方法org.apache.hadoop.metrics2.lib.MutableStat
Add a number of samples and their sum to the running stat Note that although use of this method will preserve accurate mean values, large values for numSamples may result in inaccurate variance values due to the use of a single step of the Welford method for variance calculation.
add(long) - 类 中的方法org.apache.hadoop.metrics2.lib.MutableStat
Add a snapshot to the metric
add(MetricsTag) - 类 中的方法org.apache.hadoop.metrics2.MetricsJsonBuilder
 
add(AbstractMetric) - 类 中的方法org.apache.hadoop.metrics2.MetricsJsonBuilder
 
add(MetricsTag) - 类 中的方法org.apache.hadoop.metrics2.MetricsRecordBuilder
Add an immutable metrics tag object
add(AbstractMetric) - 类 中的方法org.apache.hadoop.metrics2.MetricsRecordBuilder
Add a pre-made immutable metric object
add(MetricsInfo, Object) - 类 中的方法org.apache.hadoop.metrics2.MetricStringBuilder
 
add(MetricsTag) - 类 中的方法org.apache.hadoop.metrics2.MetricStringBuilder
 
add(AbstractMetric) - 类 中的方法org.apache.hadoop.metrics2.MetricStringBuilder
 
add(double) - 类 中的方法org.apache.hadoop.metrics2.util.SampleStat.MinMax
 
add(Node) - 类 中的方法org.apache.hadoop.net.InnerNodeImpl
 
add(ServiceStateChangeListener) - 类 中的方法org.apache.hadoop.service.ServiceOperations.ServiceListeners
Thread-safe addition of a new listener to the end of a list.
add(Key) - 类 中的方法org.apache.hadoop.util.bloom.BloomFilter
 
add(Key) - 类 中的方法org.apache.hadoop.util.bloom.CountingBloomFilter
 
add(Key) - 类 中的方法org.apache.hadoop.util.bloom.DynamicBloomFilter
 
add(Key) - 类 中的方法org.apache.hadoop.util.bloom.RetouchedBloomFilter
 
addAll(Credentials) - 类 中的方法org.apache.hadoop.security.Credentials
Copy all of the credentials from one credential object into another.
addAllArgs(Iterable<String>) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
repeated string args = 2;
addAllAuths(Iterable<? extends RpcHeaderProtos.RpcSaslProto.SaslAuth>) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
addAllConfig(Iterable<? extends TraceAdminPB.ConfigPair>) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
repeated .hadoop.common.ConfigPair config = 2;
addAllDescriptions(Iterable<? extends TraceAdminPB.SpanReceiverListInfo>) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
addAllGroups(Iterable<String>) - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
repeated string groups = 1;
addAllMethods(Iterable<? extends Integer>) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
repeated uint32 methods = 2;
addAllProtocolSignature(Iterable<? extends ProtocolInfoProtos.ProtocolSignatureProto>) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
addAllProtocolVersions(Iterable<? extends ProtocolInfoProtos.ProtocolVersionProto>) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
addAllResponses(Iterable<? extends GenericRefreshProtocolProtos.GenericRefreshResponseProto>) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
addAllSecrets(Iterable<? extends SecurityProtos.CredentialsKVProto>) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
addAllTokens(Iterable<? extends SecurityProtos.CredentialsKVProto>) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
addAllVersions(Iterable<? extends Long>) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
repeated uint64 versions = 2; Protocol version corresponding to the rpc kind.
addArgs(String) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
repeated string args = 2;
addArgsBytes(ByteString) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
repeated string args = 2;
addArgument(String) - 类 中的方法org.apache.hadoop.fs.shell.find.BaseExpression
Add a single argument to this expression.
addArguments(Deque<String>) - 类 中的方法org.apache.hadoop.fs.shell.find.BaseExpression
 
addArguments(Deque<String>, int) - 类 中的方法org.apache.hadoop.fs.shell.find.BaseExpression
Add a specific number of arguments to this expression.
addArguments(Deque<String>) - 接口 中的方法org.apache.hadoop.fs.shell.find.Expression
Adds arguments to this expression.
addArguments(Deque<String>) - 类 中的方法org.apache.hadoop.fs.shell.find.FilterExpression
 
addAuths(RpcHeaderProtos.RpcSaslProto.SaslAuth) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
addAuths(int, RpcHeaderProtos.RpcSaslProto.SaslAuth) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
addAuths(RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
addAuths(int, RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
addAuthsBuilder() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
addAuthsBuilder(int) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
addChildren(Deque<Expression>) - 类 中的方法org.apache.hadoop.fs.shell.find.BaseExpression
 
addChildren(Deque<Expression>, int) - 类 中的方法org.apache.hadoop.fs.shell.find.BaseExpression
Add a specific number of children to this expression.
addChildren(Deque<Expression>) - 接口 中的方法org.apache.hadoop.fs.shell.find.Expression
Adds children to this expression.
addChildren(Deque<Expression>) - 类 中的方法org.apache.hadoop.fs.shell.find.FilterExpression
 
addConfig(TraceAdminPB.ConfigPair) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
repeated .hadoop.common.ConfigPair config = 2;
addConfig(int, TraceAdminPB.ConfigPair) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
repeated .hadoop.common.ConfigPair config = 2;
addConfig(TraceAdminPB.ConfigPair.Builder) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
repeated .hadoop.common.ConfigPair config = 2;
addConfig(int, TraceAdminPB.ConfigPair.Builder) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
repeated .hadoop.common.ConfigPair config = 2;
addConfigBuilder() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
repeated .hadoop.common.ConfigPair config = 2;
addConfigBuilder(int) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
repeated .hadoop.common.ConfigPair config = 2;
addConfigurationPair(String, String) - 类 中的方法org.apache.hadoop.tracing.SpanReceiverInfoBuilder
 
addCounter(MetricsInfo, int) - 类 中的方法org.apache.hadoop.metrics2.MetricsJsonBuilder
 
addCounter(MetricsInfo, long) - 类 中的方法org.apache.hadoop.metrics2.MetricsJsonBuilder
 
addCounter(MetricsInfo, int) - 类 中的方法org.apache.hadoop.metrics2.MetricsRecordBuilder
Add an integer metric
addCounter(MetricsInfo, long) - 类 中的方法org.apache.hadoop.metrics2.MetricsRecordBuilder
Add an long metric
addCounter(MetricsInfo, int) - 类 中的方法org.apache.hadoop.metrics2.MetricStringBuilder
 
addCounter(MetricsInfo, long) - 类 中的方法org.apache.hadoop.metrics2.MetricStringBuilder
 
addCredentials(Credentials) - 类 中的方法org.apache.hadoop.security.UserGroupInformation
Add the given Credentials to this user.
addDateHeader(String, long) - 类 中的方法org.apache.hadoop.security.http.XFrameOptionsFilter.XFrameOptionsResponseWrapper
 
addDefaultResource(String) - 类 中的静态方法org.apache.hadoop.conf.Configuration
Add a default resource.
addDelegationTokens(Configuration, Credentials, String, String) - 接口 中的方法org.apache.hadoop.security.token.DtFetcher
Add any number of delegation tokens to Credentials object and return a token instance that is appropriate for aliasing, or null if none.
addDeprecation(String, String[], String) - 类 中的静态方法org.apache.hadoop.conf.Configuration
addDeprecation(String, String, String) - 类 中的静态方法org.apache.hadoop.conf.Configuration
Adds the deprecated key to the global deprecation map.
addDeprecation(String, String[]) - 类 中的静态方法org.apache.hadoop.conf.Configuration
addDeprecation(String, String) - 类 中的静态方法org.apache.hadoop.conf.Configuration
Adds the deprecated key to the global deprecation map when no custom message is provided.
addDeprecations(Configuration.DeprecationDelta[]) - 类 中的静态方法org.apache.hadoop.conf.Configuration
Adds a set of deprecated keys to the global deprecations.
addDescriptions(TraceAdminPB.SpanReceiverListInfo) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
addDescriptions(int, TraceAdminPB.SpanReceiverListInfo) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
addDescriptions(TraceAdminPB.SpanReceiverListInfo.Builder) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
addDescriptions(int, TraceAdminPB.SpanReceiverListInfo.Builder) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
addDescriptionsBuilder() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
addDescriptionsBuilder(int) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
addEndpoint(URI) - 类 中的方法org.apache.hadoop.http.HttpServer2.Builder
Add an endpoint that the HTTP server should listen to.
addEntries(Iterable<AclEntry>) - 类 中的方法org.apache.hadoop.fs.permission.AclStatus.Builder
Adds a list of ACL entries.
addEntry(AclEntry) - 类 中的方法org.apache.hadoop.fs.permission.AclStatus.Builder
Adds an ACL entry.
addFalsePositive(Key) - 类 中的方法org.apache.hadoop.util.bloom.RetouchedBloomFilter
Adds a false positive information to this retouched Bloom filter.
addFalsePositive(Collection<Key>) - 类 中的方法org.apache.hadoop.util.bloom.RetouchedBloomFilter
Adds a collection of false positive information to this retouched Bloom filter.
addFalsePositive(List<Key>) - 类 中的方法org.apache.hadoop.util.bloom.RetouchedBloomFilter
Adds a list of false positive information to this retouched Bloom filter.
addFalsePositive(Key[]) - 类 中的方法org.apache.hadoop.util.bloom.RetouchedBloomFilter
Adds an array of false positive information to this retouched Bloom filter.
addFencingParameters(Map<String, String>) - 类 中的方法org.apache.hadoop.ha.HAServiceTarget
Hook to allow subclasses to add any parameters they would like to expose to fencing implementations/scripts.
addField(String) - 类 中的方法org.apache.hadoop.tools.TableListing.Builder
 
addField(String, TableListing.Justification) - 类 中的方法org.apache.hadoop.tools.TableListing.Builder
 
addField(String, boolean) - 类 中的方法org.apache.hadoop.tools.TableListing.Builder
 
addField(String, TableListing.Justification, boolean) - 类 中的方法org.apache.hadoop.tools.TableListing.Builder
Add a new field to the Table under construction.
addFilter(String, String, Map<String, String>) - 接口 中的方法org.apache.hadoop.http.FilterContainer
Add a filter to the container.
addGauge(MetricsInfo, int) - 类 中的方法org.apache.hadoop.metrics2.MetricsJsonBuilder
 
addGauge(MetricsInfo, long) - 类 中的方法org.apache.hadoop.metrics2.MetricsJsonBuilder
 
addGauge(MetricsInfo, float) - 类 中的方法org.apache.hadoop.metrics2.MetricsJsonBuilder
 
addGauge(MetricsInfo, double) - 类 中的方法org.apache.hadoop.metrics2.MetricsJsonBuilder
 
addGauge(MetricsInfo, int) - 类 中的方法org.apache.hadoop.metrics2.MetricsRecordBuilder
Add a integer gauge metric
addGauge(MetricsInfo, long) - 类 中的方法org.apache.hadoop.metrics2.MetricsRecordBuilder
Add a long gauge metric
addGauge(MetricsInfo, float) - 类 中的方法org.apache.hadoop.metrics2.MetricsRecordBuilder
Add a float gauge metric
addGauge(MetricsInfo, double) - 类 中的方法org.apache.hadoop.metrics2.MetricsRecordBuilder
Add a double gauge metric
addGauge(MetricsInfo, int) - 类 中的方法org.apache.hadoop.metrics2.MetricStringBuilder
 
addGauge(MetricsInfo, long) - 类 中的方法org.apache.hadoop.metrics2.MetricStringBuilder
 
addGauge(MetricsInfo, float) - 类 中的方法org.apache.hadoop.metrics2.MetricStringBuilder
 
addGauge(MetricsInfo, double) - 类 中的方法org.apache.hadoop.metrics2.MetricStringBuilder
 
addGlobalFilter(String, String, Map<String, String>) - 接口 中的方法org.apache.hadoop.http.FilterContainer
Add a global filter to the container.
addGroup(String) - 类 中的方法org.apache.hadoop.security.authorize.AccessControlList
Add group to the names of groups allowed for this service.
addGroups(String) - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
repeated string groups = 1;
addGroupsBytes(ByteString) - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
repeated string groups = 1;
addHeader(String, String) - 类 中的方法org.apache.hadoop.security.http.XFrameOptionsFilter.XFrameOptionsResponseWrapper
 
addIfService(Object) - 类 中的方法org.apache.hadoop.service.CompositeService
If the passed object is an instance of Service, add it to the list of services managed by this CompositeService
addIntHeader(String, int) - 类 中的方法org.apache.hadoop.security.http.XFrameOptionsFilter.XFrameOptionsResponseWrapper
 
addKey(DelegationKey) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
Add a previously used master key to cache (when NN restarts), should be called before activate().
addLink(Configuration, String, String, URI) - 类 中的静态方法org.apache.hadoop.fs.viewfs.ConfigUtil
Add a link to the config for the specified mount table
addLink(Configuration, String, URI) - 类 中的静态方法org.apache.hadoop.fs.viewfs.ConfigUtil
Add a link to the config for the default mount table
addLinkFallback(Configuration, String, URI) - 类 中的静态方法org.apache.hadoop.fs.viewfs.ConfigUtil
Add a LinkFallback to the config for the specified mount table.
addLinkFallback(Configuration, URI) - 类 中的静态方法org.apache.hadoop.fs.viewfs.ConfigUtil
Add a LinkFallback to the config for the default mount table.
addLinkMerge(Configuration, String, URI[]) - 类 中的静态方法org.apache.hadoop.fs.viewfs.ConfigUtil
Add a LinkMerge to the config for the specified mount table.
addLinkMerge(Configuration, URI[]) - 类 中的静态方法org.apache.hadoop.fs.viewfs.ConfigUtil
Add a LinkMerge to the config for the default mount table.
addLinkMergeSlash(Configuration, String, URI) - 类 中的静态方法org.apache.hadoop.fs.viewfs.ConfigUtil
Add a LinkMergeSlash to the config for the specified mount table.
addLinkMergeSlash(Configuration, URI) - 类 中的静态方法org.apache.hadoop.fs.viewfs.ConfigUtil
Add a LinkMergeSlash to the config for the default mount table.
addLinkNfly(Configuration, String, String, String, URI...) - 类 中的静态方法org.apache.hadoop.fs.viewfs.ConfigUtil
 
addLinkNfly(Configuration, String, URI...) - 类 中的静态方法org.apache.hadoop.fs.viewfs.ConfigUtil
 
addMethods(int) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
repeated uint32 methods = 2;
addOptionWithValue(String) - 类 中的方法org.apache.hadoop.fs.shell.CommandFormat
add option with value
addPersistedDelegationToken(TokenIdent, long) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
This method is intended to be used for recovering persisted delegation tokens.
addProtocol(RPC.RpcKind, Class<?>, Object) - 类 中的方法org.apache.hadoop.ipc.RPC.Server
Add a protocol to the existing server.
addProtocolSignature(ProtocolInfoProtos.ProtocolSignatureProto) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
addProtocolSignature(int, ProtocolInfoProtos.ProtocolSignatureProto) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
addProtocolSignature(ProtocolInfoProtos.ProtocolSignatureProto.Builder) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
addProtocolSignature(int, ProtocolInfoProtos.ProtocolSignatureProto.Builder) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
addProtocolSignatureBuilder() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
addProtocolSignatureBuilder(int) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
addProtocolVersions(ProtocolInfoProtos.ProtocolVersionProto) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
addProtocolVersions(int, ProtocolInfoProtos.ProtocolVersionProto) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
addProtocolVersions(ProtocolInfoProtos.ProtocolVersionProto.Builder) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
addProtocolVersions(int, ProtocolInfoProtos.ProtocolVersionProto.Builder) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
addProtocolVersionsBuilder() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
addProtocolVersionsBuilder(int) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
addRecord(String) - 接口 中的方法org.apache.hadoop.metrics2.MetricsCollector
Add a metrics record
addRecord(MetricsInfo) - 接口 中的方法org.apache.hadoop.metrics2.MetricsCollector
Add a metrics record
addResource(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Add a configuration resource.
addResource(String, boolean) - 类 中的方法org.apache.hadoop.conf.Configuration
 
addResource(URL) - 类 中的方法org.apache.hadoop.conf.Configuration
Add a configuration resource.
addResource(URL, boolean) - 类 中的方法org.apache.hadoop.conf.Configuration
 
addResource(Path) - 类 中的方法org.apache.hadoop.conf.Configuration
Add a configuration resource.
addResource(Path, boolean) - 类 中的方法org.apache.hadoop.conf.Configuration
 
addResource(InputStream) - 类 中的方法org.apache.hadoop.conf.Configuration
Add a configuration resource.
addResource(InputStream, boolean) - 类 中的方法org.apache.hadoop.conf.Configuration
 
addResource(InputStream, String) - 类 中的方法org.apache.hadoop.conf.Configuration
Add a configuration resource.
addResource(InputStream, String, boolean) - 类 中的方法org.apache.hadoop.conf.Configuration
 
addResource(Configuration) - 类 中的方法org.apache.hadoop.conf.Configuration
Add a configuration resource.
addResponses(GenericRefreshProtocolProtos.GenericRefreshResponseProto) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
addResponses(int, GenericRefreshProtocolProtos.GenericRefreshResponseProto) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
addResponses(GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
addResponses(int, GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
addResponsesBuilder() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
addResponsesBuilder(int) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
addResponseTime(String, int, int, int) - 类 中的方法org.apache.hadoop.ipc.DecayRpcScheduler
 
addResponseTime(String, int, int, int) - 类 中的方法org.apache.hadoop.ipc.DefaultRpcScheduler
 
addResponseTime(String, int, int, int) - 接口 中的方法org.apache.hadoop.ipc.RpcScheduler
 
addSecretKey(Text, byte[]) - 类 中的方法org.apache.hadoop.security.Credentials
Set the key for an alias.
addSecrets(SecurityProtos.CredentialsKVProto) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
addSecrets(int, SecurityProtos.CredentialsKVProto) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
addSecrets(SecurityProtos.CredentialsKVProto.Builder) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
addSecrets(int, SecurityProtos.CredentialsKVProto.Builder) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
addSecretsBuilder() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
addSecretsBuilder(int) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
addService(Service) - 类 中的方法org.apache.hadoop.service.CompositeService
Add the passed Service to the list of services managed by this CompositeService
addShutdownHook(Runnable, int) - 类 中的方法org.apache.hadoop.util.ShutdownHookManager
Adds a shutdownHook with a priority, the higher the priority the earlier will run.
addShutdownHook(Runnable, int, long, TimeUnit) - 类 中的方法org.apache.hadoop.util.ShutdownHookManager
Adds a shutdownHook with a priority and timeout the higher the priority the earlier will run.
addSpanReceiver(RpcController, TraceAdminPB.AddSpanReceiverRequestProto, RpcCallback<TraceAdminPB.AddSpanReceiverResponseProto>) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService
rpc addSpanReceiver(.hadoop.common.AddSpanReceiverRequestProto) returns (.hadoop.common.AddSpanReceiverResponseProto);
addSpanReceiver(RpcController, TraceAdminPB.AddSpanReceiverRequestProto) - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService.BlockingInterface
 
addSpanReceiver(RpcController, TraceAdminPB.AddSpanReceiverRequestProto, RpcCallback<TraceAdminPB.AddSpanReceiverResponseProto>) - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService.Interface
rpc addSpanReceiver(.hadoop.common.AddSpanReceiverRequestProto) returns (.hadoop.common.AddSpanReceiverResponseProto);
addSpanReceiver(RpcController, TraceAdminPB.AddSpanReceiverRequestProto, RpcCallback<TraceAdminPB.AddSpanReceiverResponseProto>) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService.Stub
 
addSpanReceiver(SpanReceiverInfo) - 接口 中的方法org.apache.hadoop.tracing.TraceAdminProtocol
Add a new trace span receiver.
addSuppressedLoggingExceptions(Class<?>...) - 类 中的方法org.apache.hadoop.ipc.Server
Add exception classes which server won't log at all.
addTerseExceptions(Class<?>...) - 类 中的方法org.apache.hadoop.ipc.Server
Add exception classes for which server won't log stack traces.
addToken(Text, Token<? extends TokenIdentifier>) - 类 中的方法org.apache.hadoop.security.Credentials
Add a token in the storage (in memory).
addToken(Token<? extends TokenIdentifier>) - 类 中的方法org.apache.hadoop.security.UserGroupInformation
Add a token to this UGI
addToken(Text, Token<? extends TokenIdentifier>) - 类 中的方法org.apache.hadoop.security.UserGroupInformation
Add a named token to this UGI
addTokenIdentifier(TokenIdentifier) - 类 中的方法org.apache.hadoop.security.UserGroupInformation
Add a TokenIdentifier to this UGI.
addTokens(SecurityProtos.CredentialsKVProto) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
addTokens(int, SecurityProtos.CredentialsKVProto) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
addTokens(SecurityProtos.CredentialsKVProto.Builder) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
addTokens(int, SecurityProtos.CredentialsKVProto.Builder) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
addTokensBuilder() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
addTokensBuilder(int) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
addToMap(Class<?>) - 类 中的方法org.apache.hadoop.io.AbstractMapWritable
Add a Class to the maps if it is not already present.
addUser(String) - 类 中的方法org.apache.hadoop.security.authorize.AccessControlList
Add user to the names of users allowed for this service.
addVersion() - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider.Metadata
 
addVersions(long) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
repeated uint64 versions = 2; Protocol version corresponding to the rpc kind.
AdminAuthorizedServlet - org.apache.hadoop.http中的类
General servlet which is admin-authorized.
AdminAuthorizedServlet() - 类 的构造器org.apache.hadoop.http.AdminAuthorizedServlet
 
advance() - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner
Move the cursor to the next key-value pair.
afterExecute(Runnable, Throwable) - 类 中的方法org.apache.hadoop.util.concurrent.HadoopScheduledThreadPoolExecutor
 
afterExecute(Runnable, Throwable) - 类 中的方法org.apache.hadoop.util.concurrent.HadoopThreadPoolExecutor
 
alert(GcTimeMonitor.GcData) - 接口 中的方法org.apache.hadoop.util.GcTimeMonitor.GcTimeAlertHandler
 
ALIAS_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
aliasTokenFile(File, String, Text, Text, Configuration) - 类 中的静态方法org.apache.hadoop.security.token.DtFileOperations
Alias a token from a file and save back to file in the local filesystem.
allKeys - 类 中的变量org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
Access to allKeys is protected by this object lock
allowAppend - 类 中的变量org.apache.hadoop.metrics2.sink.RollingFileSystemSink
 
allowChange() - 类 中的方法org.apache.hadoop.fs.Options.HandleOpt.Data
Tracks whether any changes to file content are permitted.
allowChange() - 类 中的方法org.apache.hadoop.fs.Options.HandleOpt.Location
Tracks whether any changes to file location are permitted.
ALLOWED_HEADERS - 类 中的静态变量org.apache.hadoop.security.http.CrossOriginFilter
 
ALLOWED_HEADERS_DEFAULT - 类 中的静态变量org.apache.hadoop.security.http.CrossOriginFilter
 
ALLOWED_METHODS - 类 中的静态变量org.apache.hadoop.security.http.CrossOriginFilter
 
ALLOWED_METHODS_DEFAULT - 类 中的静态变量org.apache.hadoop.security.http.CrossOriginFilter
 
ALLOWED_ORIGINS - 类 中的静态变量org.apache.hadoop.security.http.CrossOriginFilter
 
ALLOWED_ORIGINS_DEFAULT - 类 中的静态变量org.apache.hadoop.security.http.CrossOriginFilter
 
ALLOWED_ORIGINS_REGEX_PREFIX - 类 中的静态变量org.apache.hadoop.security.http.CrossOriginFilter
 
AlreadyExistsException(String) - 异常错误 的构造器org.apache.hadoop.io.SecureIOUtils.AlreadyExistsException
 
AlreadyExistsException(Throwable) - 异常错误 的构造器org.apache.hadoop.io.SecureIOUtils.AlreadyExistsException
 
and(FsAction) - 枚举 中的方法org.apache.hadoop.fs.permission.FsAction
AND operation.
and(Filter) - 类 中的方法org.apache.hadoop.util.bloom.BloomFilter
 
and(Filter) - 类 中的方法org.apache.hadoop.util.bloom.CountingBloomFilter
 
and(Filter) - 类 中的方法org.apache.hadoop.util.bloom.DynamicBloomFilter
 
AnnotatedSecurityInfo - org.apache.hadoop.security中的类
Constructs SecurityInfo from Annotations provided in protocol interface.
AnnotatedSecurityInfo() - 类 的构造器org.apache.hadoop.security.AnnotatedSecurityInfo
 
append(Path, int, Progressable) - 类 中的方法org.apache.hadoop.fs.ChecksumFileSystem
 
append(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Append to an existing file (optional operation).
append(Path, int) - 类 中的方法org.apache.hadoop.fs.FileSystem
Append to an existing file (optional operation).
append(Path, int, Progressable) - 类 中的方法org.apache.hadoop.fs.FileSystem
Append to an existing file (optional operation).
append(Path, int, Progressable) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
append() - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
Append to an existing file (optional operation).
append(Path, int, Progressable) - 类 中的方法org.apache.hadoop.fs.ftp.FTPFileSystem
This optional operation is not yet supported.
append(Path, int, Progressable) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
 
append(Path) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
 
append(Path, int, Progressable) - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
 
append(Path, int, Progressable) - 类 中的方法org.apache.hadoop.fs.sftp.SFTPFileSystem
 
append(Path, int, Progressable) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
append(LoggingEvent) - 类 中的方法org.apache.hadoop.http.HttpRequestLogAppender
 
append(Writable) - 类 中的方法org.apache.hadoop.io.ArrayFile.Writer
Append a value to the file.
append(WritableComparable, Writable) - 类 中的方法org.apache.hadoop.io.BloomMapFile.Writer
 
append(byte[], byte[]) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Writer
Adding a new key-value pair to the TFile.
append(byte[], int, int, byte[], int, int) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Writer
Adding a new key-value pair to TFile.
append(WritableComparable, Writable) - 类 中的方法org.apache.hadoop.io.MapFile.Writer
Append a key/value pair to the map.
append(Writable, Writable) - 类 中的方法org.apache.hadoop.io.SequenceFile.Writer
Append a key/value pair.
append(Object, Object) - 类 中的方法org.apache.hadoop.io.SequenceFile.Writer
Append a key/value pair.
append(WritableComparable) - 类 中的方法org.apache.hadoop.io.SetFile.Writer
Append a key to a set.
append(byte[], int, int) - 类 中的方法org.apache.hadoop.io.Text
Append a range of bytes to the end of the given text
append(LoggingEvent) - 类 中的方法org.apache.hadoop.log.metrics.EventCounter
 
appendFile(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Create a Builder to append a file.
appendFile(Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
appendFile(Path) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
 
appendIfExists(boolean) - 类 中的静态方法org.apache.hadoop.io.SequenceFile.Writer
 
appendRaw(byte[], int, int, SequenceFile.ValueBytes) - 类 中的方法org.apache.hadoop.io.SequenceFile.Writer
 
appendScriptExtension(File, String) - 类 中的静态方法org.apache.hadoop.util.Shell
Returns a File referencing a script with the given basename, inside the given parent directory.
appendScriptExtension(String) - 类 中的静态方法org.apache.hadoop.util.Shell
Returns a script file name with the given basename.
appendTokenFiles(ArrayList<File>, String, Configuration) - 类 中的静态方法org.apache.hadoop.security.token.DtFileOperations
Append tokens from list of files in local filesystem, saving to last file.
ApplicationClassLoader - org.apache.hadoop.util中的类
A URLClassLoader for application isolation.
ApplicationClassLoader(URL[], ClassLoader, List<String>) - 类 的构造器org.apache.hadoop.util.ApplicationClassLoader
 
ApplicationClassLoader(String, ClassLoader, List<String>) - 类 的构造器org.apache.hadoop.util.ApplicationClassLoader
 
apply(PathData, int) - 接口 中的方法org.apache.hadoop.fs.shell.find.Expression
Apply the expression to the specified item, called once for each item.
apply(PathData, int) - 类 中的方法org.apache.hadoop.fs.shell.find.FilterExpression
 
applyUMask(FsPermission, FsPermission) - 类 中的静态方法org.apache.hadoop.fs.permission.FsCreateModes
Create from unmasked mode and umask.
applyUMask(FsPermission) - 类 中的方法org.apache.hadoop.fs.permission.FsPermission
Apply a umask to this permission and return a new one.
approximateCount(Key) - 类 中的方法org.apache.hadoop.util.bloom.CountingBloomFilter
This method calculates an approximate count of the key, i.e. how many times the key was added to the filter.
areSymlinksEnabled() - 类 中的静态方法org.apache.hadoop.fs.FileSystem
 
ARG_CONF - 接口 中的静态变量org.apache.hadoop.service.launcher.LauncherArguments
Name of the configuration argument on the CLI.
ARG_CONF_PREFIXED - 接口 中的静态变量org.apache.hadoop.service.launcher.LauncherArguments
prefixed version of LauncherArguments.ARG_CONF.
ARG_CONF_SHORT - 接口 中的静态变量org.apache.hadoop.service.launcher.LauncherArguments
 
ARG_CONFCLASS - 接口 中的静态变量org.apache.hadoop.service.launcher.LauncherArguments
Name of a configuration class which is loaded before any attempt is made to load the class.
ARG_CONFCLASS_PREFIXED - 接口 中的静态变量org.apache.hadoop.service.launcher.LauncherArguments
Prefixed version of LauncherArguments.ARG_CONFCLASS.
ARG_CONFCLASS_SHORT - 接口 中的静态变量org.apache.hadoop.service.launcher.LauncherArguments
 
ARG_JAAS - 类 中的静态变量org.apache.hadoop.security.KDiag
 
ARG_KEYLEN - 类 中的静态变量org.apache.hadoop.security.KDiag
 
ARG_KEYTAB - 类 中的静态变量org.apache.hadoop.security.KDiag
 
ARG_NOFAIL - 类 中的静态变量org.apache.hadoop.security.KDiag
 
ARG_NOLOGIN - 类 中的静态变量org.apache.hadoop.security.KDiag
 
ARG_OUTPUT - 类 中的静态变量org.apache.hadoop.security.KDiag
 
ARG_PRINCIPAL - 类 中的静态变量org.apache.hadoop.security.KDiag
 
ARG_RESOURCE - 类 中的静态变量org.apache.hadoop.security.KDiag
 
ARG_SECURE - 类 中的静态变量org.apache.hadoop.security.KDiag
 
ARG_VERIFYSHORTNAME - 类 中的静态变量org.apache.hadoop.security.KDiag
 
args - 类 中的变量org.apache.hadoop.ha.HAAdmin.UsageInfo
 
ARGS_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
ArrayFile - org.apache.hadoop.io中的类
A dense file-based mapping from integers to values.
ArrayFile() - 类 的构造器org.apache.hadoop.io.ArrayFile
 
ArrayFile.Reader - org.apache.hadoop.io中的类
Provide access to an existing array file.
ArrayFile.Writer - org.apache.hadoop.io中的类
Write a new array file.
ArrayPrimitiveWritable - org.apache.hadoop.io中的类
This is a wrapper class.
ArrayPrimitiveWritable() - 类 的构造器org.apache.hadoop.io.ArrayPrimitiveWritable
Construct an empty instance, for use during Writable read
ArrayPrimitiveWritable(Class<?>) - 类 的构造器org.apache.hadoop.io.ArrayPrimitiveWritable
Construct an instance of known type but no value yet for use with type-specific wrapper classes
ArrayPrimitiveWritable(Object) - 类 的构造器org.apache.hadoop.io.ArrayPrimitiveWritable
Wrap an existing array of primitives
ArrayWritable - org.apache.hadoop.io中的类
A Writable for arrays containing instances of a class.
ArrayWritable(Class<? extends Writable>) - 类 的构造器org.apache.hadoop.io.ArrayWritable
 
ArrayWritable(Class<? extends Writable>, Writable[]) - 类 的构造器org.apache.hadoop.io.ArrayWritable
 
ArrayWritable(String[]) - 类 的构造器org.apache.hadoop.io.ArrayWritable
 
asList() - 枚举 中的静态方法org.apache.hadoop.fs.StorageType
 
AsyncCallLimitExceededException - org.apache.hadoop.ipc中的异常错误
Signals that an AsyncCallLimitExceededException has occurred.
AsyncCallLimitExceededException(String) - 异常错误 的构造器org.apache.hadoop.ipc.AsyncCallLimitExceededException
 
AsyncGet<R,E extends Throwable> - org.apache.hadoop.util.concurrent中的接口
This interface defines an asynchronous AsyncGet.get(long, TimeUnit) method.
AsyncGet.Util - org.apache.hadoop.util.concurrent中的类
Utility
AsyncGetFuture<T,E extends Throwable> - org.apache.hadoop.util.concurrent中的类
A Future implemented using an AsyncGet object.
AsyncGetFuture(AsyncGet<T, E>) - 类 的构造器org.apache.hadoop.util.concurrent.AsyncGetFuture
 
atEnd() - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner
Is cursor at the end location?
AtMostOnce - org.apache.hadoop.io.retry中的注释类型
Used to mark certain methods of an interface with at-most-once semantics.
attemptingUser - 类 中的变量org.apache.hadoop.ipc.Server.Connection
 
attributes(boolean, boolean, boolean, boolean) - 类 中的静态方法org.apache.hadoop.fs.FileStatus
Convert boolean attributes to a set of flags.
AUDITLOG - 类 中的静态变量org.apache.hadoop.ipc.Server
 
authenticate(URL, AuthenticatedURL.Token) - 类 中的方法org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
 
AuthenticationFilterInitializer - org.apache.hadoop.security中的类
Initializes hadoop-auth AuthenticationFilter which provides support for Kerberos HTTP SPNEGO authentication.
AuthenticationFilterInitializer() - 类 的构造器org.apache.hadoop.security.AuthenticationFilterInitializer
 
authFilterConfigurationPrefix(String) - 类 中的方法org.apache.hadoop.http.HttpServer2.Builder
 
AuthorizationException - org.apache.hadoop.security.authorize中的异常错误
An exception class for authorization-related issues.
AuthorizationException() - 异常错误 的构造器org.apache.hadoop.security.authorize.AuthorizationException
 
AuthorizationException(String) - 异常错误 的构造器org.apache.hadoop.security.authorize.AuthorizationException
 
AuthorizationException(Throwable) - 异常错误 的构造器org.apache.hadoop.security.authorize.AuthorizationException
Constructs a new exception with the specified cause and a detail message of (cause==null ?
authorize(UserGroupInformation, String) - 类 中的方法org.apache.hadoop.security.authorize.DefaultImpersonationProvider
 
authorize(UserGroupInformation, String) - 接口 中的方法org.apache.hadoop.security.authorize.ImpersonationProvider
Authorize the superuser which is doing doAs
AUTHS_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
AutoCloseableLock - org.apache.hadoop.util中的类
This is a wrap class of a ReentrantLock.
AutoCloseableLock() - 类 的构造器org.apache.hadoop.util.AutoCloseableLock
Creates an instance of AutoCloseableLock, initializes the underlying lock instance with a new ReentrantLock.
AutoCloseableLock(Lock) - 类 的构造器org.apache.hadoop.util.AutoCloseableLock
Wrap provided Lock instance.
available() - 类 中的方法org.apache.hadoop.io.compress.DecompressorStream
 
available() - 类 中的方法org.apache.hadoop.io.file.tfile.BoundedRangeFileInputStream
 
available() - 类 中的方法org.apache.hadoop.util.LimitInputStream
 
AVRO_REFLECT_PACKAGES - 类 中的静态变量org.apache.hadoop.io.serializer.avro.AvroReflectSerialization
Key to configure packages that contain classes to be serialized and deserialized using this class.
AVRO_SCHEMA_KEY - 类 中的静态变量org.apache.hadoop.io.serializer.avro.AvroSerialization
 
AvroFSInput - org.apache.hadoop.fs中的类
Adapts an FSDataInputStream to Avro's SeekableInput interface.
AvroFSInput(FSDataInputStream, long) - 类 的构造器org.apache.hadoop.fs.AvroFSInput
Construct given an FSDataInputStream and its length.
AvroFSInput(FileContext, Path) - 类 的构造器org.apache.hadoop.fs.AvroFSInput
Construct given a FileContext and a Path.
AvroReflectSerializable - org.apache.hadoop.io.serializer.avro中的接口
Tag interface for Avro 'reflect' serializable classes.
AvroReflectSerialization - org.apache.hadoop.io.serializer.avro中的类
Serialization for Avro Reflect classes.
AvroReflectSerialization() - 类 的构造器org.apache.hadoop.io.serializer.avro.AvroReflectSerialization
 
AvroSerialization<T> - org.apache.hadoop.io.serializer.avro中的类
Base class for providing serialization to Avro types.
AvroSerialization() - 类 的构造器org.apache.hadoop.io.serializer.avro.AvroSerialization
 
AvroSpecificSerialization - org.apache.hadoop.io.serializer.avro中的类
Serialization for Avro Specific classes.
AvroSpecificSerialization() - 类 的构造器org.apache.hadoop.io.serializer.avro.AvroSpecificSerialization
 
await() - 类 中的方法org.apache.hadoop.util.Waitable
 

B

BadFencingConfigurationException - org.apache.hadoop.ha中的异常错误
Indicates that the operator has specified an invalid configuration for fencing methods.
BadFencingConfigurationException(String) - 异常错误 的构造器org.apache.hadoop.ha.BadFencingConfigurationException
 
BadFencingConfigurationException(String, Throwable) - 异常错误 的构造器org.apache.hadoop.ha.BadFencingConfigurationException
 
BadFormatException(String) - 异常错误 的构造器org.apache.hadoop.conf.ConfServlet.BadFormatException
 
baseBlockSize - 接口 中的静态变量org.apache.hadoop.io.compress.bzip2.BZip2Constants
 
BaseExpression - org.apache.hadoop.fs.shell.find中的类
Abstract expression for use in the Find command.
BaseExpression() - 类 的构造器org.apache.hadoop.fs.shell.find.BaseExpression
 
basePath - 类 中的变量org.apache.hadoop.metrics2.sink.RollingFileSystemSink
 
BasicDiskValidator - org.apache.hadoop.util中的类
BasicDiskValidator is a wrapper around DiskChecker.
BasicDiskValidator() - 类 的构造器org.apache.hadoop.util.BasicDiskValidator
 
BatchedListEntries(List<E>, boolean) - 类 的构造器org.apache.hadoop.fs.BatchedRemoteIterator.BatchedListEntries
 
BatchedRemoteIterator<K,E> - org.apache.hadoop.fs中的类
A RemoteIterator that fetches elements in batches.
BatchedRemoteIterator(K) - 类 的构造器org.apache.hadoop.fs.BatchedRemoteIterator
 
BatchedRemoteIterator.BatchedEntries<E> - org.apache.hadoop.fs中的接口
 
BatchedRemoteIterator.BatchedListEntries<E> - org.apache.hadoop.fs中的类
 
becomeActive() - 接口 中的方法org.apache.hadoop.ha.ActiveStandbyElector.ActiveStandbyElectorCallback
This method is called when the app becomes the active leader.
becomeStandby() - 接口 中的方法org.apache.hadoop.ha.ActiveStandbyElector.ActiveStandbyElectorCallback
This method is called when the app becomes a standby
beforeExecute(Thread, Runnable) - 类 中的方法org.apache.hadoop.util.concurrent.HadoopScheduledThreadPoolExecutor
 
beforeExecute(Thread, Runnable) - 类 中的方法org.apache.hadoop.util.concurrent.HadoopThreadPoolExecutor
 
BinaryComparable - org.apache.hadoop.io中的类
Interface supported by WritableComparable types supporting ordering/permutation by a representative set of bytes.
BinaryComparable() - 类 的构造器org.apache.hadoop.io.BinaryComparable
 
bind(ServerSocket, InetSocketAddress, int) - 类 中的静态方法org.apache.hadoop.ipc.Server
A convenience method to bind to a given address and report better exceptions if the address is not a valid host.
bind(ServerSocket, InetSocketAddress, int, Configuration, String) - 类 中的静态方法org.apache.hadoop.ipc.Server
 
bindArgs(Configuration, List<String>) - 类 中的方法org.apache.hadoop.service.launcher.AbstractLaunchableService
Propagate the command line arguments.
bindArgs(Configuration, List<String>) - 接口 中的方法org.apache.hadoop.service.launcher.LaunchableService
Propagate the command line arguments.
bindCommandOptions() - 类 中的方法org.apache.hadoop.service.launcher.ServiceLauncher
Set the ServiceLauncher.commandOptions field to the result of ServiceLauncher.createOptions(); protected for subclasses and test access.
bitMask - 枚举 中的变量org.apache.hadoop.util.StringUtils.TraditionalBinaryPrefix
 
bitShift - 枚举 中的变量org.apache.hadoop.util.StringUtils.TraditionalBinaryPrefix
 
BLOCK_DELIMITER - 类 中的静态变量org.apache.hadoop.io.compress.bzip2.CBZip2InputStream
 
BLOCK_REPLICATION_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.fs.FSProtos.FileStatusProto
 
BLOCK_SIZE_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.fs.FSProtos.FileStatusProto
 
BlockCompressorStream - org.apache.hadoop.io.compress中的类
A CompressorStream which works with 'block-based' based compression algorithms, as opposed to 'stream-based' compression algorithms.
BlockCompressorStream(OutputStream, Compressor, int, int) - 类 的构造器org.apache.hadoop.io.compress.BlockCompressorStream
BlockCompressorStream(OutputStream, Compressor) - 类 的构造器org.apache.hadoop.io.compress.BlockCompressorStream
Create a BlockCompressorStream with given output-stream and compressor.
BlockDecompressorStream - org.apache.hadoop.io.compress中的类
A DecompressorStream which works with 'block-based' based compression algorithms, as opposed to 'stream-based' compression algorithms.
BlockDecompressorStream(InputStream, Decompressor, int) - 类 的构造器org.apache.hadoop.io.compress.BlockDecompressorStream
BlockDecompressorStream(InputStream, Decompressor) - 类 的构造器org.apache.hadoop.io.compress.BlockDecompressorStream
BlockDecompressorStream(InputStream) - 类 的构造器org.apache.hadoop.io.compress.BlockDecompressorStream
 
BlockLocation - org.apache.hadoop.fs中的类
Represents the network location of a block, information about the hosts that contain block replicas, and other block metadata (E.g. the file offset associated with the block, length, whether it is corrupt, etc).
BlockLocation() - 类 的构造器org.apache.hadoop.fs.BlockLocation
Default Constructor
BlockLocation(BlockLocation) - 类 的构造器org.apache.hadoop.fs.BlockLocation
Copy constructor
BlockLocation(String[], String[], long, long) - 类 的构造器org.apache.hadoop.fs.BlockLocation
Constructor with host, name, offset and length
BlockLocation(String[], String[], long, long, boolean) - 类 的构造器org.apache.hadoop.fs.BlockLocation
Constructor with host, name, offset, length and corrupt flag
BlockLocation(String[], String[], String[], long, long) - 类 的构造器org.apache.hadoop.fs.BlockLocation
Constructor with host, name, network topology, offset and length
BlockLocation(String[], String[], String[], long, long, boolean) - 类 的构造器org.apache.hadoop.fs.BlockLocation
Constructor with host, name, network topology, offset, length and corrupt flag
BlockLocation(String[], String[], String[], String[], long, long, boolean) - 类 的构造器org.apache.hadoop.fs.BlockLocation
 
BlockLocation(String[], String[], String[], String[], String[], StorageType[], long, long, boolean) - 类 的构造器org.apache.hadoop.fs.BlockLocation
 
blockSize(long) - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set block size.
blockSize(long) - 类 中的静态方法org.apache.hadoop.fs.Options.CreateOpts
 
BlockSize(long) - 类 的构造器org.apache.hadoop.fs.Options.CreateOpts.BlockSize
 
blockSize(long) - 类 中的静态方法org.apache.hadoop.io.SequenceFile.Writer
 
BlockStoragePolicySpi - org.apache.hadoop.fs中的接口
A storage policy specifies the placement of block replicas on specific storage types.
BLOOM_FILE_NAME - 类 中的静态变量org.apache.hadoop.io.BloomMapFile
 
BloomFilter - org.apache.hadoop.util.bloom中的类
Implements a Bloom filter, as defined by Bloom in 1970.
BloomFilter() - 类 的构造器org.apache.hadoop.util.bloom.BloomFilter
Default constructor - use with readFields
BloomFilter(int, int, int) - 类 的构造器org.apache.hadoop.util.bloom.BloomFilter
Constructor
BloomMapFile - org.apache.hadoop.io中的类
This class extends MapFile and provides very much the same functionality.
BloomMapFile() - 类 的构造器org.apache.hadoop.io.BloomMapFile
 
BloomMapFile.Reader - org.apache.hadoop.io中的类
 
BloomMapFile.Writer - org.apache.hadoop.io中的类
 
BooleanOption(boolean) - 类 的构造器org.apache.hadoop.util.Options.BooleanOption
 
BooleanWritable - org.apache.hadoop.io中的类
A WritableComparable for booleans.
BooleanWritable() - 类 的构造器org.apache.hadoop.io.BooleanWritable
 
BooleanWritable(boolean) - 类 的构造器org.apache.hadoop.io.BooleanWritable
 
BooleanWritable.Comparator - org.apache.hadoop.io中的类
A Comparator optimized for BooleanWritable.
BoundedRangeFileInputStream - org.apache.hadoop.io.file.tfile中的类
BoundedRangeFIleInputStream abstracts a contiguous region of a Hadoop FSDataInputStream as a regular input stream.
BoundedRangeFileInputStream(FSDataInputStream, long, long) - 类 的构造器org.apache.hadoop.io.file.tfile.BoundedRangeFileInputStream
Constructor
BROWSER_USER_AGENT_PARAM - 类 中的静态变量org.apache.hadoop.security.http.RestCsrfPreventionFilter
 
buf - 类 中的变量org.apache.hadoop.io.file.tfile.SimpleBufferedOutputStream
 
buffer - 类 中的变量org.apache.hadoop.io.compress.CompressorStream
 
buffer - 类 中的变量org.apache.hadoop.io.compress.DecompressorStream
 
buffer() - 接口 中的方法org.apache.hadoop.io.file.tfile.RawComparable
Get the underlying byte array.
BUFFER_SIZE - 类 中的静态变量org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
bufferSize(int) - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set the size of the buffer to be used.
bufferSize(int) - 类 中的静态方法org.apache.hadoop.fs.Options.CreateOpts
 
BufferSize(int) - 类 的构造器org.apache.hadoop.fs.Options.CreateOpts.BufferSize
 
bufferSize(int) - 类 中的静态方法org.apache.hadoop.io.SequenceFile.Reader
Create an option with the buffer size for reading the given pathname.
bufferSize(int) - 类 中的静态方法org.apache.hadoop.io.SequenceFile.Writer
 
build() - 类 中的方法org.apache.hadoop.fs.ContentSummary.Builder
 
build() - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
Create the FSDataOutputStream to write on the file system.
build() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
 
build() - 类 中的方法org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
 
build() - 类 中的方法org.apache.hadoop.fs.GetSpaceUsed.Builder
 
build() - 类 中的方法org.apache.hadoop.fs.permission.AclEntry.Builder
Builds a new AclEntry populated with the set properties.
build() - 类 中的方法org.apache.hadoop.fs.permission.AclStatus.Builder
Builds a new AclStatus populated with the set properties.
build() - 类 中的方法org.apache.hadoop.fs.QuotaUsage.Builder
 
build() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder
 
build() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
 
build() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
 
build() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto.Builder
 
build() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto.Builder
 
build() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
 
build() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder
 
build() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
 
build() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder
 
build() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
 
build() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto.Builder
 
build() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder
 
build() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder
 
build() - 类 中的方法org.apache.hadoop.http.HttpServer2.Builder
 
build() - 类 中的方法org.apache.hadoop.io.MultipleIOException.Builder
 
build() - 类 中的方法org.apache.hadoop.ipc.CallerContext.Builder
 
build() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
 
build() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
 
build() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
 
build() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder
 
build() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder
 
build() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
 
build() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
 
build() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
 
build() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
 
build() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
 
build() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
 
build() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
 
build() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
 
build() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
 
build() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
 
build() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
 
build() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
 
build() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
 
build() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
 
build() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
 
build() - 类 中的方法org.apache.hadoop.ipc.RPC.Builder
Build the RPC Server.
build() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder
 
build() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder
 
build() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder
 
build() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder
 
build() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder
 
build() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder
 
build() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
 
build() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto.Builder
 
build() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
 
build() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
 
build() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
 
build() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
 
build() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
 
build() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
 
build() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
 
build() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
 
build() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
 
build() - 类 中的方法org.apache.hadoop.tools.TableListing.Builder
Create a new TableListing.
build() - 类 中的方法org.apache.hadoop.tracing.SpanReceiverInfoBuilder
 
build() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
 
build() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
 
build() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
 
build() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto.Builder
 
build() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
 
build() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
 
build() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto.Builder
 
build() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
 
buildCacheKey() - 类 中的方法org.apache.hadoop.security.token.Token
 
buildDTServiceName(URI, int) - 类 中的静态方法org.apache.hadoop.security.SecurityUtil
create the service name for a Delegation token
Builder() - 类 的构造器org.apache.hadoop.fs.ContentSummary.Builder
 
Builder() - 类 的构造器org.apache.hadoop.fs.GetSpaceUsed.Builder
 
Builder() - 类 的构造器org.apache.hadoop.fs.permission.AclEntry.Builder
 
Builder() - 类 的构造器org.apache.hadoop.fs.permission.AclStatus.Builder
 
Builder() - 类 的构造器org.apache.hadoop.fs.QuotaUsage.Builder
 
Builder() - 类 的构造器org.apache.hadoop.http.HttpServer2.Builder
 
Builder() - 类 的构造器org.apache.hadoop.io.MultipleIOException.Builder
 
Builder(String) - 类 的构造器org.apache.hadoop.ipc.CallerContext.Builder
 
Builder(Configuration) - 类 的构造器org.apache.hadoop.ipc.RPC.Builder
 
Builder() - 类 的构造器org.apache.hadoop.tools.TableListing.Builder
Create a new Builder.
buildGeneralOptions(Options) - 类 中的方法org.apache.hadoop.service.launcher.ServiceLauncher.MinimalGenericOptionsParser
 
buildPartial() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto.Builder
 
buildPartial() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
 
buildTokenService(InetSocketAddress) - 类 中的静态方法org.apache.hadoop.security.SecurityUtil
Construct the service key for a token
buildTokenService(URI) - 类 中的静态方法org.apache.hadoop.security.SecurityUtil
Construct the service key for a token
buildVersionName(String, int) - 类 中的静态方法org.apache.hadoop.crypto.key.KeyProvider
Build a version string from a basename and version number.
BuiltInGzipDecompressor - org.apache.hadoop.io.compress.zlib中的类
A Decompressor based on the popular gzip compressed file format.
BuiltInGzipDecompressor() - 类 的构造器org.apache.hadoop.io.compress.zlib.BuiltInGzipDecompressor
Creates a new (pure Java) gzip decompressor.
BuiltInZlibDeflater - org.apache.hadoop.io.compress.zlib中的类
A wrapper around java.util.zip.Deflater to make it conform to org.apache.hadoop.io.compress.Compressor interface.
BuiltInZlibDeflater(int, boolean) - 类 的构造器org.apache.hadoop.io.compress.zlib.BuiltInZlibDeflater
 
BuiltInZlibDeflater(int) - 类 的构造器org.apache.hadoop.io.compress.zlib.BuiltInZlibDeflater
 
BuiltInZlibDeflater() - 类 的构造器org.apache.hadoop.io.compress.zlib.BuiltInZlibDeflater
 
BuiltInZlibInflater - org.apache.hadoop.io.compress.zlib中的类
A wrapper around java.util.zip.Inflater to make it conform to org.apache.hadoop.io.compress.Decompressor interface.
BuiltInZlibInflater(boolean) - 类 的构造器org.apache.hadoop.io.compress.zlib.BuiltInZlibInflater
 
BuiltInZlibInflater() - 类 的构造器org.apache.hadoop.io.compress.zlib.BuiltInZlibInflater
 
ByteBufferPool - org.apache.hadoop.io中的接口
 
ByteBufferReadable - org.apache.hadoop.fs中的接口
Implementers of this interface provide a read API that writes to a ByteBuffer, not a byte[].
bytes() - 接口 中的方法org.apache.hadoop.fs.PathHandle
 
bytesPerChecksum(short) - 类 中的静态方法org.apache.hadoop.fs.Options.CreateOpts
 
BytesPerChecksum(short) - 类 的构造器org.apache.hadoop.fs.Options.CreateOpts.BytesPerChecksum
 
bytesToCodePoint(ByteBuffer) - 类 中的静态方法org.apache.hadoop.io.Text
Returns the next code point at the current position in the buffer.
BytesWritable - org.apache.hadoop.io中的类
A byte sequence that is usable as a key or value.
BytesWritable() - 类 的构造器org.apache.hadoop.io.BytesWritable
Create a zero-size sequence.
BytesWritable(byte[]) - 类 的构造器org.apache.hadoop.io.BytesWritable
Create a BytesWritable using the byte array as the initial value.
BytesWritable(byte[], int) - 类 的构造器org.apache.hadoop.io.BytesWritable
Create a BytesWritable using the byte array as the initial value and length as the length.
BytesWritable.Comparator - org.apache.hadoop.io中的类
A Comparator optimized for BytesWritable.
ByteWritable - org.apache.hadoop.io中的类
A WritableComparable for a single byte.
ByteWritable() - 类 的构造器org.apache.hadoop.io.ByteWritable
 
ByteWritable(byte) - 类 的构造器org.apache.hadoop.io.ByteWritable
 
ByteWritable.Comparator - org.apache.hadoop.io中的类
A Comparator optimized for ByteWritable.
BZip2Codec - org.apache.hadoop.io.compress中的类
This class provides output and input streams for bzip2 compression and decompression.
BZip2Codec() - 类 的构造器org.apache.hadoop.io.compress.BZip2Codec
Creates a new instance of BZip2Codec.
Bzip2Compressor - org.apache.hadoop.io.compress.bzip2中的类
A Compressor based on the popular bzip2 compression algorithm.
Bzip2Compressor() - 类 的构造器org.apache.hadoop.io.compress.bzip2.Bzip2Compressor
Creates a new compressor with a default values for the compression block size and work factor.
Bzip2Compressor(Configuration) - 类 的构造器org.apache.hadoop.io.compress.bzip2.Bzip2Compressor
Creates a new compressor, taking settings from the configuration.
Bzip2Compressor(int, int, int) - 类 的构造器org.apache.hadoop.io.compress.bzip2.Bzip2Compressor
Creates a new compressor using the specified block size.
BZip2Constants - org.apache.hadoop.io.compress.bzip2中的接口
Base class for both the compress and decompress classes.
Bzip2Decompressor - org.apache.hadoop.io.compress.bzip2中的类
A Decompressor based on the popular bzip2 compression algorithm.
Bzip2Decompressor(boolean, int) - 类 的构造器org.apache.hadoop.io.compress.bzip2.Bzip2Decompressor
Creates a new decompressor.
Bzip2Decompressor() - 类 的构造器org.apache.hadoop.io.compress.bzip2.Bzip2Decompressor
 
BZip2DummyCompressor - org.apache.hadoop.io.compress.bzip2中的类
This is a dummy compressor for BZip2.
BZip2DummyCompressor() - 类 的构造器org.apache.hadoop.io.compress.bzip2.BZip2DummyCompressor
 
BZip2DummyDecompressor - org.apache.hadoop.io.compress.bzip2中的类
This is a dummy decompressor for BZip2.
BZip2DummyDecompressor() - 类 的构造器org.apache.hadoop.io.compress.bzip2.BZip2DummyDecompressor
 
Bzip2Factory - org.apache.hadoop.io.compress.bzip2中的类
A collection of factories to create the right bzip2 compressor/decompressor instances.
Bzip2Factory() - 类 的构造器org.apache.hadoop.io.compress.bzip2.Bzip2Factory
 

C

CacheableIPList - org.apache.hadoop.util中的类
CacheableIPList loads a list of subnets from a file.
CacheableIPList(FileBasedIPList, long) - 类 的构造器org.apache.hadoop.util.CacheableIPList
 
CachedDNSToSwitchMapping - org.apache.hadoop.net中的类
A cached implementation of DNSToSwitchMapping that takes an raw DNSToSwitchMapping and stores the resolved network location in a cache.
CachedDNSToSwitchMapping(DNSToSwitchMapping) - 类 的构造器org.apache.hadoop.net.CachedDNSToSwitchMapping
cache a raw DNS mapping
cacheGroupsAdd(List<String>) - 接口 中的方法org.apache.hadoop.security.GroupMappingServiceProvider
Caches the group user information
cacheGroupsAdd(List<String>) - 类 中的方法org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback
 
cacheGroupsAdd(List<String>) - 类 中的方法org.apache.hadoop.security.JniBasedUnixGroupsNetgroupMappingWithFallback
 
cacheGroupsAdd(List<String>) - 类 中的方法org.apache.hadoop.security.NullGroupsMapping
Nothing is returned, so nothing is cached.
cacheGroupsRefresh() - 接口 中的方法org.apache.hadoop.security.GroupMappingServiceProvider
Refresh the cache of groups and user mapping
cacheGroupsRefresh() - 类 中的方法org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback
 
cacheGroupsRefresh() - 类 中的方法org.apache.hadoop.security.JniBasedUnixGroupsNetgroupMappingWithFallback
 
cacheGroupsRefresh() - 类 中的方法org.apache.hadoop.security.NullGroupsMapping
Nothing is returned, so nothing is cached.
CacheManipulator() - 类 的构造器org.apache.hadoop.io.nativeio.NativeIO.POSIX.CacheManipulator
 
CachingKeyProvider - org.apache.hadoop.crypto.key中的类
A KeyProviderExtension implementation providing a short lived cache for KeyVersions and Metadatato avoid burst of requests to hit the underlying KeyProvider.
CachingKeyProvider(KeyProvider, long, long) - 类 的构造器org.apache.hadoop.crypto.key.CachingKeyProvider
 
call(RPC.RpcKind, Writable, Client.ConnectionId, AtomicBoolean) - 类 中的方法org.apache.hadoop.ipc.Client
Make a call, passing rpcRequest, to the IPC server defined by remoteId, returning the rpc respond.
call(RPC.RpcKind, String, Writable, long) - 类 中的方法org.apache.hadoop.ipc.RPC.Server
 
call(Writable, long) - 类 中的方法org.apache.hadoop.ipc.Server
call(RPC.RpcKind, String, Writable, long) - 类 中的方法org.apache.hadoop.ipc.Server
Called for each call.
Call(int, int, Void, Void, RPC.RpcKind, byte[]) - 类 的构造器org.apache.hadoop.ipc.Server.Call
 
CallerContext.Builder - org.apache.hadoop.ipc中的类
The caller context builder.
CALLERCONTEXT_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
CALLID_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
CALLID_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService
 
callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService
 
callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService
 
callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService
 
callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService
 
callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService
 
callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService
 
callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService
 
callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService
 
CallQueueManager<E extends org.apache.hadoop.ipc.Schedulable> - org.apache.hadoop.ipc中的类
Abstracts queue operations for different blocking queues.
CallQueueManager(Class<? extends BlockingQueue<E>>, Class<? extends RpcScheduler>, boolean, int, String, Configuration) - 类 的构造器org.apache.hadoop.ipc.CallQueueManager
 
CAN_UNBUFFER_NOT_IMPLEMENTED_MESSAGE - 类 中的静态变量org.apache.hadoop.fs.StreamCapabilitiesPolicy
 
cancel(Token<?>, Configuration) - 类 中的方法org.apache.hadoop.crypto.key.kms.KMSClientProvider.KMSTokenRenewer
 
cancel() - 接口 中的方法org.apache.hadoop.io.ReadaheadPool.ReadaheadRequest
Cancels the request for readahead.
cancel(Configuration) - 类 中的方法org.apache.hadoop.security.token.Token
Cancel this delegation token.
cancel(Token<?>, Configuration) - 类 中的方法org.apache.hadoop.security.token.Token.TrivialRenewer
 
cancel(Token<?>, Configuration) - 类 中的方法org.apache.hadoop.security.token.TokenRenewer
Cancel the given token
cancelDelegationToken(Token<?>) - 接口 中的方法org.apache.hadoop.crypto.key.KeyProviderDelegationTokenExtension.DelegationTokenExtension
Cancels the given token.
cancelDelegationToken(Token<?>) - 类 中的方法org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
cancelDelegationToken(URL, DelegationTokenAuthenticatedURL.Token) - 类 中的方法org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
Cancels a delegation token from the server end-point.
cancelDelegationToken(URL, DelegationTokenAuthenticatedURL.Token, String) - 类 中的方法org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
Cancels a delegation token from the server end-point.
cancelDelegationToken(URL, AuthenticatedURL.Token, Token<AbstractDelegationTokenIdentifier>) - 类 中的方法org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
Cancels a delegation token from the server end-point.
cancelDelegationToken(URL, AuthenticatedURL.Token, Token<AbstractDelegationTokenIdentifier>, String) - 类 中的方法org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
Cancels a delegation token from the server end-point.
cancelDeleteOnExit(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Cancel the scheduled deletion of the path when the FileSystem is closed.
cancelToken(Token<TokenIdent>, String) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
Cancel a token by removing it from cache.
canExecute(File) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
Platform independent implementation for File.canExecute()
CANNOT_SEEK_PAST_EOF - 类 中的静态变量org.apache.hadoop.fs.FSExceptionMessages
Seeks : "Attempted to seek or read past the end of the file"
canonicalizeUri(URI) - 类 中的方法org.apache.hadoop.fs.FileSystem
Canonicalize the given URI.
canonicalizeUri(URI) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
canonicalizeUri(URI) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
 
canRead(File) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
Platform independent implementation for File.canRead()
CanSetDropBehind - org.apache.hadoop.fs中的接口
 
CanSetReadahead - org.apache.hadoop.fs中的接口
 
CanUnbuffer - org.apache.hadoop.fs中的接口
FSDataInputStreams implement this interface to indicate that they can clear their buffers on request.
canWrite(File) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
Platform independent implementation for File.canWrite()
CAT_CONFIG - 类 中的静态变量org.apache.hadoop.security.KDiag
 
CAT_JAAS - 类 中的静态变量org.apache.hadoop.security.KDiag
 
CAT_JVM - 类 中的静态变量org.apache.hadoop.security.KDiag
 
CAT_KERBEROS - 类 中的静态变量org.apache.hadoop.security.KDiag
 
CAT_LOGIN - 类 中的静态变量org.apache.hadoop.security.KDiag
 
CAT_OS - 类 中的静态变量org.apache.hadoop.security.KDiag
 
CAT_SASL - 类 中的静态变量org.apache.hadoop.security.KDiag
 
CAT_TOKEN - 类 中的静态变量org.apache.hadoop.security.KDiag
 
CAT_UGI - 类 中的静态变量org.apache.hadoop.security.KDiag
 
CBZip2InputStream - org.apache.hadoop.io.compress.bzip2中的类
An input stream that decompresses from the BZip2 format (without the file header chars) to be read as any other stream.
CBZip2InputStream(InputStream, SplittableCompressionCodec.READ_MODE) - 类 的构造器org.apache.hadoop.io.compress.bzip2.CBZip2InputStream
Constructs a new CBZip2InputStream which decompresses bytes read from the specified stream.
CBZip2InputStream(InputStream) - 类 的构造器org.apache.hadoop.io.compress.bzip2.CBZip2InputStream
 
CBZip2InputStream.STATE - org.apache.hadoop.io.compress.bzip2中的枚举
A state machine to keep track of current state of the de-coder
CBZip2OutputStream - org.apache.hadoop.io.compress.bzip2中的类
An output stream that compresses into the BZip2 format (without the file header chars) into another stream.
CBZip2OutputStream(OutputStream) - 类 的构造器org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
Constructs a new CBZip2OutputStream with a blocksize of 900k.
CBZip2OutputStream(OutputStream, int) - 类 的构造器org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
Constructs a new CBZip2OutputStream with specified blocksize.
cedeActive(RpcController, ZKFCProtocolProtos.CedeActiveRequestProto) - 接口 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService.BlockingInterface
 
cedeActive(RpcController, ZKFCProtocolProtos.CedeActiveRequestProto, RpcCallback<ZKFCProtocolProtos.CedeActiveResponseProto>) - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService
rpc cedeActive(.hadoop.common.CedeActiveRequestProto) returns (.hadoop.common.CedeActiveResponseProto); Request that the service cede its active state, and quit the election for some amount of time
cedeActive(RpcController, ZKFCProtocolProtos.CedeActiveRequestProto, RpcCallback<ZKFCProtocolProtos.CedeActiveResponseProto>) - 接口 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService.Interface
rpc cedeActive(.hadoop.common.CedeActiveRequestProto) returns (.hadoop.common.CedeActiveResponseProto); Request that the service cede its active state, and quit the election for some amount of time
cedeActive(RpcController, ZKFCProtocolProtos.CedeActiveRequestProto, RpcCallback<ZKFCProtocolProtos.CedeActiveResponseProto>) - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService.Stub
 
cedeActive(int) - 类 中的方法org.apache.hadoop.ha.protocolPB.ZKFCProtocolClientSideTranslatorPB
 
Certificates() - 类 的构造器org.apache.hadoop.security.ssl.SSLHostnameVerifier.Certificates
 
CHALLENGE_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
CHALLENGE_VALUE - 枚举 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslState
CHALLENGE = 3;
changed(boolean) - 类 中的静态方法org.apache.hadoop.fs.Options.HandleOpt
 
changed() - 类 中的方法org.apache.hadoop.metrics2.lib.MutableMetric
 
charAt(int) - 类 中的方法org.apache.hadoop.io.Text
Returns the Unicode Scalar Value (32-bit integer value) for the character at position.
check(String) - 类 中的方法org.apache.hadoop.fs.DUHelper
 
check(String, SSLSocket) - 类 中的方法org.apache.hadoop.security.ssl.SSLHostnameVerifier.AbstractVerifier
 
check(String, X509Certificate) - 类 中的方法org.apache.hadoop.security.ssl.SSLHostnameVerifier.AbstractVerifier
 
check(String, String[], String[]) - 类 中的方法org.apache.hadoop.security.ssl.SSLHostnameVerifier.AbstractVerifier
 
check(String[], SSLSocket) - 类 中的方法org.apache.hadoop.security.ssl.SSLHostnameVerifier.AbstractVerifier
 
check(String[], X509Certificate) - 类 中的方法org.apache.hadoop.security.ssl.SSLHostnameVerifier.AbstractVerifier
 
check(String[], String[], String[], boolean, boolean) - 类 中的方法org.apache.hadoop.security.ssl.SSLHostnameVerifier.AbstractVerifier
 
checkArgs(String) - 接口 中的方法org.apache.hadoop.ha.FenceMethod
Verify that the given fencing method's arguments are valid.
checkArgs(String) - 类 中的方法org.apache.hadoop.ha.PowerShellFencer
 
checkArgs(String) - 类 中的方法org.apache.hadoop.ha.ShellCommandFencer
 
checkArgs(String) - 类 中的方法org.apache.hadoop.ha.SshFenceByTcpPort
Verify that the argument, if given, in the conf is parseable.
checkAvailableForRead() - 类 中的方法org.apache.hadoop.security.token.SecretManager
No-op if the secret manager is available for reading tokens, throw a StandbyException otherwise.
checkFencingConfigured() - 类 中的方法org.apache.hadoop.ha.HAServiceTarget
 
checkIsBashSupported() - 类 中的静态方法org.apache.hadoop.util.Shell
 
checkNativeCodeLoaded() - 类 中的静态方法org.apache.hadoop.io.compress.SnappyCodec
Are the native snappy libraries loaded & initialized?
checkNativeCodeLoaded() - 类 中的静态方法org.apache.hadoop.io.compress.ZStandardCodec
 
checkNativeCodeLoaded() - 类 中的静态方法org.apache.hadoop.io.erasurecode.ErasureCodeNative
Is the native ISA-L library loaded and initialized?
checkPath(Path) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
Check that a Path belongs to this FileSystem.
checkPath(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Check that a Path belongs to this FileSystem.
checkPath(Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
Check that a Path belongs to this FileSystem.
checkPath(Path) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
 
checkpoint() - 类 中的方法org.apache.hadoop.fs.Trash
Create a trash checkpoint.
checkScheme(URI, String) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
Check that the Uri's scheme matches
checkStateTransition(String, Service.STATE, Service.STATE) - 类 中的静态方法org.apache.hadoop.service.ServiceStateModel
Check that a state tansition is valid and throw an exception if not
checkStatus(File) - 类 中的方法org.apache.hadoop.util.BasicDiskValidator
 
checkStatus(File) - 类 中的方法org.apache.hadoop.util.ReadWriteDiskValidator
 
checkStream() - 类 中的方法org.apache.hadoop.io.compress.DecompressorStream
 
ChecksumException - org.apache.hadoop.fs中的异常错误
Thrown for checksum errors.
ChecksumException(String, long) - 异常错误 的构造器org.apache.hadoop.fs.ChecksumException
 
ChecksumFileSystem - org.apache.hadoop.fs中的类
Abstract Checksumed FileSystem.
ChecksumFileSystem(FileSystem) - 类 的构造器org.apache.hadoop.fs.ChecksumFileSystem
 
checksumOpt(Options.ChecksumOpt) - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set checksum opt.
ChecksumOpt() - 类 的构造器org.apache.hadoop.fs.Options.ChecksumOpt
Create a uninitialized one
ChecksumOpt(DataChecksum.Type, int) - 类 的构造器org.apache.hadoop.fs.Options.ChecksumOpt
Normal ctor
checksumParam(Options.ChecksumOpt) - 类 中的静态方法org.apache.hadoop.fs.Options.CreateOpts
 
ChecksumParam(Options.ChecksumOpt) - 类 的构造器org.apache.hadoop.fs.Options.CreateOpts.ChecksumParam
 
checkTGTAndReloginFromKeytab() - 类 中的方法org.apache.hadoop.security.UserGroupInformation
Re-login a user from keytab if TGT is expired or is close to expiry.
checkToken(TokenIdent) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
Find the DelegationTokenInformation for the given token id, and verify that if the token is expired.
checkWindowsCommandLineLength(String...) - 类 中的静态方法org.apache.hadoop.util.Shell
Checks if a given command (String[]) fits in the Windows maximum command line length Note that the input is expected to already include space delimiters, no extra count will be added for delimiters.
Chgrp() - 类 的构造器org.apache.hadoop.fs.FsShellPermissions.Chgrp
 
children - 类 中的变量org.apache.hadoop.net.InnerNodeImpl
 
childrenMap - 类 中的变量org.apache.hadoop.net.InnerNodeImpl
 
chmod(String, String) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
Change the permissions on a filename.
chmod(String, String, boolean) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
Change the permissions on a file / directory, recursively, if needed.
Chmod() - 类 的构造器org.apache.hadoop.fs.FsShellPermissions.Chmod
 
chmod(String, int) - 类 中的静态方法org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
chooseBlockSize(long) - 类 中的静态方法org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
Chooses a blocksize based on the given length of the data to compress.
Chown() - 类 的构造器org.apache.hadoop.fs.FsShellPermissions.Chown
 
CLASSNAME_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
CLASSNAME_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
ClassOption(Class<?>) - 类 的构造器org.apache.hadoop.util.Options.ClassOption
 
cleanup(Log, Closeable...) - 类 中的静态方法org.apache.hadoop.io.IOUtils
cleanup() - 类 中的方法org.apache.hadoop.io.SequenceFile.Sorter.SegmentDescriptor
The default cleanup.
cleanupWithLogger(Logger, Closeable...) - 类 中的静态方法org.apache.hadoop.io.IOUtils
Close the Closeable objects and ignore any Throwable or null pointers.
clear() - 类 中的方法org.apache.hadoop.conf.Configuration
Clears all keys from the configuration.
clear() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.fs.HardLink.LinkStats
 
clear() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.io.MapWritable
 
clear() - 类 中的方法org.apache.hadoop.io.SortedMapWritable
 
clear() - 类 中的方法org.apache.hadoop.io.Text
Clear the string to empty.
clear() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
 
clear() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
 
clear() - 接口 中的方法org.apache.hadoop.metrics2.util.QuantileEstimator
 
clear() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
 
clear() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto.Builder
 
clear() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
 
clear() - 类 中的方法org.apache.hadoop.util.bloom.HashFunction
Clears this hash function.
CLEAR_TEXT_FALLBACK - 类 中的静态变量org.apache.hadoop.security.alias.CredentialProvider
 
clearAccessTime() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint64 access_time = 8;
clearAlias() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
required string alias = 1;
clearArgs() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
repeated string args = 2;
clearAuths() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
clearBlockReplication() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint32 block_replication = 10;
clearBlockSize() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint64 block_size = 11;
clearCallerContext() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RPCCallerContextProto callerContext = 7; call context
clearCallId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
required sint32 callId = 3; a sequence number that is sent back in response
clearCallId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
required uint32 callId = 1; callId used in Request
clearChallenge() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
optional bytes challenge = 5;
clearChanged() - 类 中的方法org.apache.hadoop.metrics2.lib.MutableMetric
Clear the changed flag in the snapshot operations
clearClassName() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
required string className = 1;
clearClassName() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
required string className = 2;
clearClientId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
required bytes clientId = 4; Globally unique client ID
clearClientId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional bytes clientId = 7; Globally unique client ID
clearClientProtocolVersion() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
required uint64 clientProtocolVersion = 3; protocol version of class declaring the called method
clearConfig() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
repeated .hadoop.common.ConfigPair config = 2;
clearContext() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
required string context = 1;
clearDeclaringClassProtocolName() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
required string declaringClassProtocolName = 2; RPCs for a particular interface (ie protocol) are done using a IPC connection that is setup using rpcProxy.
clearDescriptions() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
clearEcData() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional bytes ec_data = 17; storagePolicy = 16
clearEffectiveUser() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
optional string effectiveUser = 1;
clearEncryptionData() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional bytes encryption_data = 15; locations = 12 alias = 13 childrenNum = 14
clearErrorDetail() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional .hadoop.common.RpcResponseHeaderProto.RpcErrorCodeProto errorDetail = 6; in case of error
clearErrorMsg() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional string errorMsg = 5; if request fails, often contains strack trace
clearExceptionClassName() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional string exceptionClassName = 4; if request fails
clearExitStatus() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
optional int32 exitStatus = 1; unix exit status to return
clearFileType() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
required .hadoop.fs.FileStatusProto.FileType fileType = 1;
clearFlags() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint32 flags = 18 [default = 0];
clearGroup() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional string group = 6;
clearGroups() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
repeated string groups = 1;
clearId() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
required int64 id = 1;
clearId() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
required int64 id = 1;
clearId() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
required int64 id = 1;
clearIdentifier() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
optional string identifier = 1;
clearIdentifier() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
required bytes identifier = 1;
clearKey() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
required string key = 1;
clearKind() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
required string kind = 3;
clearLength() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint64 length = 3;
CLEARMASK - 类 中的静态变量org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
This constant is accessible by subclasses for historical purposes.
clearMechanism() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
required string mechanism = 2;
clearMethod() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
required string method = 1;
clearMethodName() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
required string methodName = 1; Name of the RPC method
clearMethods() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
repeated uint32 methods = 2;
clearMillisToCede() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
required uint32 millisToCede = 1;
clearModificationTime() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint64 modification_time = 7;
clearNameMaps() - 类 中的方法org.apache.hadoop.security.ShellBasedIdMapping
 
clearNewExpiryTime() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
required uint64 newExpiryTime = 1;
clearNotReadyReason() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
optional string notReadyReason = 3; If not ready to become active, a textual explanation of why not
clearOwner() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional string owner = 5;
clearParentId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
optional int64 parentId = 2; parentIdLow
clearPassword() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
required bytes password = 2;
clearPath() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
required string path = 2;
clearPerm() - 类 中的方法org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
required uint32 perm = 1; UNIX-style mode bits
clearPermission() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional .hadoop.fs.FsPermissionProto permission = 4;
clearProtocol() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
optional string protocol = 3; Protocol name for next rpc layer.
clearProtocol() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
required string protocol = 1; Protocol name
clearProtocol() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
required string protocol = 1; Protocol name
clearProtocol() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
optional string protocol = 3;
clearProtocolSignature() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
clearProtocolVersions() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
clearReadyToBecomeActive() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
optional bool readyToBecomeActive = 2; If state is STANDBY, indicate whether it is ready to become active.
clearRealUser() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
optional string realUser = 2;
clearRenewer() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
required string renewer = 1;
clearReqInfo() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
clearReqInfo() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
clearReqSource() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
required .hadoop.common.HARequestSource reqSource = 1;
clearResponses() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
clearRetryCount() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional sint32 retryCount = 5 [default = -1]; clientId + callId uniquely identifies a request retry count, 1 means this is the first retry
clearRetryCount() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional sint32 retryCount = 8 [default = -1];
clearRpcKind() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
required string rpcKind = 2; RPC kind
clearRpcKind() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
required string rpcKind = 1; RPC kind
clearRpcKind() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RpcKindProto rpcKind = 1;
clearRpcOp() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RpcRequestHeaderProto.OperationProto rpcOp = 2;
clearSecret() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
optional bytes secret = 3;
clearSecrets() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
clearSenderName() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
optional string senderName = 3; which handler sent this message
clearServerId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
optional string serverId = 4;
clearServerIpcVersionNum() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional uint32 serverIpcVersionNum = 3; Sent if success or fail
clearService() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
required string service = 4;
clearShutdownHooks() - 类 中的方法org.apache.hadoop.util.ShutdownHookManager
clear all registered shutdownHooks.
clearSignature() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
optional bytes signature = 2;
clearState() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
required .hadoop.common.HAServiceStateProto state = 1;
clearState() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
required .hadoop.common.RpcSaslProto.SaslState state = 2;
clearStatistics() - 类 中的静态方法org.apache.hadoop.fs.AbstractFileSystem
 
clearStatistics() - 类 中的静态方法org.apache.hadoop.fs.FileContext
Clears all the statistics stored in AbstractFileSystem, for all the file systems.
clearStatistics() - 类 中的静态方法org.apache.hadoop.fs.FileSystem
Reset all statistics for all file systems.
clearStatus() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
required .hadoop.common.RpcResponseHeaderProto.RpcStatusProto status = 2;
clearSymlink() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional string symlink = 9;
clearToken() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
optional bytes token = 3;
clearToken() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
required .hadoop.common.TokenProto token = 1;
clearToken() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
optional .hadoop.common.TokenProto token = 2;
clearToken() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
optional .hadoop.common.TokenProto token = 1;
clearToken() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
required .hadoop.common.TokenProto token = 1;
clearTokens() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
clearTraceId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
optional int64 traceId = 1; parentIdHigh
clearTraceInfo() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RPCTraceInfoProto traceInfo = 6; tracing info
clearUser() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
required string user = 1;
clearUserInfo() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
optional .hadoop.common.UserInformationProto userInfo = 2; UserInfo beyond what is determined as part of security handshake at connection time (kerberos, tokens etc).
clearUserMessage() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
optional string userMessage = 2; to be displayed to the user
clearValue() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
required string value = 2;
clearVersion() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
required uint64 version = 1;
clearVersion() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
optional uint32 version = 1;
clearVersions() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
repeated uint64 versions = 2; Protocol version corresponding to the rpc kind.
Client - org.apache.hadoop.ipc中的类
A client for an IPC service.
Client(Class<? extends Writable>, Configuration, SocketFactory) - 类 的构造器org.apache.hadoop.ipc.Client
Construct an IPC client whose values are of the given Writable class.
Client(Class<? extends Writable>, Configuration) - 类 的构造器org.apache.hadoop.ipc.Client
Construct an IPC client with the default SocketFactory
CLIENTID_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
CLIENTID_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
CLIENTPROTOCOLVERSION_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
clone() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder
 
clone(T, Configuration) - 类 中的静态方法org.apache.hadoop.io.WritableUtils
Make a copy of a writable object using serialization to a buffer.
clone() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
 
clone() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
 
clone() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto.Builder
 
clone() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
 
clone() - 类 中的方法org.apache.hadoop.util.GcTimeMonitor.GcData
 
cloneFileAttributes(Path, Path, Progressable) - 类 中的方法org.apache.hadoop.io.SequenceFile.Sorter
Clones the attributes (like compression of the input file and creates a corresponding Writer
cloneInto(Writable, Writable) - 类 中的静态方法org.apache.hadoop.io.WritableUtils
已过时。
use ReflectionUtils.cloneInto instead.
cloneWritableInto(Writable, Writable) - 类 中的静态方法org.apache.hadoop.util.ReflectionUtils
已过时。
close() - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider
Can be used by implementing classes to close any resources that require closing
close() - 类 中的方法org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
close() - 类 中的方法org.apache.hadoop.fs.AvroFSInput
 
close() - 类 中的方法org.apache.hadoop.fs.FileSystem
Close this FileSystem instance.
close() - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
close() - 类 中的方法org.apache.hadoop.fs.FSDataOutputStream
Close the underlying output stream.
close() - 类 中的方法org.apache.hadoop.fs.HarFileSystem
 
close() - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
 
close() - 类 中的方法org.apache.hadoop.ha.protocolPB.ZKFCProtocolClientSideTranslatorPB
 
close() - 类 中的方法org.apache.hadoop.http.HttpRequestLogAppender
 
close() - 类 中的方法org.apache.hadoop.io.BloomMapFile.Writer
 
close() - 类 中的方法org.apache.hadoop.io.compress.bzip2.CBZip2InputStream
 
close() - 类 中的方法org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
 
close() - 类 中的方法org.apache.hadoop.io.compress.CompressionInputStream
 
close() - 类 中的方法org.apache.hadoop.io.compress.CompressionOutputStream
 
close() - 类 中的方法org.apache.hadoop.io.compress.CompressorStream
 
close() - 类 中的方法org.apache.hadoop.io.compress.DecompressorStream
 
close() - 类 中的方法org.apache.hadoop.io.compress.GzipCodec.GzipOutputStream
 
close() - 类 中的方法org.apache.hadoop.io.DefaultStringifier
 
close() - 类 中的方法org.apache.hadoop.io.file.tfile.BoundedRangeFileInputStream
 
close() - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader
Close the reader.
close() - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner
Close the scanner.
close() - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Writer
Close the Writer.
close() - 类 中的方法org.apache.hadoop.io.MapFile.Reader
Close the map.
close() - 类 中的方法org.apache.hadoop.io.MapFile.Writer
Close the map.
close() - 类 中的方法org.apache.hadoop.io.retry.DefaultFailoverProxyProvider
 
close() - 类 中的方法org.apache.hadoop.io.SequenceFile.Reader
Close the file.
close() - 接口 中的方法org.apache.hadoop.io.SequenceFile.Sorter.RawKeyValueIterator
closes the iterator so that the underlying streams can be closed
close() - 类 中的方法org.apache.hadoop.io.SequenceFile.Writer
Close the file.
close() - 接口 中的方法org.apache.hadoop.io.Stringifier
Closes this object.
close() - 类 中的方法org.apache.hadoop.ipc.Client
 
close() - 类 中的方法org.apache.hadoop.ipc.protocolPB.GenericRefreshProtocolClientSideTranslatorPB
 
close() - 类 中的方法org.apache.hadoop.ipc.protocolPB.RefreshCallQueueProtocolClientSideTranslatorPB
 
close() - 类 中的方法org.apache.hadoop.log.metrics.EventCounter
 
close() - 类 中的方法org.apache.hadoop.metrics2.lib.MutableRollingAverages
 
close() - 类 中的方法org.apache.hadoop.metrics2.sink.FileSink
 
close() - 类 中的方法org.apache.hadoop.metrics2.sink.GraphiteSink
 
close() - 类 中的方法org.apache.hadoop.metrics2.sink.GraphiteSink.Graphite
 
close() - 类 中的方法org.apache.hadoop.metrics2.sink.RollingFileSystemSink
 
close() - 类 中的方法org.apache.hadoop.metrics2.sink.StatsDSink
 
close() - 类 中的方法org.apache.hadoop.metrics2.sink.StatsDSink.StatsD
 
close() - 类 中的方法org.apache.hadoop.security.KDiag
 
close() - 类 中的方法org.apache.hadoop.security.protocolPB.RefreshAuthorizationPolicyProtocolClientSideTranslatorPB
 
close() - 类 中的方法org.apache.hadoop.security.protocolPB.RefreshUserMappingsProtocolClientSideTranslatorPB
 
close() - 类 中的方法org.apache.hadoop.service.AbstractService
close() - 接口 中的方法org.apache.hadoop.service.Service
A version of stop() that is designed to be usable in Java7 closure clauses.
close() - 类 中的方法org.apache.hadoop.tools.protocolPB.GetUserMappingsProtocolClientSideTranslatorPB
 
close() - 类 中的方法org.apache.hadoop.util.AutoCloseableLock
Attempts to release the lock by making a call to release().
close() - 接口 中的方法org.apache.hadoop.util.Shell.CommandExecutor
 
close() - 类 中的方法org.apache.hadoop.util.Shell.ShellCommandExecutor
 
close() - 类 中的方法org.apache.hadoop.util.StopWatch
 
Closeable - org.apache.hadoop.io中的接口
已过时。
use java.io.Closeable
CloseableReferenceCount - org.apache.hadoop.util中的类
A closeable object that maintains a reference count.
CloseableReferenceCount() - 类 的构造器org.apache.hadoop.util.CloseableReferenceCount
 
closeAll() - 类 中的静态方法org.apache.hadoop.fs.FileSystem
Close all cached FileSystem instances.
closeAllForUGI(UserGroupInformation) - 类 中的静态方法org.apache.hadoop.fs.FileSystem
Close all cached FileSystem instances for a given UGI.
closed - 类 中的变量org.apache.hadoop.io.compress.CompressorStream
 
closed - 类 中的变量org.apache.hadoop.io.compress.DecompressorStream
 
closeSocket(Socket) - 类 中的静态方法org.apache.hadoop.io.IOUtils
Closes the socket ignoring IOException
closeStream(Closeable) - 类 中的静态方法org.apache.hadoop.io.IOUtils
Closes the stream ignoring Throwable.
closeStreams(Closeable...) - 类 中的静态方法org.apache.hadoop.io.IOUtils
Closes the streams ignoring Throwable.
code - 枚举 中的变量org.apache.hadoop.security.SaslRpcServer.AuthMethod
The code for this method.
CODEC_NAME_KEY - 类 中的静态变量org.apache.hadoop.io.erasurecode.ECSchema
 
CodecPool - org.apache.hadoop.io.compress中的类
A global compressor/decompressor pool used to save and reuse (possibly native) compression/decompression codecs.
CodecPool() - 类 的构造器org.apache.hadoop.io.compress.CodecPool
 
collectThreadLocalStates() - 类 中的方法org.apache.hadoop.metrics2.lib.MutableRollingAverages
Collects states maintained in ThreadLocal, if any.
combine(Result) - 类 中的方法org.apache.hadoop.fs.shell.find.Result
Returns the combination of this and another result.
CombinedIPList - org.apache.hadoop.util中的类
Util class to stores ips/hosts/subnets.
CombinedIPList(String, String, long) - 类 的构造器org.apache.hadoop.util.CombinedIPList
 
CombinedIPWhiteList - org.apache.hadoop.util中的类
 
CombinedIPWhiteList(String, String, long) - 类 的构造器org.apache.hadoop.util.CombinedIPWhiteList
 
CommandFormat - org.apache.hadoop.fs.shell中的类
Parse the args of a command and check the format of args.
CommandFormat(String, int, int, String...) - 类 的构造器org.apache.hadoop.fs.shell.CommandFormat
已过时。
use replacement since name is an unused parameter
CommandFormat(int, int, String...) - 类 的构造器org.apache.hadoop.fs.shell.CommandFormat
Simple parsing of command line arguments
CommandFormat.DuplicatedOptionException - org.apache.hadoop.fs.shell中的异常错误
Used when a duplicated option is supplied to a command.
CommandFormat.IllegalNumberOfArgumentsException - org.apache.hadoop.fs.shell中的异常错误
Used when the arguments exceed their bounds
CommandFormat.NotEnoughArgumentsException - org.apache.hadoop.fs.shell中的异常错误
Used when too few arguments are supplied to a command
CommandFormat.TooManyArgumentsException - org.apache.hadoop.fs.shell中的异常错误
Used when too many arguments are supplied to a command
CommandFormat.UnknownOptionException - org.apache.hadoop.fs.shell中的异常错误
Used when an unsupported option is supplied to a command
CommandShell - org.apache.hadoop.tools中的类
This program is a CLI utility base class utilizing hadoop Tool class.
CommandShell() - 类 的构造器org.apache.hadoop.tools.CommandShell
 
CommandShell.SubCommand - org.apache.hadoop.tools中的类
Base class for any subcommands of this shell command.
commit() - 类 中的方法org.apache.hadoop.util.curator.ZKCuratorManager.SafeTransaction
 
CommonConfigurationKeysPublic - org.apache.hadoop.fs中的类
This class contains constants for configuration keys used in the common code.
CommonConfigurationKeysPublic() - 类 的构造器org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
ComparableVersion - org.apache.hadoop.util中的类
Generic implementation of version comparison.
ComparableVersion(String) - 类 的构造器org.apache.hadoop.util.ComparableVersion
 
Comparator() - 类 的构造器org.apache.hadoop.io.BooleanWritable.Comparator
 
Comparator() - 类 的构造器org.apache.hadoop.io.BytesWritable.Comparator
 
Comparator() - 类 的构造器org.apache.hadoop.io.ByteWritable.Comparator
 
Comparator() - 类 的构造器org.apache.hadoop.io.DoubleWritable.Comparator
 
Comparator() - 类 的构造器org.apache.hadoop.io.FloatWritable.Comparator
 
Comparator() - 类 的构造器org.apache.hadoop.io.IntWritable.Comparator
 
Comparator() - 类 的构造器org.apache.hadoop.io.LongWritable.Comparator
 
comparator(WritableComparator) - 类 中的静态方法org.apache.hadoop.io.MapFile.Reader
 
comparator(WritableComparator) - 类 中的静态方法org.apache.hadoop.io.MapFile.Writer
 
Comparator() - 类 的构造器org.apache.hadoop.io.MD5Hash.Comparator
 
Comparator() - 类 的构造器org.apache.hadoop.io.NullWritable.Comparator
 
Comparator() - 类 的构造器org.apache.hadoop.io.ShortWritable.Comparator
 
comparator() - 类 中的方法org.apache.hadoop.io.SortedMapWritable
 
Comparator() - 类 的构造器org.apache.hadoop.io.Text.Comparator
 
Comparator() - 类 的构造器org.apache.hadoop.io.UTF8.Comparator
已过时。
 
COMPARATOR_JCLASS - 类 中的静态变量org.apache.hadoop.io.file.tfile.TFile
comparator prefix: java class
COMPARATOR_MEMCMP - 类 中的静态变量org.apache.hadoop.io.file.tfile.TFile
comparator: memcmp
compare(byte[], int, int, byte[], int, int) - 类 中的方法org.apache.hadoop.io.BooleanWritable.Comparator
 
compare(byte[], int, int, byte[], int, int) - 类 中的方法org.apache.hadoop.io.BytesWritable.Comparator
Compare the buffers in serialized form.
compare(byte[], int, int, byte[], int, int) - 类 中的方法org.apache.hadoop.io.ByteWritable.Comparator
 
compare(byte[], int, int, byte[], int, int) - 类 中的方法org.apache.hadoop.io.DoubleWritable.Comparator
 
compare(byte[], int, int, byte[], int, int) - 类 中的方法org.apache.hadoop.io.FloatWritable.Comparator
 
compare(byte[], int, int, byte[], int, int) - 类 中的方法org.apache.hadoop.io.IntWritable.Comparator
 
compare(byte[], int, int, byte[], int, int) - 类 中的方法org.apache.hadoop.io.LongWritable.Comparator
 
compare(WritableComparable, WritableComparable) - 类 中的方法org.apache.hadoop.io.LongWritable.DecreasingComparator
 
compare(byte[], int, int, byte[], int, int) - 类 中的方法org.apache.hadoop.io.LongWritable.DecreasingComparator
 
compare(byte[], int, int, byte[], int, int) - 类 中的方法org.apache.hadoop.io.MD5Hash.Comparator
 
compare(byte[], int, int, byte[], int, int) - 类 中的方法org.apache.hadoop.io.NullWritable.Comparator
Compare the buffers in serialized form.
compare(byte[], int, int, byte[], int, int) - 接口 中的方法org.apache.hadoop.io.RawComparator
Compare two objects in binary.
compare(byte[], int, int, byte[], int, int) - 类 中的方法org.apache.hadoop.io.ShortWritable.Comparator
 
compare(byte[], int, int, byte[], int, int) - 类 中的方法org.apache.hadoop.io.Text.Comparator
 
compare(byte[], int, int, byte[], int, int) - 类 中的方法org.apache.hadoop.io.UTF8.Comparator
已过时。
 
compare(byte[], int, int, byte[], int, int) - 类 中的方法org.apache.hadoop.io.WritableComparator
Optimization hook.
compare(WritableComparable, WritableComparable) - 类 中的方法org.apache.hadoop.io.WritableComparator
Compare two WritableComparables.
compare(Object, Object) - 类 中的方法org.apache.hadoop.io.WritableComparator
 
compareBytes(byte[], int, int, byte[], int, int) - 类 中的静态方法org.apache.hadoop.io.WritableComparator
Lexicographic order of binary data.
compareFs(FileSystem, FileSystem) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
 
compareTo(Delayed) - 类 中的方法org.apache.hadoop.fs.DelegationTokenRenewer.RenewAction
 
compareTo(FileStatus) - 类 中的方法org.apache.hadoop.fs.FileStatus
Compare this FileStatus to another FileStatus
compareTo(Object) - 类 中的方法org.apache.hadoop.fs.FileStatus
Compare this FileStatus to another FileStatus.
compareTo(FileStatus) - 类 中的方法org.apache.hadoop.fs.LocatedFileStatus
Compare this FileStatus to another FileStatus
compareTo(Object) - 类 中的方法org.apache.hadoop.fs.Path
 
compareTo(BinaryComparable) - 类 中的方法org.apache.hadoop.io.BinaryComparable
Compare bytes from {#getBytes()}.
compareTo(byte[], int, int) - 类 中的方法org.apache.hadoop.io.BinaryComparable
Compare bytes from {#getBytes()} to those provided.
compareTo(BooleanWritable) - 类 中的方法org.apache.hadoop.io.BooleanWritable
 
compareTo(ByteWritable) - 类 中的方法org.apache.hadoop.io.ByteWritable
Compares two ByteWritables.
compareTo(DoubleWritable) - 类 中的方法org.apache.hadoop.io.DoubleWritable
 
compareTo(byte[]) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
Compare the entry key to another key.
compareTo(byte[], int, int) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
Compare the entry key to another key.
compareTo(RawComparable) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
Compare an entry with a RawComparable object.
compareTo(Utils.Version) - 类 中的方法org.apache.hadoop.io.file.tfile.Utils.Version
Compare this version with another version.
compareTo(FloatWritable) - 类 中的方法org.apache.hadoop.io.FloatWritable
Compares two FloatWritables.
compareTo(IntWritable) - 类 中的方法org.apache.hadoop.io.IntWritable
Compares two IntWritables.
compareTo(LongWritable) - 类 中的方法org.apache.hadoop.io.LongWritable
Compares two LongWritables.
compareTo(MD5Hash) - 类 中的方法org.apache.hadoop.io.MD5Hash
Compares this object with the specified object for order.
compareTo(NullWritable) - 类 中的方法org.apache.hadoop.io.NullWritable
 
compareTo(Object) - 类 中的方法org.apache.hadoop.io.SequenceFile.Sorter.SegmentDescriptor
 
compareTo(ShortWritable) - 类 中的方法org.apache.hadoop.io.ShortWritable
Compares two ShortWritable.
compareTo(VIntWritable) - 类 中的方法org.apache.hadoop.io.VIntWritable
Compares two VIntWritables.
compareTo(VLongWritable) - 类 中的方法org.apache.hadoop.io.VLongWritable
Compares two VLongWritables.
compareTo(ComparableVersion) - 类 中的方法org.apache.hadoop.util.ComparableVersion
 
compatibleWith(Utils.Version) - 类 中的方法org.apache.hadoop.io.file.tfile.Utils.Version
Test compatibility.
compile(String) - 类 中的方法org.apache.hadoop.metrics2.filter.GlobFilter
 
compile(String) - 类 中的方法org.apache.hadoop.metrics2.filter.RegexFilter
 
completeLocalOutput(Path, Path) - 类 中的方法org.apache.hadoop.fs.ChecksumFileSystem
 
completeLocalOutput(Path, Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Called when we're all done writing to the target.
completeLocalOutput(Path, Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
Called when we're all done writing to the target.
completeLocalOutput(Path, Path) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
not implemented.
completeLocalOutput(Path, Path) - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
 
CompositeService - org.apache.hadoop.service中的类
Composition of services.
CompositeService(String) - 类 的构造器org.apache.hadoop.service.CompositeService
 
CompositeService.CompositeServiceShutdownHook - org.apache.hadoop.service中的类
JVM Shutdown hook for CompositeService which will stop the give CompositeService gracefully in case of JVM shutdown.
CompositeServiceShutdownHook(CompositeService) - 类 的构造器org.apache.hadoop.service.CompositeService.CompositeServiceShutdownHook
 
compress() - 类 中的方法org.apache.hadoop.io.compress.BlockCompressorStream
 
compress(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.bzip2.Bzip2Compressor
 
compress(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.bzip2.BZip2DummyCompressor
 
compress(byte[], int, int) - 接口 中的方法org.apache.hadoop.io.compress.Compressor
Fills specified buffer with compressed data.
compress() - 类 中的方法org.apache.hadoop.io.compress.CompressorStream
 
compress(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.lz4.Lz4Compressor
Fills specified buffer with compressed data.
compress(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.snappy.SnappyCompressor
Fills specified buffer with compressed data.
compress(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.zlib.BuiltInZlibDeflater
 
compress(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.zlib.ZlibCompressor
 
compress(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.zstd.ZStandardCompressor
 
compressedValSerializer - 类 中的变量org.apache.hadoop.io.SequenceFile.Writer
 
CompressedWritable - org.apache.hadoop.io中的类
A base-class for Writables which store themselves compressed and lazily inflate on field access.
CompressedWritable() - 类 的构造器org.apache.hadoop.io.CompressedWritable
 
Compression - org.apache.hadoop.io.file.tfile中的类
Compression related stuff.
compression(SequenceFile.CompressionType) - 类 中的静态方法org.apache.hadoop.io.MapFile.Writer
 
compression(SequenceFile.CompressionType, CompressionCodec) - 类 中的静态方法org.apache.hadoop.io.MapFile.Writer
 
compression(SequenceFile.CompressionType) - 类 中的静态方法org.apache.hadoop.io.SequenceFile.Writer
 
compression(SequenceFile.CompressionType, CompressionCodec) - 类 中的静态方法org.apache.hadoop.io.SequenceFile.Writer
 
Compression.Algorithm - org.apache.hadoop.io.file.tfile中的枚举
Compression algorithms.
COMPRESSION_GZ - 类 中的静态变量org.apache.hadoop.io.file.tfile.TFile
compression: gzip
COMPRESSION_LZO - 类 中的静态变量org.apache.hadoop.io.file.tfile.TFile
compression: lzo
COMPRESSION_NONE - 类 中的静态变量org.apache.hadoop.io.file.tfile.TFile
compression: none
CompressionCodec - org.apache.hadoop.io.compress中的接口
This class encapsulates a streaming compression/decompression pair.
CompressionCodec.Util - org.apache.hadoop.io.compress中的类
 
CompressionCodecFactory - org.apache.hadoop.io.compress中的类
A factory that will find the correct codec for a given filename.
CompressionCodecFactory(Configuration) - 类 的构造器org.apache.hadoop.io.compress.CompressionCodecFactory
Find the codecs specified in the config value io.compression.codecs and register them.
CompressionInputStream - org.apache.hadoop.io.compress中的类
A compression input stream.
CompressionInputStream(InputStream) - 类 的构造器org.apache.hadoop.io.compress.CompressionInputStream
Create a compression input stream that reads the decompressed bytes from the given stream.
CompressionOutputStream - org.apache.hadoop.io.compress中的类
A compression output stream.
CompressionOutputStream(OutputStream) - 类 的构造器org.apache.hadoop.io.compress.CompressionOutputStream
Create a compression output stream that writes the compressed bytes to the given stream.
Compressor - org.apache.hadoop.io.compress中的接口
Specification of a stream-based 'compressor' which can be plugged into a CompressionOutputStream to compress data.
compressor - 类 中的变量org.apache.hadoop.io.compress.CompressorStream
 
CompressorStream - org.apache.hadoop.io.compress中的类
 
CompressorStream(OutputStream, Compressor, int) - 类 的构造器org.apache.hadoop.io.compress.CompressorStream
 
CompressorStream(OutputStream, Compressor) - 类 的构造器org.apache.hadoop.io.compress.CompressorStream
 
CompressorStream(OutputStream) - 类 的构造器org.apache.hadoop.io.compress.CompressorStream
Allow derived classes to directly set the underlying stream.
concat(Path, Path[]) - 类 中的方法org.apache.hadoop.fs.FileSystem
Concat existing files together.
concat(Path, Path[]) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
conf - 枚举 中的静态变量org.apache.hadoop.io.file.tfile.Compression.Algorithm
 
CONF_HADOOP_PROXYSERVERS - 类 中的静态变量org.apache.hadoop.security.authorize.ProxyServers
 
CONF_LZO_CLASS - 枚举 中的静态变量org.apache.hadoop.io.file.tfile.Compression.Algorithm
 
CONF_SERVLET_RECONFIGURABLE_PREFIX - 类 中的静态变量org.apache.hadoop.conf.ReconfigurationServlet
 
CONFIG_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
CONFIG_VIEWFS_DEFAULT_MOUNT_TABLE - 接口 中的静态变量org.apache.hadoop.fs.viewfs.Constants
Config variable name for the default mount table.
CONFIG_VIEWFS_HOMEDIR - 接口 中的静态变量org.apache.hadoop.fs.viewfs.Constants
Prefix for the home dir for the mount table - if not specified then the hadoop default value (/user) is used.
CONFIG_VIEWFS_LINK - 接口 中的静态变量org.apache.hadoop.fs.viewfs.Constants
Config variable for specifying a simple link
CONFIG_VIEWFS_LINK_FALLBACK - 接口 中的静态变量org.apache.hadoop.fs.viewfs.Constants
Config variable for specifying a fallback for link mount points.
CONFIG_VIEWFS_LINK_MERGE - 接口 中的静态变量org.apache.hadoop.fs.viewfs.Constants
Config variable for specifying a merge link
CONFIG_VIEWFS_LINK_MERGE_SLASH - 接口 中的静态变量org.apache.hadoop.fs.viewfs.Constants
Config variable for specifying a merge of the root of the mount-table with the root of another file system.
CONFIG_VIEWFS_LINK_NFLY - 接口 中的静态变量org.apache.hadoop.fs.viewfs.Constants
Config variable for specifying an nfly link.
CONFIG_VIEWFS_PREFIX - 接口 中的静态变量org.apache.hadoop.fs.viewfs.Constants
Prefix for the config variable prefix for the ViewFs mount-table
CONFIG_VIEWFS_PREFIX_DEFAULT_MOUNT_TABLE - 接口 中的静态变量org.apache.hadoop.fs.viewfs.Constants
Config variable full prefix for the default mount table.
CONFIG_VIEWFS_RENAME_STRATEGY - 接口 中的静态变量org.apache.hadoop.fs.viewfs.Constants
 
ConfigRedactor - org.apache.hadoop.conf中的类
Tool for redacting sensitive information when displaying config parameters.
ConfigRedactor(Configuration) - 类 的构造器org.apache.hadoop.conf.ConfigRedactor
 
Configurable - org.apache.hadoop.conf中的接口
Something that may be configured with a Configuration.
Configuration - org.apache.hadoop.conf中的类
Provides access to configuration parameters.
Configuration() - 类 的构造器org.apache.hadoop.conf.Configuration
A new configuration.
Configuration(boolean) - 类 的构造器org.apache.hadoop.conf.Configuration
A new configuration where the behavior of reading from the default resources can be turned off.
Configuration(Configuration) - 类 的构造器org.apache.hadoop.conf.Configuration
A new configuration with the same settings cloned from another.
Configuration.DeprecationDelta - org.apache.hadoop.conf中的类
A pending addition to the global set of deprecated keys.
Configuration.IntegerRanges - org.apache.hadoop.conf中的类
A class that represents a set of positive integer ranges.
Configured - org.apache.hadoop.conf中的类
Base class for things that may be configured with a Configuration.
Configured() - 类 的构造器org.apache.hadoop.conf.Configured
Construct a Configured.
Configured(Configuration) - 类 的构造器org.apache.hadoop.conf.Configured
Construct a Configured.
configureXFrame(boolean) - 类 中的方法org.apache.hadoop.http.HttpServer2.Builder
Adds the ability to control X_FRAME_OPTIONS on HttpServer2.
ConfigUtil - org.apache.hadoop.fs.viewfs中的类
Utilities for config variables of the viewFs See ViewFs
ConfigUtil() - 类 的构造器org.apache.hadoop.fs.viewfs.ConfigUtil
 
confirmPrompt(String) - 类 中的静态方法org.apache.hadoop.util.ToolRunner
Print out a prompt to the user, and return true if the user responds with "y" or "yes".
ConfServlet.BadFormatException - org.apache.hadoop.conf中的异常错误
 
connect() - 类 中的方法org.apache.hadoop.metrics2.sink.GraphiteSink.Graphite
 
Connection(SocketChannel, long) - 类 的构造器org.apache.hadoop.ipc.Server.Connection
 
ConnectTimeoutException - org.apache.hadoop.net中的异常错误
Thrown by NetUtils.connect(java.net.Socket, java.net.SocketAddress, int) if it times out while connecting to the remote host.
ConnectTimeoutException(String) - 异常错误 的构造器org.apache.hadoop.net.ConnectTimeoutException
 
Constants - org.apache.hadoop.fs.viewfs中的接口
Config variable prefixes for ViewFs - see ViewFs for examples.
construct(ZlibCompressor.CompressionLevel, ZlibCompressor.CompressionStrategy, ZlibCompressor.CompressionHeader, int) - 类 中的方法org.apache.hadoop.io.compress.zlib.ZlibCompressor
 
constructOutputStream(DataOutput) - 类 中的静态方法org.apache.hadoop.io.DataOutputOutputStream
Construct an OutputStream from the given DataOutput.
containsHeader(String) - 类 中的方法org.apache.hadoop.security.http.XFrameOptionsFilter.XFrameOptionsResponseWrapper
 
containsKey(Object) - 类 中的方法org.apache.hadoop.io.MapWritable
 
containsKey(Object) - 类 中的方法org.apache.hadoop.io.SortedMapWritable
 
containsValue(Object) - 类 中的方法org.apache.hadoop.io.MapWritable
 
containsValue(Object) - 类 中的方法org.apache.hadoop.io.SortedMapWritable
 
content() - 类 中的静态方法org.apache.hadoop.fs.Options.HandleOpt
Handle is valid iff the content of the referent is the same.
ContentSummary - org.apache.hadoop.fs中的类
Store the summary of a content (a directory or a file).
ContentSummary() - 类 的构造器org.apache.hadoop.fs.ContentSummary
已过时。
ContentSummary(long, long, long) - 类 的构造器org.apache.hadoop.fs.ContentSummary
已过时。
ContentSummary(long, long, long, long, long, long) - 类 的构造器org.apache.hadoop.fs.ContentSummary
已过时。
ContentSummary.Builder - org.apache.hadoop.fs中的类
We don't use generics.
context() - 接口 中的方法org.apache.hadoop.metrics2.MetricsRecord
 
CONTEXT_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
convert(FSProtos.FsPermissionProto) - 类 中的静态方法org.apache.hadoop.fs.protocolPB.PBHelper
 
convert(FsPermission) - 类 中的静态方法org.apache.hadoop.fs.protocolPB.PBHelper
 
convert(FSProtos.FileStatusProto) - 类 中的静态方法org.apache.hadoop.fs.protocolPB.PBHelper
 
convert(FileStatus) - 类 中的静态方法org.apache.hadoop.fs.protocolPB.PBHelper
 
convert(Throwable) - 异常错误 中的静态方法org.apache.hadoop.service.ServiceStateException
Convert any exception into a RuntimeException.
convert(String, Throwable) - 异常错误 中的静态方法org.apache.hadoop.service.ServiceStateException
Convert any exception into a RuntimeException.
convert(RpcHeaderProtos.RpcKindProto) - 类 中的静态方法org.apache.hadoop.util.ProtoUtil
 
convertToExitException(Throwable) - 类 中的静态方法org.apache.hadoop.service.launcher.ServiceLauncher
Convert an exception to an ExitException.
copy(Path, Path) - 类 中的方法org.apache.hadoop.fs.FileContext.Util
Copy file from src to dest.
copy(Path, Path, boolean, boolean) - 类 中的方法org.apache.hadoop.fs.FileContext.Util
Copy from src to dst, optionally deleting src and overwriting dst.
copy(FileSystem, Path, FileSystem, Path, boolean, Configuration) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
Copy files between FileSystems.
copy(FileSystem, Path[], FileSystem, Path, boolean, boolean, Configuration) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
 
copy(FileSystem, Path, FileSystem, Path, boolean, boolean, Configuration) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
Copy files between FileSystems.
copy(FileSystem, FileStatus, FileSystem, Path, boolean, boolean, Configuration) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
Copy files between FileSystems.
copy(File, FileSystem, Path, boolean, Configuration) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
Copy local files to a FileSystem.
copy(FileSystem, Path, File, boolean, Configuration) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
Copy FileSystem files to local files.
copy(Writable) - 类 中的方法org.apache.hadoop.io.AbstractMapWritable
Used by child copy constructors.
copy(Configuration, T, T) - 类 中的静态方法org.apache.hadoop.util.ReflectionUtils
Make a copy of the writable object using serialization to a buffer
copyBytes() - 类 中的方法org.apache.hadoop.io.BytesWritable
Get a copy of the bytes that is exactly the length of the data.
copyBytes(InputStream, OutputStream, int, boolean) - 类 中的静态方法org.apache.hadoop.io.IOUtils
Copies from one stream to another.
copyBytes(InputStream, OutputStream, int) - 类 中的静态方法org.apache.hadoop.io.IOUtils
Copies from one stream to another.
copyBytes(InputStream, OutputStream, Configuration) - 类 中的静态方法org.apache.hadoop.io.IOUtils
Copies from one stream to another.
copyBytes(InputStream, OutputStream, Configuration, boolean) - 类 中的静态方法org.apache.hadoop.io.IOUtils
Copies from one stream to another.
copyBytes(InputStream, OutputStream, long, boolean) - 类 中的静态方法org.apache.hadoop.io.IOUtils
Copies count bytes from one stream to another.
copyBytes() - 类 中的方法org.apache.hadoop.io.Text
Get a copy of the bytes that is exactly the length of the data.
copyFromLocalFile(boolean, Path, Path) - 类 中的方法org.apache.hadoop.fs.ChecksumFileSystem
 
copyFromLocalFile(Path, Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
The src file is on the local disk.
copyFromLocalFile(boolean, Path, Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
The src file is on the local disk.
copyFromLocalFile(boolean, boolean, Path[], Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
The src files are on the local disk.
copyFromLocalFile(boolean, boolean, Path, Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
The src file is on the local disk.
copyFromLocalFile(boolean, Path, Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
The src file is on the local disk.
copyFromLocalFile(boolean, boolean, Path[], Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
The src files are on the local disk.
copyFromLocalFile(boolean, boolean, Path, Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
The src file is on the local disk.
copyFromLocalFile(boolean, boolean, Path, Path) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
not implemented.
copyFromLocalFile(boolean, boolean, Path[], Path) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
 
copyFromLocalFile(boolean, Path, Path) - 类 中的方法org.apache.hadoop.fs.LocalFileSystem
 
copyToken() - 类 中的方法org.apache.hadoop.security.token.Token
 
copyToLocalFile(boolean, Path, Path) - 类 中的方法org.apache.hadoop.fs.ChecksumFileSystem
The src file is under FS, and the dst is on the local disk.
copyToLocalFile(Path, Path, boolean) - 类 中的方法org.apache.hadoop.fs.ChecksumFileSystem
The src file is under FS, and the dst is on the local disk.
copyToLocalFile(Path, Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Copy it a file from the remote filesystem to the local one.
copyToLocalFile(boolean, Path, Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Copy it a file from a remote filesystem to the local one.
copyToLocalFile(boolean, Path, Path, boolean) - 类 中的方法org.apache.hadoop.fs.FileSystem
The src file is under this filesystem, and the dst is on the local disk.
copyToLocalFile(boolean, Path, Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
The src file is under FS, and the dst is on the local disk.
copyToLocalFile(boolean, Path, Path) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
copies the file in the har filesystem to a local file.
copyToLocalFile(boolean, Path, Path) - 类 中的方法org.apache.hadoop.fs.LocalFileSystem
 
coreServiceLaunch(Configuration, List<String>, boolean, boolean) - 类 中的方法org.apache.hadoop.service.launcher.ServiceLauncher
Launch the service.
count - 类 中的变量org.apache.hadoop.io.file.tfile.SimpleBufferedOutputStream
 
countDirs - 类 中的变量org.apache.hadoop.fs.HardLink.LinkStats
 
countDots(String) - 类 中的静态方法org.apache.hadoop.security.ssl.SSLHostnameVerifier.AbstractVerifier
Counts the number of dots "." in a string.
countEmptyDirs - 类 中的变量org.apache.hadoop.fs.HardLink.LinkStats
 
counter(MetricsInfo, int) - 接口 中的方法org.apache.hadoop.metrics2.MetricsVisitor
Callback for integer value counters
counter(MetricsInfo, long) - 接口 中的方法org.apache.hadoop.metrics2.MetricsVisitor
Callback for long value counters
countFilesMultLinks - 类 中的变量org.apache.hadoop.fs.HardLink.LinkStats
 
CountingBloomFilter - org.apache.hadoop.util.bloom中的类
Implements a counting Bloom filter, as defined by Fan et al. in a ToN 2000 paper.
CountingBloomFilter() - 类 的构造器org.apache.hadoop.util.bloom.CountingBloomFilter
Default constructor - use with readFields
CountingBloomFilter(int, int, int) - 类 的构造器org.apache.hadoop.util.bloom.CountingBloomFilter
Constructor
countMultLinks - 类 中的变量org.apache.hadoop.fs.HardLink.LinkStats
 
countPhysicalFileCopies - 类 中的变量org.apache.hadoop.fs.HardLink.LinkStats
 
countSingleLinks - 类 中的变量org.apache.hadoop.fs.HardLink.LinkStats
 
create(Path, EnumSet<CreateFlag>, Options.CreateOpts...) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.create(Path, EnumSet, Options.CreateOpts...) except that the Path f must be fully qualified and the permission is absolute (i.e. umask has been applied).
create(Path, FsPermission, boolean, int, short, long, Progressable) - 类 中的方法org.apache.hadoop.fs.ChecksumFileSystem
 
create(Path, EnumSet<CreateFlag>, Options.CreateOpts...) - 类 中的方法org.apache.hadoop.fs.FileContext
Create or overwrite file on indicated path and returns an output stream for writing into the file.
create(FileSystem, Path, FsPermission) - 类 中的静态方法org.apache.hadoop.fs.FileSystem
Create a file with the provided permission.
create(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path.
create(Path, boolean) - 类 中的方法org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path.
create(Path, Progressable) - 类 中的方法org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path with write-progress reporting.
create(Path, short) - 类 中的方法org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path.
create(Path, short, Progressable) - 类 中的方法org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path with write-progress reporting.
create(Path, boolean, int) - 类 中的方法org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path.
create(Path, boolean, int, Progressable) - 类 中的方法org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path with write-progress reporting.
create(Path, boolean, int, short, long) - 类 中的方法org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path.
create(Path, boolean, int, short, long, Progressable) - 类 中的方法org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path with write-progress reporting.
create(Path, FsPermission, boolean, int, short, long, Progressable) - 类 中的方法org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path with write-progress reporting.
create(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable) - 类 中的方法org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path with write-progress reporting.
create(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable, Options.ChecksumOpt) - 类 中的方法org.apache.hadoop.fs.FileSystem
Create an FSDataOutputStream at the indicated Path with a custom checksum option.
create(Path, FsPermission, boolean, int, short, long, Progressable) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
create(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable, Options.ChecksumOpt) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
create() - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
Create an FSDataOutputStream at the specified path.
create(Path, FsPermission, boolean, int, short, long, Progressable) - 类 中的方法org.apache.hadoop.fs.ftp.FTPFileSystem
A stream obtained via this call must be closed before using other APIs of this class or else the invocation will block.
create(Path, FsPermission, boolean, int, short, long, Progressable) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
 
create(FsPermission, FsPermission) - 类 中的静态方法org.apache.hadoop.fs.permission.FsCreateModes
Create from masked and unmasked modes.
create(Path, boolean, int, short, long, Progressable) - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
 
create(Path, FsPermission, boolean, int, short, long, Progressable) - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
 
create(Path, FsPermission, boolean, int, short, long, Progressable) - 类 中的方法org.apache.hadoop.fs.sftp.SFTPFileSystem
A stream obtained via this call must be closed before using other APIs of this class or else the invocation will block.
create(Path, FsPermission, boolean, int, short, long, Progressable) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
create(Class<T>, T, RetryPolicy) - 类 中的静态方法org.apache.hadoop.io.retry.RetryProxy
Create a proxy for an interface of an implementation class using the same retry policy for each method in the interface.
create(Class<T>, FailoverProxyProvider<T>, RetryPolicy) - 类 中的静态方法org.apache.hadoop.io.retry.RetryProxy
Create a proxy for an interface of implementations of that interface using the given FailoverProxyProvider and the same retry policy for each method in the interface.
create(Class<T>, T, Map<String, RetryPolicy>) - 类 中的静态方法org.apache.hadoop.io.retry.RetryProxy
Create a proxy for an interface of an implementation class using the a set of retry policies specified by method name.
create(Class<T>, FailoverProxyProvider<T>, Map<String, RetryPolicy>, RetryPolicy) - 类 中的静态方法org.apache.hadoop.io.retry.RetryProxy
Create a proxy for an interface of implementations of that interface using the given FailoverProxyProvider and the a set of retry policies specified by method name.
create(String, byte[], List<ACL>, CreateMode) - 类 中的方法org.apache.hadoop.util.curator.ZKCuratorManager.SafeTransaction
 
CREATE_ALWAYS - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.Windows
 
CREATE_NEW - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.Windows
 
createCheckpoint() - 类 中的方法org.apache.hadoop.fs.TrashPolicy
Create a trash checkpoint.
createCompressionStream(OutputStream, Compressor, int) - 枚举 中的方法org.apache.hadoop.io.file.tfile.Compression.Algorithm
 
createCompressor() - 类 中的方法org.apache.hadoop.io.compress.BZip2Codec
Create a new Compressor for use by this CompressionCodec.
createCompressor() - 接口 中的方法org.apache.hadoop.io.compress.CompressionCodec
Create a new Compressor for use by this CompressionCodec.
createCompressor() - 类 中的方法org.apache.hadoop.io.compress.DefaultCodec
 
createCompressor() - 类 中的方法org.apache.hadoop.io.compress.GzipCodec
 
createCompressor() - 类 中的方法org.apache.hadoop.io.compress.Lz4Codec
Create a new Compressor for use by this CompressionCodec.
createCompressor() - 类 中的方法org.apache.hadoop.io.compress.SnappyCodec
Create a new Compressor for use by this CompressionCodec.
createCompressor() - 类 中的方法org.apache.hadoop.io.compress.ZStandardCodec
Create a new Compressor for use by this CompressionCodec.
createConfiguration() - 类 中的方法org.apache.hadoop.service.launcher.ServiceLauncher
Override point: create the base configuration for the service.
createCredentialEntry(String, char[]) - 类 中的方法org.apache.hadoop.security.alias.CredentialProvider
Create a new credential.
createDataFileReader(Path, Configuration, SequenceFile.Reader.Option...) - 类 中的方法org.apache.hadoop.io.MapFile.Reader
Override this method to specialize the type of SequenceFile.Reader returned.
createDecoder() - 类 中的方法org.apache.hadoop.io.erasurecode.codec.DummyErasureCodec
 
createDecompressionStream(InputStream, Decompressor, int) - 枚举 中的方法org.apache.hadoop.io.file.tfile.Compression.Algorithm
 
createDecompressor() - 类 中的方法org.apache.hadoop.io.compress.BZip2Codec
Create a new Decompressor for use by this CompressionCodec.
createDecompressor() - 接口 中的方法org.apache.hadoop.io.compress.CompressionCodec
Create a new Decompressor for use by this CompressionCodec.
createDecompressor() - 类 中的方法org.apache.hadoop.io.compress.DefaultCodec
 
createDecompressor() - 类 中的方法org.apache.hadoop.io.compress.GzipCodec
 
createDecompressor() - 类 中的方法org.apache.hadoop.io.compress.Lz4Codec
Create a new Decompressor for use by this CompressionCodec.
createDecompressor() - 类 中的方法org.apache.hadoop.io.compress.SnappyCodec
Create a new Decompressor for use by this CompressionCodec.
createDecompressor() - 类 中的方法org.apache.hadoop.io.compress.ZStandardCodec
Create a new Decompressor for use by this CompressionCodec.
createDirectDecompressor() - 类 中的方法org.apache.hadoop.io.compress.DefaultCodec
Create a new DirectDecompressor for use by this DirectDecompressionCodec.
createDirectDecompressor() - 接口 中的方法org.apache.hadoop.io.compress.DirectDecompressionCodec
Create a new DirectDecompressor for use by this DirectDecompressionCodec.
createDirectDecompressor() - 类 中的方法org.apache.hadoop.io.compress.GzipCodec
 
createDirectDecompressor() - 类 中的方法org.apache.hadoop.io.compress.SnappyCodec
Create a new DirectDecompressor for use by this DirectDecompressionCodec.
createDirectDecompressor() - 类 中的方法org.apache.hadoop.io.compress.ZStandardCodec
 
createDirectoryWithMode(File, int) - 类 中的静态方法org.apache.hadoop.io.nativeio.NativeIO.Windows
Create a directory with permissions set to the specified mode.
createDisabled() - 类 中的静态方法org.apache.hadoop.fs.Options.ChecksumOpt
Create a ChecksumOpts that disables checksum
createEncoder() - 类 中的方法org.apache.hadoop.io.erasurecode.codec.DummyErasureCodec
 
createFile(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Create a new FSDataOutputStreamBuilder for the file with path.
createFile(Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
createFile(Path) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
 
createFile(String, long, long, long) - 类 中的静态方法org.apache.hadoop.io.nativeio.NativeIO.Windows
Wrapper around CreateFile() on Windows
createFileOutputStreamWithMode(File, boolean, int) - 类 中的静态方法org.apache.hadoop.io.nativeio.NativeIO.Windows
Create a file for write with permissions set to the specified mode.
createFileSystem(URI, Configuration) - 类 中的静态方法org.apache.hadoop.fs.AbstractFileSystem
Create a file system instance for the specified uri using the conf.
CreateFlag - org.apache.hadoop.fs中的枚举
CreateFlag specifies the file create semantic.
createForDecryption(String, String, byte[], byte[]) - 类 中的静态方法org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.EncryptedKeyVersion
Factory method to create a new EncryptedKeyVersion that can then be passed into KeyProviderCryptoExtension.decryptEncryptedKey(org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.EncryptedKeyVersion).
createForWrite(File, int) - 类 中的静态方法org.apache.hadoop.io.SecureIOUtils
Open the specified File for write access, ensuring that it does not exist.
createGenericOptionsParser(Configuration, String[]) - 类 中的方法org.apache.hadoop.service.launcher.ServiceLauncher
Override point: create a generic options parser or subclass thereof.
createHardLink(File, File) - 类 中的静态方法org.apache.hadoop.fs.HardLink
Creates a hardlink
createHardLinkMult(File, String[], File) - 类 中的静态方法org.apache.hadoop.fs.HardLink
Creates hardlinks from multiple existing files within one parent directory, into one target directory.
createIdentifier() - 类 中的方法org.apache.hadoop.security.token.SecretManager
Create an empty token identifier.
createImmutable(short) - 类 中的静态方法org.apache.hadoop.fs.permission.FsPermission
Create an immutable FsPermission object.
createInputStream(InputStream) - 类 中的方法org.apache.hadoop.io.compress.BZip2Codec
Create a CompressionInputStream that will read from the given input stream and return a stream for uncompressed data.
createInputStream(InputStream, Decompressor) - 类 中的方法org.apache.hadoop.io.compress.BZip2Codec
Create a CompressionInputStream that will read from the given InputStream with the given Decompressor, and return a stream for uncompressed data.
createInputStream(InputStream, Decompressor, long, long, SplittableCompressionCodec.READ_MODE) - 类 中的方法org.apache.hadoop.io.compress.BZip2Codec
Creates CompressionInputStream to be used to read off uncompressed data in one of the two reading modes. i.e.
createInputStream(InputStream) - 接口 中的方法org.apache.hadoop.io.compress.CompressionCodec
Create a CompressionInputStream that will read from the given input stream.
createInputStream(InputStream, Decompressor) - 接口 中的方法org.apache.hadoop.io.compress.CompressionCodec
Create a CompressionInputStream that will read from the given InputStream with the given Decompressor.
createInputStream(InputStream) - 类 中的方法org.apache.hadoop.io.compress.DefaultCodec
 
createInputStream(InputStream, Decompressor) - 类 中的方法org.apache.hadoop.io.compress.DefaultCodec
 
createInputStream(InputStream) - 类 中的方法org.apache.hadoop.io.compress.GzipCodec
 
createInputStream(InputStream, Decompressor) - 类 中的方法org.apache.hadoop.io.compress.GzipCodec
 
createInputStream(InputStream) - 类 中的方法org.apache.hadoop.io.compress.Lz4Codec
Create a CompressionInputStream that will read from the given input stream.
createInputStream(InputStream, Decompressor) - 类 中的方法org.apache.hadoop.io.compress.Lz4Codec
Create a CompressionInputStream that will read from the given InputStream with the given Decompressor.
createInputStream(InputStream) - 类 中的方法org.apache.hadoop.io.compress.SnappyCodec
Create a CompressionInputStream that will read from the given input stream.
createInputStream(InputStream, Decompressor) - 类 中的方法org.apache.hadoop.io.compress.SnappyCodec
Create a CompressionInputStream that will read from the given InputStream with the given Decompressor.
createInputStream(InputStream, Decompressor, long, long, SplittableCompressionCodec.READ_MODE) - 接口 中的方法org.apache.hadoop.io.compress.SplittableCompressionCodec
Create a stream as dictated by the readMode.
createInputStream(InputStream) - 类 中的方法org.apache.hadoop.io.compress.ZStandardCodec
Create a CompressionInputStream that will read from the given input stream.
createInputStream(InputStream, Decompressor) - 类 中的方法org.apache.hadoop.io.compress.ZStandardCodec
Create a CompressionInputStream that will read from the given InputStream with the given Decompressor.
createInternal(Path, EnumSet<CreateFlag>, FsPermission, int, short, long, Progressable, Options.ChecksumOpt, boolean) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of AbstractFileSystem.create(Path, EnumSet, Options.CreateOpts...) except that the opts have been declared explicitly.
createInternal(Path, EnumSet<CreateFlag>, FsPermission, int, short, long, Progressable, Options.ChecksumOpt, boolean) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
createIOException(List<IOException>) - 异常错误 中的静态方法org.apache.hadoop.io.MultipleIOException
A convenient method to create an IOException.
createJarWithClassPath(String, Path, Map<String, String>) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
 
createJarWithClassPath(String, Path, Path, Map<String, String>) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
Create a jar file at the given path, containing a manifest with a classpath that references all specified entries.
createKey(String, byte[], KeyProvider.Options) - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider
Create a new key.
createKey(String, KeyProvider.Options) - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider
Create a new key generating the material for it.
createKey(String, KeyProvider.Options) - 类 中的方法org.apache.hadoop.crypto.key.KeyProviderExtension
 
createKey(String, byte[], KeyProvider.Options) - 类 中的方法org.apache.hadoop.crypto.key.KeyProviderExtension
 
createKey(String, byte[], KeyProvider.Options) - 类 中的方法org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
createKey(String, KeyProvider.Options) - 类 中的方法org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
createKeyProviderDelegationTokenExtension(KeyProvider) - 类 中的静态方法org.apache.hadoop.crypto.key.KeyProviderDelegationTokenExtension
Creates a KeyProviderDelegationTokenExtension using a given KeyProvider.
createLocalTempFile(File, String, boolean) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
Create a tmp file for a base file.
createNewFile(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Creates the given Path as a brand-new zero-length file.
createNonRecursive(Path, FsPermission, boolean, int, short, long, Progressable) - 类 中的方法org.apache.hadoop.fs.ChecksumFileSystem
 
createNonRecursive(Path, boolean, int, short, long, Progressable) - 类 中的方法org.apache.hadoop.fs.FileSystem
Opens an FSDataOutputStream at the indicated Path with write-progress reporting.
createNonRecursive(Path, FsPermission, boolean, int, short, long, Progressable) - 类 中的方法org.apache.hadoop.fs.FileSystem
Opens an FSDataOutputStream at the indicated Path with write-progress reporting.
createNonRecursive(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable) - 类 中的方法org.apache.hadoop.fs.FileSystem
Opens an FSDataOutputStream at the indicated Path with write-progress reporting.
createNonRecursive(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
createNonRecursive(Path, boolean, int, short, long, Progressable) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
 
createNonRecursive(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable) - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
 
createNonRecursive(Path, FsPermission, boolean, int, short, long, Progressable) - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
 
createNonRecursive(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
createOptions() - 类 中的方法org.apache.hadoop.service.launcher.ServiceLauncher
Override point: create an options instance to combine with the standard options set.
createOutputStream(Path, boolean) - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
 
createOutputStream(OutputStream) - 类 中的方法org.apache.hadoop.io.compress.BZip2Codec
Create a CompressionOutputStream that will write to the given OutputStream.
createOutputStream(OutputStream, Compressor) - 类 中的方法org.apache.hadoop.io.compress.BZip2Codec
Create a CompressionOutputStream that will write to the given OutputStream with the given Compressor.
createOutputStream(OutputStream) - 接口 中的方法org.apache.hadoop.io.compress.CompressionCodec
Create a CompressionOutputStream that will write to the given OutputStream.
createOutputStream(OutputStream, Compressor) - 接口 中的方法org.apache.hadoop.io.compress.CompressionCodec
Create a CompressionOutputStream that will write to the given OutputStream with the given Compressor.
createOutputStream(OutputStream) - 类 中的方法org.apache.hadoop.io.compress.DefaultCodec
 
createOutputStream(OutputStream, Compressor) - 类 中的方法org.apache.hadoop.io.compress.DefaultCodec
 
createOutputStream(OutputStream) - 类 中的方法org.apache.hadoop.io.compress.GzipCodec
 
createOutputStream(OutputStream, Compressor) - 类 中的方法org.apache.hadoop.io.compress.GzipCodec
 
createOutputStream(OutputStream) - 类 中的方法org.apache.hadoop.io.compress.Lz4Codec
Create a CompressionOutputStream that will write to the given OutputStream.
createOutputStream(OutputStream, Compressor) - 类 中的方法org.apache.hadoop.io.compress.Lz4Codec
Create a CompressionOutputStream that will write to the given OutputStream with the given Compressor.
createOutputStream(OutputStream) - 类 中的方法org.apache.hadoop.io.compress.SnappyCodec
Create a CompressionOutputStream that will write to the given OutputStream.
createOutputStream(OutputStream, Compressor) - 类 中的方法org.apache.hadoop.io.compress.SnappyCodec
Create a CompressionOutputStream that will write to the given OutputStream with the given Compressor.
createOutputStream(OutputStream) - 类 中的方法org.apache.hadoop.io.compress.ZStandardCodec
Create a CompressionOutputStream that will write to the given OutputStream.
createOutputStream(OutputStream, Compressor) - 类 中的方法org.apache.hadoop.io.compress.ZStandardCodec
Create a CompressionOutputStream that will write to the given OutputStream with the given Compressor.
createOutputStreamWithMode(Path, boolean, FsPermission) - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
 
createParent() - 类 中的静态方法org.apache.hadoop.fs.Options.CreateOpts
 
CreateParent(boolean) - 类 的构造器org.apache.hadoop.fs.Options.CreateOpts.CreateParent
 
createPassword(TokenIdent) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
 
createPassword(T) - 类 中的方法org.apache.hadoop.security.token.SecretManager
Create the password for the given identifier.
createPassword(byte[], SecretKey) - 类 中的静态方法org.apache.hadoop.security.token.SecretManager
Compute HMAC of the identifier using the secret key and return the output as password
createPathHandle(FileStatus, Options.HandleOpt...) - 类 中的方法org.apache.hadoop.fs.FileSystem
Hook to implement support for PathHandle operations.
createPathHandle(FileStatus, Options.HandleOpt...) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
createPathHandle(FileStatus, Options.HandleOpt...) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
 
createProvider(URI, Configuration) - 类 中的方法org.apache.hadoop.crypto.key.JavaKeyStoreProvider.Factory
 
createProvider(URI, Configuration) - 类 中的方法org.apache.hadoop.crypto.key.KeyProviderFactory
 
createProvider(URI, Configuration) - 类 中的方法org.apache.hadoop.crypto.key.kms.KMSClientProvider.Factory
This provider expects URIs in the following form : kms://@/ where : - PROTO = http or https - AUTHORITY = [:] - HOSTS = [;] - HOSTNAME = string - PORT = integer This will always create a LoadBalancingKMSClientProvider if the uri is correct.
createProvider(URI, Configuration) - 类 中的方法org.apache.hadoop.crypto.key.UserProvider.Factory
 
createProvider(URI, Configuration) - 类 中的方法org.apache.hadoop.security.alias.CredentialProviderFactory
 
createProvider(URI, Configuration) - 类 中的方法org.apache.hadoop.security.alias.JavaKeyStoreProvider.Factory
 
createProvider(URI, Configuration) - 类 中的方法org.apache.hadoop.security.alias.LocalJavaKeyStoreProvider.Factory
 
createProvider(URI, Configuration) - 类 中的方法org.apache.hadoop.security.alias.UserProvider.Factory
 
createProxyUser(String, UserGroupInformation) - 类 中的静态方法org.apache.hadoop.security.UserGroupInformation
Create a proxy user using username of the effective user and the ugi of the real user.
createProxyUserForTesting(String, UserGroupInformation, String[]) - 类 中的静态方法org.apache.hadoop.security.UserGroupInformation
Create a proxy user UGI for testing HDFS and MapReduce
createRemoteUser(String) - 类 中的静态方法org.apache.hadoop.security.UserGroupInformation
Create a user from a login name.
createRemoteUser(String, SaslRpcServer.AuthMethod) - 类 中的静态方法org.apache.hadoop.security.UserGroupInformation
Create a user from a login name.
createSaslServer(String, String, String, Map<String, ?>, CallbackHandler) - 类 中的方法org.apache.hadoop.security.SaslPlainServer.SaslPlainServerFactory
 
createScanner() - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader
Get a scanner than can scan the whole TFile.
createScanner(byte[], byte[]) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader
createScanner(RawComparable, RawComparable) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader
createScannerByByteRange(long, long) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader
Get a scanner that covers a portion of TFile based on byte offsets.
createScannerByKey(byte[], byte[]) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader
Get a scanner that covers a portion of TFile based on keys.
createScannerByKey(RawComparable, RawComparable) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader
Get a scanner that covers a specific key range.
createScannerByRecordNum(long, long) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader
Create a scanner that covers a range of records.
createSecretKey(byte[]) - 类 中的静态方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
Convert the byte[] to a secret key
createSecretKey(byte[]) - 类 中的静态方法org.apache.hadoop.security.token.SecretManager
Convert the byte[] to a secret key
createSnapshot(Path, String) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.createSnapshot(Path, String).
createSnapshot(Path) - 类 中的方法org.apache.hadoop.fs.FileContext
Create a snapshot with a default name.
createSnapshot(Path, String) - 类 中的方法org.apache.hadoop.fs.FileContext
Create a snapshot.
createSnapshot(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Create a snapshot with a default name.
createSnapshot(Path, String) - 类 中的方法org.apache.hadoop.fs.FileSystem
Create a snapshot.
createSnapshot(Path, String) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
createSnapshot(Path, String) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
createSnapshot(Path, String) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
createSocket() - 类 中的方法org.apache.hadoop.metrics2.sink.StatsDSink.StatsD
 
createSocket() - 类 中的方法org.apache.hadoop.net.SocksSocketFactory
 
createSocket(InetAddress, int) - 类 中的方法org.apache.hadoop.net.SocksSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - 类 中的方法org.apache.hadoop.net.SocksSocketFactory
 
createSocket(String, int) - 类 中的方法org.apache.hadoop.net.SocksSocketFactory
 
createSocket(String, int, InetAddress, int) - 类 中的方法org.apache.hadoop.net.SocksSocketFactory
 
createSocket() - 类 中的方法org.apache.hadoop.net.StandardSocketFactory
 
createSocket(InetAddress, int) - 类 中的方法org.apache.hadoop.net.StandardSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - 类 中的方法org.apache.hadoop.net.StandardSocketFactory
 
createSocket(String, int) - 类 中的方法org.apache.hadoop.net.StandardSocketFactory
 
createSocket(String, int, InetAddress, int) - 类 中的方法org.apache.hadoop.net.StandardSocketFactory
 
createSymlink(Path, Path, boolean) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.createSymlink(Path, Path, boolean);
createSymlink(Path, Path, boolean) - 类 中的方法org.apache.hadoop.fs.FileContext
Creates a symbolic link to an existing file.
createSymlink(Path, Path, boolean) - 类 中的方法org.apache.hadoop.fs.FileSystem
createSymlink(Path, Path, boolean) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
createSymlink(Path, Path, boolean) - 类 中的方法org.apache.hadoop.fs.LocalFileSystem
 
createSymlink(Path, Path, boolean) - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
 
createSymlink(Path, Path, boolean) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
createUserForTesting(String, String[]) - 类 中的静态方法org.apache.hadoop.security.UserGroupInformation
Create a UGI for testing HDFS and MapReduce
createValueBytes() - 类 中的方法org.apache.hadoop.io.SequenceFile.Reader
 
createWriter(Configuration, SequenceFile.Writer.Option...) - 类 中的静态方法org.apache.hadoop.io.SequenceFile
Create a new Writer with the given options.
createWriter(FileSystem, Configuration, Path, Class, Class) - 类 中的静态方法org.apache.hadoop.io.SequenceFile
createWriter(FileSystem, Configuration, Path, Class, Class, SequenceFile.CompressionType) - 类 中的静态方法org.apache.hadoop.io.SequenceFile
createWriter(FileSystem, Configuration, Path, Class, Class, SequenceFile.CompressionType, Progressable) - 类 中的静态方法org.apache.hadoop.io.SequenceFile
createWriter(FileSystem, Configuration, Path, Class, Class, SequenceFile.CompressionType, CompressionCodec) - 类 中的静态方法org.apache.hadoop.io.SequenceFile
createWriter(FileSystem, Configuration, Path, Class, Class, SequenceFile.CompressionType, CompressionCodec, Progressable, SequenceFile.Metadata) - 类 中的静态方法org.apache.hadoop.io.SequenceFile
createWriter(FileSystem, Configuration, Path, Class, Class, int, short, long, SequenceFile.CompressionType, CompressionCodec, Progressable, SequenceFile.Metadata) - 类 中的静态方法org.apache.hadoop.io.SequenceFile
createWriter(FileSystem, Configuration, Path, Class, Class, int, short, long, boolean, SequenceFile.CompressionType, CompressionCodec, SequenceFile.Metadata) - 类 中的静态方法org.apache.hadoop.io.SequenceFile
已过时。
createWriter(FileContext, Configuration, Path, Class, Class, SequenceFile.CompressionType, CompressionCodec, SequenceFile.Metadata, EnumSet<CreateFlag>, Options.CreateOpts...) - 类 中的静态方法org.apache.hadoop.io.SequenceFile
Construct the preferred type of SequenceFile Writer.
createWriter(FileSystem, Configuration, Path, Class, Class, SequenceFile.CompressionType, CompressionCodec, Progressable) - 类 中的静态方法org.apache.hadoop.io.SequenceFile
createWriter(Configuration, FSDataOutputStream, Class, Class, SequenceFile.CompressionType, CompressionCodec, SequenceFile.Metadata) - 类 中的静态方法org.apache.hadoop.io.SequenceFile
createWriter(Configuration, FSDataOutputStream, Class, Class, SequenceFile.CompressionType, CompressionCodec) - 类 中的静态方法org.apache.hadoop.io.SequenceFile
CREDENTIAL_PROVIDER_PATH - 类 中的静态变量org.apache.hadoop.security.alias.CredentialProviderFactory
 
CredentialEntry(String, char[]) - 类 的构造器org.apache.hadoop.security.alias.CredentialProvider.CredentialEntry
 
CredentialProvider - org.apache.hadoop.security.alias中的类
A provider of credentials or password for Hadoop applications.
CredentialProvider() - 类 的构造器org.apache.hadoop.security.alias.CredentialProvider
 
CredentialProvider.CredentialEntry - org.apache.hadoop.security.alias中的类
The combination of both the alias and the actual credential value.
CredentialProviderFactory - org.apache.hadoop.security.alias中的类
A factory to create a list of CredentialProvider based on the path given in a Configuration.
CredentialProviderFactory() - 类 的构造器org.apache.hadoop.security.alias.CredentialProviderFactory
 
Credentials - org.apache.hadoop.security中的类
A class that provides the facilities of reading and writing secret keys and Tokens.
Credentials() - 类 的构造器org.apache.hadoop.security.Credentials
Create an empty credentials instance.
Credentials(Credentials) - 类 的构造器org.apache.hadoop.security.Credentials
Create a copy of the given credentials.
Credentials.SerializedFormat - org.apache.hadoop.security中的枚举
 
CredentialShell - org.apache.hadoop.security.alias中的类
This program is the CLI utility for the CredentialProvider facilities in Hadoop.
CredentialShell() - 类 的构造器org.apache.hadoop.security.alias.CredentialShell
 
CredentialShell.PasswordReader - org.apache.hadoop.security.alias中的类
To facilitate testing since Console is a final class.
CrossOriginFilter - org.apache.hadoop.security.http中的类
 
CrossOriginFilter() - 类 的构造器org.apache.hadoop.security.http.CrossOriginFilter
 
CryptoFSDataInputStream - org.apache.hadoop.fs.crypto中的类
 
CryptoFSDataInputStream(FSDataInputStream, CryptoCodec, int, byte[], byte[]) - 类 的构造器org.apache.hadoop.fs.crypto.CryptoFSDataInputStream
 
CryptoFSDataInputStream(FSDataInputStream, CryptoCodec, byte[], byte[]) - 类 的构造器org.apache.hadoop.fs.crypto.CryptoFSDataInputStream
 
CryptoFSDataOutputStream - org.apache.hadoop.fs.crypto中的类
 
CryptoFSDataOutputStream(FSDataOutputStream, CryptoCodec, int, byte[], byte[]) - 类 的构造器org.apache.hadoop.fs.crypto.CryptoFSDataOutputStream
 
CryptoFSDataOutputStream(FSDataOutputStream, CryptoCodec, int, byte[], byte[], boolean) - 类 的构造器org.apache.hadoop.fs.crypto.CryptoFSDataOutputStream
 
CryptoFSDataOutputStream(FSDataOutputStream, CryptoCodec, byte[], byte[]) - 类 的构造器org.apache.hadoop.fs.crypto.CryptoFSDataOutputStream
 
CUR_DIR - 类 中的静态变量org.apache.hadoop.fs.Path
The current directory, ".".
currentConfig() - 接口 中的方法org.apache.hadoop.metrics2.MetricsSystemMXBean
 
currentId - 类 中的变量org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
Access to currentId is protected by this object lock.
currentTokens - 类 中的变量org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
Cache of currently valid tokens, mapping from DelegationTokenIdentifier to DelegationTokenInformation.
CUSTOM_HEADER_PARAM - 类 中的静态变量org.apache.hadoop.security.http.RestCsrfPreventionFilter
 
CUSTOM_HEADER_PARAM - 类 中的静态变量org.apache.hadoop.security.http.XFrameOptionsFilter
 
CUSTOM_METHODS_TO_IGNORE_PARAM - 类 中的静态变量org.apache.hadoop.security.http.RestCsrfPreventionFilter
 

D

DATA_FILE_NAME - 类 中的静态变量org.apache.hadoop.io.MapFile
The name of the data file.
DataChecksum.Type - org.apache.hadoop.util中的枚举
The checksum types
DataInputByteBuffer - org.apache.hadoop.io中的类
 
DataInputByteBuffer() - 类 的构造器org.apache.hadoop.io.DataInputByteBuffer
 
DataOutputByteBuffer - org.apache.hadoop.io中的类
 
DataOutputByteBuffer() - 类 的构造器org.apache.hadoop.io.DataOutputByteBuffer
 
DataOutputByteBuffer(int) - 类 的构造器org.apache.hadoop.io.DataOutputByteBuffer
 
DataOutputByteBuffer(int, boolean) - 类 的构造器org.apache.hadoop.io.DataOutputByteBuffer
 
DataOutputOutputStream - org.apache.hadoop.io中的类
OutputStream implementation that wraps a DataOutput.
DATE - 类 中的静态变量org.apache.hadoop.log.Log4Json
 
DecayRpcScheduler - org.apache.hadoop.ipc中的类
The decay RPC scheduler counts incoming requests in a map, then decays the counts at a fixed time interval.
DecayRpcScheduler(int, String, Configuration) - 类 的构造器org.apache.hadoop.ipc.DecayRpcScheduler
Create a decay scheduler.
DecayRpcScheduler.DecayTask - org.apache.hadoop.ipc中的类
This TimerTask will call decayCurrentCounts until the scheduler has been garbage collected.
DecayRpcScheduler.MetricsProxy - org.apache.hadoop.ipc中的类
MetricsProxy is a singleton because we may init multiple schedulers and we want to clean up resources when a new scheduler replaces the old one.
DecayRpcSchedulerMXBean - org.apache.hadoop.ipc中的接口
Provides metrics for Decay scheduler.
DECAYSCHEDULER_METRICS_TOP_USER_COUNT - 类 中的静态变量org.apache.hadoop.ipc.DecayRpcScheduler
 
DECAYSCHEDULER_METRICS_TOP_USER_COUNT_DEFAULT - 类 中的静态变量org.apache.hadoop.ipc.DecayRpcScheduler
 
DECAYSCHEDULER_UNKNOWN_IDENTITY - 类 中的静态变量org.apache.hadoop.ipc.DecayRpcScheduler
 
DecayTask(DecayRpcScheduler, Timer) - 类 的构造器org.apache.hadoop.ipc.DecayRpcScheduler.DecayTask
 
DECLARINGCLASSPROTOCOLNAME_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
decode(byte[]) - 类 中的静态方法org.apache.hadoop.io.Text
Converts the provided byte array to a String using the UTF-8 encoding.
decode(byte[], int, int) - 类 中的静态方法org.apache.hadoop.io.Text
 
decode(byte[], int, int, boolean) - 类 中的静态方法org.apache.hadoop.io.Text
Converts the provided byte array to a String using the UTF-8 encoding.
decodeFromUrlString(String) - 类 中的方法org.apache.hadoop.security.token.Token
Decode the given url safe string into this token.
decodeIdentifier() - 类 中的方法org.apache.hadoop.security.token.Token
Get the token identifier object, or null if it could not be constructed (because the class could not be loaded, for example).
decodeTokenIdentifier(Token<TokenIdent>) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
Decode the token identifier.
decodeValue(String) - 枚举 中的静态方法org.apache.hadoop.fs.XAttrCodec
Decode string representation of a value and check whether it's encoded.
decodeVIntSize(byte) - 类 中的静态方法org.apache.hadoop.io.WritableUtils
Parse the first byte of a vint/vlong to determine the number of bytes
decompress(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.BlockDecompressorStream
 
decompress(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.bzip2.Bzip2Decompressor
 
decompress(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.bzip2.BZip2DummyDecompressor
 
decompress(byte[], int, int) - 接口 中的方法org.apache.hadoop.io.compress.Decompressor
Fills specified buffer with uncompressed data.
decompress(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.DecompressorStream
 
decompress(ByteBuffer, ByteBuffer) - 接口 中的方法org.apache.hadoop.io.compress.DirectDecompressor
 
decompress(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.lz4.Lz4Decompressor
Fills specified buffer with uncompressed data.
decompress(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.snappy.SnappyDecompressor
Fills specified buffer with uncompressed data.
decompress(ByteBuffer, ByteBuffer) - 类 中的方法org.apache.hadoop.io.compress.snappy.SnappyDecompressor.SnappyDirectDecompressor
 
decompress(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.snappy.SnappyDecompressor.SnappyDirectDecompressor
 
decompress(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.zlib.BuiltInGzipDecompressor
Decompress the data (gzip header, deflate stream, gzip trailer) in the provided buffer.
decompress(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.zlib.BuiltInZlibInflater
 
decompress(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.zlib.ZlibDecompressor
 
decompress(ByteBuffer, ByteBuffer) - 类 中的方法org.apache.hadoop.io.compress.zlib.ZlibDecompressor.ZlibDirectDecompressor
 
decompress(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.zlib.ZlibDecompressor.ZlibDirectDecompressor
 
decompress(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.zstd.ZStandardDecompressor
 
decompress(ByteBuffer, ByteBuffer) - 类 中的方法org.apache.hadoop.io.compress.zstd.ZStandardDecompressor.ZStandardDirectDecompressor
 
decompress(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.zstd.ZStandardDecompressor.ZStandardDirectDecompressor
 
Decompressor - org.apache.hadoop.io.compress中的接口
Specification of a stream-based 'de-compressor' which can be plugged into a CompressionInputStream to compress data.
decompressor - 类 中的变量org.apache.hadoop.io.compress.DecompressorStream
 
DecompressorStream - org.apache.hadoop.io.compress中的类
 
DecompressorStream(InputStream, Decompressor, int) - 类 的构造器org.apache.hadoop.io.compress.DecompressorStream
 
DecompressorStream(InputStream, Decompressor) - 类 的构造器org.apache.hadoop.io.compress.DecompressorStream
 
DecompressorStream(InputStream) - 类 的构造器org.apache.hadoop.io.compress.DecompressorStream
Allow derived classes to directly set the underlying stream.
decr() - 类 中的方法org.apache.hadoop.metrics2.lib.MutableGauge
Decrement the value of the metric by 1
decr() - 类 中的方法org.apache.hadoop.metrics2.lib.MutableGaugeFloat
 
decr() - 类 中的方法org.apache.hadoop.metrics2.lib.MutableGaugeInt
 
decr(int) - 类 中的方法org.apache.hadoop.metrics2.lib.MutableGaugeInt
decrement by delta
decr() - 类 中的方法org.apache.hadoop.metrics2.lib.MutableGaugeLong
 
decr(long) - 类 中的方法org.apache.hadoop.metrics2.lib.MutableGaugeLong
decrement by delta
DecreasingComparator() - 类 的构造器org.apache.hadoop.io.LongWritable.DecreasingComparator
 
decryptEncryptedKey(KeyProviderCryptoExtension.EncryptedKeyVersion) - 接口 中的方法org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.CryptoExtension
Decrypts an encrypted byte[] key material using the given key version name and initialization vector.
decryptEncryptedKey(KeyProviderCryptoExtension.EncryptedKeyVersion) - 类 中的方法org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
DEFAULT - 枚举 中的静态变量org.apache.hadoop.fs.StorageType
 
DEFAULT_BITLENGTH - 类 中的静态变量org.apache.hadoop.crypto.key.KeyProvider
 
DEFAULT_BITLENGTH_NAME - 类 中的静态变量org.apache.hadoop.crypto.key.KeyProvider
 
DEFAULT_BLOCK_SIZE - 类 中的静态变量org.apache.hadoop.fs.ftp.FTPFileSystem
 
DEFAULT_BLOCK_SIZE - 类 中的静态变量org.apache.hadoop.fs.sftp.SFTPFileSystem
 
DEFAULT_BUFFER_SIZE - 类 中的静态变量org.apache.hadoop.fs.ftp.FTPFileSystem
 
DEFAULT_BUFFER_SIZE - 类 中的静态变量org.apache.hadoop.fs.sftp.SFTPFileSystem
 
DEFAULT_CIPHER - 类 中的静态变量org.apache.hadoop.crypto.key.KeyProvider
 
DEFAULT_CIPHER_NAME - 类 中的静态变量org.apache.hadoop.crypto.key.KeyProvider
 
DEFAULT_CONFIGS - 类 中的静态变量org.apache.hadoop.service.launcher.ServiceLauncher
List of the standard configurations to create (and so load in properties).
DEFAULT_DMAX - 类 中的静态变量org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
DEFAULT_FS - 类 中的静态变量org.apache.hadoop.fs.FileSystem
 
DEFAULT_MAX_LEN - 类 中的静态变量org.apache.hadoop.io.Text
 
DEFAULT_MULTICAST_ENABLED - 类 中的静态变量org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
DEFAULT_MULTICAST_TTL - 类 中的静态变量org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
DEFAULT_PERM - 类 中的静态变量org.apache.hadoop.fs.FileContext
Default permission for directory and symlink In previous versions, this default permission was also used to create files, so files created end up with ugo+x permission.
DEFAULT_PORT - 类 中的静态变量org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
DEFAULT_SLOPE - 类 中的静态变量org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
DEFAULT_TMAX - 类 中的静态变量org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
DEFAULT_UMASK - 类 中的静态变量org.apache.hadoop.fs.permission.FsPermission
 
DEFAULT_UNITS - 类 中的静态变量org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
DefaultCodec - org.apache.hadoop.io.compress中的类
 
DefaultCodec() - 类 的构造器org.apache.hadoop.io.compress.DefaultCodec
 
DefaultFailoverProxyProvider<T> - org.apache.hadoop.io.retry中的类
An implementation of FailoverProxyProvider which does nothing in the event of failover, and always returns the same proxy object.
DefaultFailoverProxyProvider(Class<T>, T) - 类 的构造器org.apache.hadoop.io.retry.DefaultFailoverProxyProvider
 
DefaultImpersonationProvider - org.apache.hadoop.security.authorize中的类
 
DefaultImpersonationProvider() - 类 的构造器org.apache.hadoop.security.authorize.DefaultImpersonationProvider
 
DefaultMetricsSystem - org.apache.hadoop.metrics2.lib中的枚举
The default metrics system singleton.
defaultRegistry() - 类 中的静态方法org.apache.hadoop.ipc.RefreshRegistry
 
DefaultRpcScheduler - org.apache.hadoop.ipc中的类
No op default RPC scheduler.
DefaultRpcScheduler(int, String, Configuration) - 类 的构造器org.apache.hadoop.ipc.DefaultRpcScheduler
 
DefaultStringifier<T> - org.apache.hadoop.io中的类
DefaultStringifier is the default implementation of the Stringifier interface which stringifies the objects using base64 encoding of the serialized version of the objects.
DefaultStringifier(Configuration, Class<T>) - 类 的构造器org.apache.hadoop.io.DefaultStringifier
 
deferResponse() - 类 中的方法org.apache.hadoop.ipc.Server.Call
 
define(Class, WritableComparator) - 类 中的静态方法org.apache.hadoop.io.WritableComparator
Register an optimized comparator for a WritableComparable implementation.
DeflateCodec - org.apache.hadoop.io.compress中的类
Alias class for DefaultCodec to enable codec discovery by 'deflate' name.
DeflateCodec() - 类 的构造器org.apache.hadoop.io.compress.DeflateCodec
 
delayMillis - 类 中的变量org.apache.hadoop.io.retry.RetryPolicy.RetryAction
 
DELEGATION_PARAM - 类 中的静态变量org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
 
DELEGATION_TOKEN_HEADER - 类 中的静态变量org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
 
DELEGATION_TOKEN_JSON - 类 中的静态变量org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
 
DELEGATION_TOKEN_URL_STRING_JSON - 类 中的静态变量org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
 
DelegationTokenAuthenticatedURL - org.apache.hadoop.security.token.delegation.web中的类
The DelegationTokenAuthenticatedURL is a AuthenticatedURL sub-class with built-in Hadoop Delegation Token functionality.
DelegationTokenAuthenticatedURL() - 类 的构造器org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
Creates an DelegationTokenAuthenticatedURL.
DelegationTokenAuthenticatedURL(DelegationTokenAuthenticator) - 类 的构造器org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
Creates an DelegationTokenAuthenticatedURL.
DelegationTokenAuthenticatedURL(ConnectionConfigurator) - 类 的构造器org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
Creates an DelegationTokenAuthenticatedURL using the default DelegationTokenAuthenticator class.
DelegationTokenAuthenticatedURL(DelegationTokenAuthenticator, ConnectionConfigurator) - 类 的构造器org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
Creates an DelegationTokenAuthenticatedURL.
DelegationTokenAuthenticatedURL.Token - org.apache.hadoop.security.token.delegation.web中的类
Client side authentication token that handles Delegation Tokens.
DelegationTokenAuthenticator - org.apache.hadoop.security.token.delegation.web中的类
Authenticator wrapper that enhances an Authenticator with Delegation Token support.
DelegationTokenAuthenticator(Authenticator) - 类 的构造器org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
 
DelegationTokenInformation(long, byte[]) - 类 的构造器org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager.DelegationTokenInformation
 
DelegationTokenInformation(long, byte[], String) - 类 的构造器org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager.DelegationTokenInformation
 
DelegationTokenRenewer.Renewable - org.apache.hadoop.fs中的接口
The renewable interface used by the renewer.
DelegationTokenRenewer.RenewAction<T extends FileSystem & DelegationTokenRenewer.Renewable> - org.apache.hadoop.fs中的类
An action that will renew and replace the file system's delegation tokens automatically.
delegationTokenSequenceNumber - 类 中的变量org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
Sequence number to create DelegationTokenIdentifier.
delete(Path, boolean) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.delete(Path, boolean) except that Path f must be for this file system.
delete(Path, boolean) - 类 中的方法org.apache.hadoop.fs.ChecksumFileSystem
Implement the delete(Path, boolean) in checksum file system.
delete(Path, boolean) - 类 中的方法org.apache.hadoop.fs.FileContext
Delete a file.
delete(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
已过时。
delete(Path, boolean) - 类 中的方法org.apache.hadoop.fs.FileSystem
Delete a file.
delete(Path, boolean) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
Delete a file
delete(Path, boolean) - 类 中的方法org.apache.hadoop.fs.ftp.FTPFileSystem
 
delete(Path, boolean) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
Not implemented.
delete(Path, boolean) - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
Delete the given path to a file or directory.
delete(Path, boolean) - 类 中的方法org.apache.hadoop.fs.sftp.SFTPFileSystem
 
delete(Path, boolean) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
delete(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
delete(Path, boolean) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
delete(FileSystem, String) - 类 中的静态方法org.apache.hadoop.io.BloomMapFile
 
delete(FileSystem, String) - 类 中的静态方法org.apache.hadoop.io.MapFile
Deletes the named map file.
delete(Key) - 类 中的方法org.apache.hadoop.util.bloom.CountingBloomFilter
Removes a specified key from this counting Bloom filter.
delete(String) - 类 中的方法org.apache.hadoop.util.curator.ZKCuratorManager.SafeTransaction
 
deleteCheckpoint() - 类 中的方法org.apache.hadoop.fs.TrashPolicy
Delete old trash checkpoint(s).
deleteCredentialEntry(String) - 类 中的方法org.apache.hadoop.security.alias.CredentialProvider
Delete the given credential.
deleteKey(String) - 类 中的方法org.apache.hadoop.crypto.key.CachingKeyProvider
 
deleteKey(String) - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider
Delete the given key.
deleteKey(String) - 类 中的方法org.apache.hadoop.crypto.key.KeyProviderExtension
 
deleteKey(String) - 类 中的方法org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
deleteOnExit(Path) - 类 中的方法org.apache.hadoop.fs.FileContext
Mark a path to be deleted on JVM shutdown.
deleteOnExit(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Mark a path to be deleted when its FileSystem is closed.
deleteSnapshot(Path, String) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.deleteSnapshot(Path, String).
deleteSnapshot(Path, String) - 类 中的方法org.apache.hadoop.fs.FileContext
Delete a snapshot of a directory.
deleteSnapshot(Path, String) - 类 中的方法org.apache.hadoop.fs.FileSystem
Delete a snapshot of a directory.
deleteSnapshot(Path, String) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
deleteSnapshot(Path, String) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
deleteSnapshot(Path, String) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
deletionInterval - 类 中的变量org.apache.hadoop.fs.TrashPolicy
 
DeprecationDelta(String, String, String) - 类 的构造器org.apache.hadoop.conf.Configuration.DeprecationDelta
 
DeprecationDelta(String, String) - 类 的构造器org.apache.hadoop.conf.Configuration.DeprecationDelta
 
depth() - 类 中的方法org.apache.hadoop.fs.Path
Returns the number of elements in this path.
DEPTH_THRESH - 类 中的静态变量org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
This constant is accessible by subclasses for historical purposes.
deriveIV(byte[]) - 类 中的静态方法org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.EncryptedKeyVersion
Derive the initialization vector (IV) for the encryption key from the IV of the encrypted key.
DESCRIPTION - 类 中的静态变量org.apache.hadoop.fs.FsShell.Help
 
DESCRIPTION - 类 中的静态变量org.apache.hadoop.fs.FsShell.Usage
 
DESCRIPTION - 类 中的静态变量org.apache.hadoop.fs.FsShellPermissions.Chgrp
 
DESCRIPTION - 类 中的静态变量org.apache.hadoop.fs.FsShellPermissions.Chmod
 
DESCRIPTION - 类 中的静态变量org.apache.hadoop.fs.FsShellPermissions.Chown
 
DESCRIPTION - 类 中的静态变量org.apache.hadoop.fs.shell.TouchCommands.Touch
 
DESCRIPTION - 类 中的静态变量org.apache.hadoop.fs.shell.TouchCommands.Touchz
 
description() - 类 中的方法org.apache.hadoop.metrics2.AbstractMetric
 
description() - 接口 中的方法org.apache.hadoop.metrics2.MetricsInfo
Typically the description corresponds to annotation Metric.about() or the name of the class.
description() - 接口 中的方法org.apache.hadoop.metrics2.MetricsRecord
 
description() - 类 中的方法org.apache.hadoop.metrics2.MetricsTag
 
DESCRIPTIONS_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
destroy() - 类 中的方法org.apache.hadoop.http.HttpServer2.QuotingInputFilter
 
destroy() - 类 中的方法org.apache.hadoop.http.lib.StaticUserWebFilter.StaticUserFilter
 
destroy() - 类 中的方法org.apache.hadoop.http.NoCacheFilter
 
destroy() - 类 中的方法org.apache.hadoop.security.http.CrossOriginFilter
 
destroy() - 类 中的方法org.apache.hadoop.security.http.RestCsrfPreventionFilter
 
destroy() - 类 中的方法org.apache.hadoop.security.http.XFrameOptionsFilter
 
destroyAllShellProcesses() - 类 中的静态方法org.apache.hadoop.util.Shell
Static method to destroy all running Shell processes.
DFS_DATA_TRANSFER_PROTECTION - 类 中的静态变量org.apache.hadoop.security.KDiag
 
DFS_DATA_TRANSFER_SASLPROPERTIES_RESOLVER_CLASS - 类 中的静态变量org.apache.hadoop.security.KDiag
 
digest(byte[]) - 类 中的静态方法org.apache.hadoop.io.MD5Hash
Construct a hash value for a byte array.
digest(InputStream) - 类 中的静态方法org.apache.hadoop.io.MD5Hash
Construct a hash value for the content from the InputStream.
digest(byte[], int, int) - 类 中的静态方法org.apache.hadoop.io.MD5Hash
Construct a hash value for a byte array.
digest(byte[][], int, int) - 类 中的静态方法org.apache.hadoop.io.MD5Hash
Construct a hash value for an array of byte array.
digest(String) - 类 中的静态方法org.apache.hadoop.io.MD5Hash
Construct a hash value for a String.
digest(UTF8) - 类 中的静态方法org.apache.hadoop.io.MD5Hash
Construct a hash value for a String.
DIR_DEFAULT_PERM - 类 中的静态变量org.apache.hadoop.fs.FileContext
Default permission for directory
DirectDecompressionCodec - org.apache.hadoop.io.compress中的接口
This class encapsulates a codec which can decompress direct bytebuffers.
DirectDecompressor - org.apache.hadoop.io.compress中的接口
Specification of a direct ByteBuffer 'de-compressor'.
directoryCount(long) - 类 中的方法org.apache.hadoop.fs.ContentSummary.Builder
 
disallowFallbackToRandomSingerSecretProvider(boolean) - 类 中的方法org.apache.hadoop.http.HttpServer2.Builder
 
DiskChecker.DiskErrorException - org.apache.hadoop.util中的异常错误
 
DiskChecker.DiskOutOfSpaceException - org.apache.hadoop.util中的异常错误
 
DiskErrorException(String) - 异常错误 的构造器org.apache.hadoop.util.DiskChecker.DiskErrorException
 
DiskErrorException(String, Throwable) - 异常错误 的构造器org.apache.hadoop.util.DiskChecker.DiskErrorException
 
DiskOutOfSpaceException(String) - 异常错误 的构造器org.apache.hadoop.util.DiskChecker.DiskOutOfSpaceException
 
dispatch(String, String[]) - 类 中的方法org.apache.hadoop.ipc.RefreshRegistry
Lookup the responsible handler and return its result.
displayByteArray(byte[]) - 类 中的静态方法org.apache.hadoop.io.WritableUtils
 
DNSToSwitchMapping - org.apache.hadoop.net中的接口
An interface that must be implemented to allow pluggable DNS-name/IP-address to RackID resolvers.
DO_NOT_LOG - 类 中的静态变量org.apache.hadoop.log.LogThrottlingHelper
A LogThrottlingHelper.LogAction representing a state that should not yet be logged.
doAs(PrivilegedAction<T>) - 类 中的方法org.apache.hadoop.security.UserGroupInformation
Run the given action as the user.
doAs(PrivilegedExceptionAction<T>) - 类 中的方法org.apache.hadoop.security.UserGroupInformation
Run the given action as the user, potentially throwing an exception.
doAsCurrentUser(PrivilegedExceptionAction<T>) - 类 中的静态方法org.apache.hadoop.security.SecurityUtil
Perform the given action as the daemon's current user.
doAsLoginUser(PrivilegedExceptionAction<T>) - 类 中的静态方法org.apache.hadoop.security.SecurityUtil
Perform the given action as the daemon's login user.
doAsLoginUserOrFatal(PrivilegedAction<T>) - 类 中的静态方法org.apache.hadoop.security.SecurityUtil
Perform the given action as the daemon's login user.
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法org.apache.hadoop.http.HttpServer2.QuotingInputFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法org.apache.hadoop.http.lib.StaticUserWebFilter.StaticUserFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法org.apache.hadoop.http.NoCacheFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法org.apache.hadoop.security.http.CrossOriginFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法org.apache.hadoop.security.http.RestCsrfPreventionFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法org.apache.hadoop.security.http.XFrameOptionsFilter
 
doFormattedWrite(File, String, Credentials, Configuration) - 类 中的静态方法org.apache.hadoop.security.token.DtFileOperations
Write out a Credentials object as a local file.
doGet(HttpServletRequest, HttpServletResponse) - 类 中的方法org.apache.hadoop.conf.ReconfigurationServlet
 
doGet(HttpServletRequest, HttpServletResponse) - 类 中的方法org.apache.hadoop.http.AdminAuthorizedServlet
 
doGet(HttpServletRequest, HttpServletResponse) - 类 中的方法org.apache.hadoop.http.HttpServer2.StackServlet
 
doGet(HttpServletRequest, HttpServletResponse) - 类 中的方法org.apache.hadoop.jmx.JMXJsonServlet
Process a GET request for the specified resource.
DomainSocketWatcher.Handler - org.apache.hadoop.net.unix中的接口
 
donotCreateParent() - 类 中的静态方法org.apache.hadoop.fs.Options.CreateOpts
 
DoNotPool - org.apache.hadoop.io.compress中的注释类型
This is a marker annotation that marks a compressor or decompressor type as not to be pooled.
doPost(HttpServletRequest, HttpServletResponse) - 类 中的方法org.apache.hadoop.conf.ReconfigurationServlet
 
doSync() - 类 中的方法org.apache.hadoop.io.SequenceFile.Sorter.SegmentDescriptor
Do the sync checks
doTrace(HttpServletRequest, HttpServletResponse) - 类 中的方法org.apache.hadoop.jmx.JMXJsonServlet
Disable TRACE method to avoid TRACE vulnerability.
DoubleWritable - org.apache.hadoop.io中的类
Writable for Double values.
DoubleWritable() - 类 的构造器org.apache.hadoop.io.DoubleWritable
 
DoubleWritable(double) - 类 的构造器org.apache.hadoop.io.DoubleWritable
 
DoubleWritable.Comparator - org.apache.hadoop.io中的类
A Comparator optimized for DoubleWritable.
drain(String) - 接口 中的方法org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.CryptoExtension
Drains the Queue for the provided key.
drain(String) - 类 中的方法org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
drainTo(Collection<? super E>) - 类 中的方法org.apache.hadoop.ipc.CallQueueManager
 
drainTo(Collection<? super E>, int) - 类 中的方法org.apache.hadoop.ipc.CallQueueManager
 
drainTo(Collection<? super E>, int) - 类 中的方法org.apache.hadoop.ipc.FairCallQueue
drainTo defers to each sub-queue.
drainTo(Collection<? super E>) - 类 中的方法org.apache.hadoop.ipc.FairCallQueue
 
DROPBEHIND - 接口 中的静态变量org.apache.hadoop.fs.StreamCapabilities
Stream setDropBehind capability implemented by CanSetDropBehind.setDropBehind(Boolean).
DT_USAGE - 类 中的静态变量org.apache.hadoop.security.token.DtUtilShell
 
DtFetcher - org.apache.hadoop.security.token中的接口
DtFetcher is an interface which permits the abstraction and separation of delegation token fetch implementaions across different packages and compilation units.
DtFileOperations - org.apache.hadoop.security.token中的类
DtFileOperations is a collection of delegation token file operations.
DtUtilShell - org.apache.hadoop.security.token中的类
DtUtilShell is a set of command line token file management operations.
DtUtilShell() - 类 的构造器org.apache.hadoop.security.token.DtUtilShell
 
DUHelper - org.apache.hadoop.fs中的类
 
DUMMY_CODEC_NAME - 类 中的静态变量org.apache.hadoop.io.erasurecode.ErasureCodeConstants
 
DummyErasureCodec - org.apache.hadoop.io.erasurecode.codec中的类
Dummy erasure coder does not real coding computing.
DummyErasureCodec(Configuration, ErasureCodecOptions) - 类 的构造器org.apache.hadoop.io.erasurecode.codec.DummyErasureCodec
 
DummyErasureDecoder - org.apache.hadoop.io.erasurecode.coder中的类
Dummy erasure decoder does no real computation.
DummyErasureDecoder(ErasureCoderOptions) - 类 的构造器org.apache.hadoop.io.erasurecode.coder.DummyErasureDecoder
 
DummyErasureEncoder - org.apache.hadoop.io.erasurecode.coder中的类
Dummy erasure encoder does no real computation.
DummyErasureEncoder(ErasureCoderOptions) - 类 的构造器org.apache.hadoop.io.erasurecode.coder.DummyErasureEncoder
 
dumpConfiguration(Configuration, String, Writer) - 类 中的静态方法org.apache.hadoop.conf.Configuration
Writes properties and their attributes (final and resource) to the given Writer.
dumpConfiguration(Configuration, Writer) - 类 中的静态方法org.apache.hadoop.conf.Configuration
Writes out all properties and their attributes (final and resource) to the given Writer, the format of the output would be, { "properties" : [ { key : "key1", value : "value1", isFinal : "key1.isFinal", resource : "key1.resource" }, { key : "key2", value : "value2", isFinal : "ke2.isFinal", resource : "key2.resource" } ] } It does not output the properties of the configuration object which is loaded from an input stream.
dumpDeprecatedKeys() - 类 中的静态方法org.apache.hadoop.conf.Configuration
 
dumpTokens(UserGroupInformation) - 类 中的方法org.apache.hadoop.security.KDiag
Dump all tokens of a UGI.
dumpTopology() - 类 中的方法org.apache.hadoop.net.AbstractDNSToSwitchMapping
Generate a string listing the switch mapping implementation, the mapping for every known node and the number of nodes and unique switches known about -each entry to a separate line.
DuplicatedOptionException(String) - 异常错误 的构造器org.apache.hadoop.fs.shell.CommandFormat.DuplicatedOptionException
 
DynamicBloomFilter - org.apache.hadoop.util.bloom中的类
Implements a dynamic Bloom filter, as defined in the INFOCOM 2006 paper.
DynamicBloomFilter() - 类 的构造器org.apache.hadoop.util.bloom.DynamicBloomFilter
Zero-args constructor for the serialization.
DynamicBloomFilter(int, int, int, int) - 类 的构造器org.apache.hadoop.util.bloom.DynamicBloomFilter
Constructor.

E

E_CREATE_DIR - 类 中的静态变量org.apache.hadoop.fs.sftp.SFTPFileSystem
 
E_CREATE_FAILED - 类 中的静态变量org.apache.hadoop.util.FindClass
class creation failed 5
E_DIR_CREATE_FROMFILE - 类 中的静态变量org.apache.hadoop.fs.sftp.SFTPFileSystem
 
E_DIR_NOTEMPTY - 类 中的静态变量org.apache.hadoop.fs.sftp.SFTPFileSystem
 
E_DPATH_EXIST - 类 中的静态变量org.apache.hadoop.fs.sftp.SFTPFileSystem
 
E_FAILED_DISCONNECT - 类 中的静态变量org.apache.hadoop.fs.sftp.SFTPFileSystem
 
E_FAILED_GETHOME - 类 中的静态变量org.apache.hadoop.fs.sftp.SFTPFileSystem
 
E_FILE_CHECK_FAILED - 类 中的静态变量org.apache.hadoop.fs.sftp.SFTPFileSystem
 
E_FILE_EXIST - 类 中的静态变量org.apache.hadoop.fs.sftp.SFTPFileSystem
 
E_FILE_NOTFOUND - 类 中的静态变量org.apache.hadoop.fs.sftp.SFTPFileSystem
 
E_FILE_STATUS - 类 中的静态变量org.apache.hadoop.fs.sftp.SFTPFileSystem
 
E_GENERIC - 类 中的静态变量org.apache.hadoop.util.FindClass
generic error 1
E_HOST_NULL - 类 中的静态变量org.apache.hadoop.fs.sftp.SFTPFileSystem
 
E_LOAD_FAILED - 类 中的静态变量org.apache.hadoop.util.FindClass
class load failed 4
E_MAKE_DIR_FORPATH - 类 中的静态变量org.apache.hadoop.fs.sftp.SFTPFileSystem
 
E_NOT_FOUND - 类 中的静态变量org.apache.hadoop.util.FindClass
class or resource not found 3
E_PARSE_FAILED - 接口 中的静态变量org.apache.hadoop.service.launcher.LauncherArguments
Error string on a parse failure.
E_PATH_DIR - 类 中的静态变量org.apache.hadoop.fs.sftp.SFTPFileSystem
 
E_SAME_DIRECTORY_ONLY - 类 中的静态变量org.apache.hadoop.fs.ftp.FTPFileSystem
 
E_SAME_DIRECTORY_ONLY - 类 中的静态变量org.apache.hadoop.fs.sftp.SFTPFileSystem
 
E_SPATH_NOTEXIST - 类 中的静态变量org.apache.hadoop.fs.sftp.SFTPFileSystem
 
E_USAGE - 类 中的静态变量org.apache.hadoop.util.FindClass
usage error -bad arguments or similar 2
E_USER_NULL - 类 中的静态变量org.apache.hadoop.fs.sftp.SFTPFileSystem
 
EC_DATA_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.fs.FSProtos.FileStatusProto
 
ECSchema - org.apache.hadoop.io.erasurecode中的类
Erasure coding schema to housekeeper relevant information.
ECSchema(Map<String, String>) - 类 的构造器org.apache.hadoop.io.erasurecode.ECSchema
Constructor with schema name and provided all options.
ECSchema(String, int, int) - 类 的构造器org.apache.hadoop.io.erasurecode.ECSchema
Constructor with key parameters provided.
ECSchema(String, int, int, Map<String, String>) - 类 的构造器org.apache.hadoop.io.erasurecode.ECSchema
Constructor with key parameters provided.
EFFECTIVEUSER_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
ElasticByteBufferPool - org.apache.hadoop.io中的类
This is a simple ByteBufferPool which just creates ByteBuffers as needed.
ElasticByteBufferPool() - 类 的构造器org.apache.hadoop.io.ElasticByteBufferPool
 
elementToPrevKey(E) - 类 中的方法org.apache.hadoop.fs.BatchedRemoteIterator
Return the next list key associated with an element.
emitMetric(String, String, String, String, GangliaConf, AbstractGangliaSink.GangliaSlope) - 类 中的方法org.apache.hadoop.metrics2.sink.ganglia.GangliaSink30
The method sends metrics to Ganglia servers.
emitMetric(String, String, String, String, GangliaConf, AbstractGangliaSink.GangliaSlope) - 类 中的方法org.apache.hadoop.metrics2.sink.ganglia.GangliaSink31
The method sends metrics to Ganglia servers.
emitToGangliaHosts() - 类 中的方法org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
Sends Ganglia Metrics to the configured hosts
EMPTY_ARRAY - 枚举 中的静态变量org.apache.hadoop.fs.StorageType
 
ENABLED_SUFFIX - 类 中的静态变量org.apache.hadoop.security.HttpCrossOriginFilterInitializer
 
enableSymlinks() - 类 中的静态方法org.apache.hadoop.fs.FileSystem
 
encode(String) - 类 中的静态方法org.apache.hadoop.io.Text
Converts the provided String to bytes using the UTF-8 encoding.
encode(String, boolean) - 类 中的静态方法org.apache.hadoop.io.Text
Converts the provided String to bytes using the UTF-8 encoding.
encodeToUrlString() - 类 中的方法org.apache.hadoop.security.token.Token
Encode this token as a url safe string.
encodeValue(byte[], XAttrCodec) - 枚举 中的静态方法org.apache.hadoop.fs.XAttrCodec
Encode byte[] value to string representation with encoding.
EncryptedKeyVersion(String, String, byte[], KeyProvider.KeyVersion) - 类 的构造器org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.EncryptedKeyVersion
Create a new EncryptedKeyVersion.
ENCRYPTION_DATA_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.fs.FSProtos.FileStatusProto
 
end() - 类 中的方法org.apache.hadoop.io.compress.bzip2.Bzip2Compressor
 
end() - 类 中的方法org.apache.hadoop.io.compress.bzip2.Bzip2Decompressor
 
end() - 类 中的方法org.apache.hadoop.io.compress.bzip2.BZip2DummyCompressor
 
end() - 类 中的方法org.apache.hadoop.io.compress.bzip2.BZip2DummyDecompressor
 
end() - 接口 中的方法org.apache.hadoop.io.compress.Compressor
Closes the compressor and discards any unprocessed input.
end() - 接口 中的方法org.apache.hadoop.io.compress.Decompressor
Closes the decompressor and discards any unprocessed input.
end() - 类 中的方法org.apache.hadoop.io.compress.lz4.Lz4Compressor
Closes the compressor and discards any unprocessed input.
end() - 类 中的方法org.apache.hadoop.io.compress.lz4.Lz4Decompressor
Resets decompressor and input and output buffers so that a new set of input data can be processed.
end() - 类 中的方法org.apache.hadoop.io.compress.snappy.SnappyCompressor
Closes the compressor and discards any unprocessed input.
end() - 类 中的方法org.apache.hadoop.io.compress.snappy.SnappyDecompressor
Resets decompressor and input and output buffers so that a new set of input data can be processed.
end() - 类 中的方法org.apache.hadoop.io.compress.zlib.BuiltInGzipDecompressor
 
end() - 类 中的方法org.apache.hadoop.io.compress.zlib.ZlibCompressor
 
end() - 类 中的方法org.apache.hadoop.io.compress.zlib.ZlibDecompressor
 
end() - 类 中的方法org.apache.hadoop.io.compress.zstd.ZStandardCompressor
 
end() - 类 中的方法org.apache.hadoop.io.compress.zstd.ZStandardDecompressor
 
END_OF_BLOCK - 接口 中的静态变量org.apache.hadoop.io.compress.bzip2.BZip2Constants
End of a BZip2 block
END_OF_STREAM - 接口 中的静态变量org.apache.hadoop.io.compress.bzip2.BZip2Constants
End of BZip2 stream.
endRecord() - 类 中的方法org.apache.hadoop.metrics2.MetricsRecordBuilder
Syntactic sugar to add multiple records in a collector in a one liner.
ensureCurrentState(Service.STATE) - 类 中的方法org.apache.hadoop.service.ServiceStateModel
Verify that that a service is in a given state.
ensureInflated() - 类 中的方法org.apache.hadoop.io.CompressedWritable
Must be called by all methods which access fields to ensure that the data has been uncompressed.
ensureInitialized() - 类 中的静态方法org.apache.hadoop.ipc.WritableRpcEngine
已过时。
Initialize this class if it isn't already.
enterNeutralMode() - 接口 中的方法org.apache.hadoop.ha.ActiveStandbyElector.ActiveStandbyElectorCallback
If the elector gets disconnected from Zookeeper and does not know about the lock state, then it will notify the service via the enterNeutralMode interface.
enterState(Service.STATE) - 类 中的方法org.apache.hadoop.service.ServiceStateModel
Enter a state -thread safe.
entry() - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner
Get an entry to access the key and value.
Entry() - 类 的构造器org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
 
entrySet() - 类 中的方法org.apache.hadoop.io.MapWritable
 
entrySet() - 类 中的方法org.apache.hadoop.io.SortedMapWritable
 
EnumSetWritable<E extends Enum<E>> - org.apache.hadoop.io中的类
A Writable wrapper for EnumSet.
EnumSetWritable(EnumSet<E>, Class<E>) - 类 的构造器org.apache.hadoop.io.EnumSetWritable
Construct a new EnumSetWritable.
EnumSetWritable(EnumSet<E>) - 类 的构造器org.apache.hadoop.io.EnumSetWritable
Construct a new EnumSetWritable.
ENV_HADOOP_HOME - 类 中的静态变量org.apache.hadoop.util.Shell
Environment variable for Hadoop's home dir: "HADOOP_HOME".
ENV_NAME_REGEX - 类 中的静态变量org.apache.hadoop.util.Shell
Regular expression for environment variables: "[A-Za-z_][A-Za-z0-9_]*".
eof - 类 中的变量org.apache.hadoop.io.compress.DecompressorStream
 
EOF_IN_READ_FULLY - 类 中的静态变量org.apache.hadoop.fs.FSExceptionMessages
 
EOS_DELIMITER - 类 中的静态变量org.apache.hadoop.io.compress.bzip2.CBZip2InputStream
 
EQUAL - 类 中的静态变量org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
equals(Object) - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider.KeyVersion
 
equals(Object) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
 
equals(Object) - 类 中的方法org.apache.hadoop.fs.ContentSummary
 
equals(Object) - 类 中的方法org.apache.hadoop.fs.DelegationTokenRenewer.RenewAction
 
equals(Object) - 类 中的方法org.apache.hadoop.fs.FileChecksum
Return true if both the algorithms and the values are the same.
equals(Object) - 类 中的方法org.apache.hadoop.fs.FileStatus
Compare if this object is equal to another object
equals(Object) - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
 
equals(Object) - 类 中的方法org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
equals(Object) - 类 中的方法org.apache.hadoop.fs.LocatedFileStatus
Compare if this object is equal to another object
equals(Object) - 类 中的方法org.apache.hadoop.fs.Path
 
equals(Object) - 接口 中的方法org.apache.hadoop.fs.PathHandle
 
equals(Object) - 类 中的方法org.apache.hadoop.fs.permission.AclEntry
 
equals(Object) - 类 中的方法org.apache.hadoop.fs.permission.AclStatus
 
equals(Object) - 类 中的方法org.apache.hadoop.fs.permission.FsCreateModes
 
equals(Object) - 类 中的方法org.apache.hadoop.fs.permission.FsPermission
 
equals(Object) - 类 中的方法org.apache.hadoop.fs.QuotaUsage
 
equals(Object) - 类 中的方法org.apache.hadoop.fs.shell.find.Result
 
equals(Object) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
equals(Object) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
equals(Object) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
equals(Object) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
equals(Object) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
equals(Object) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
equals(Object) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
equals(Object) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
equals(Object) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
equals(Object) - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
equals(Object) - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
equals(Object) - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
equals(Object) - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
equals(Object) - 类 中的方法org.apache.hadoop.io.BinaryComparable
Return true if bytes from {#getBytes()} match.
equals(Object) - 类 中的方法org.apache.hadoop.io.BooleanWritable
 
equals(Object) - 类 中的方法org.apache.hadoop.io.BytesWritable
Are the two byte sequences equal?
equals(Object) - 类 中的方法org.apache.hadoop.io.ByteWritable
Returns true iff o is a ByteWritable with the same value.
equals(Object) - 类 中的方法org.apache.hadoop.io.DoubleWritable
Returns true iff o is a DoubleWritable with the same value.
equals(Object) - 类 中的方法org.apache.hadoop.io.EnumSetWritable
Returns true if o is an EnumSetWritable with the same value, or both are null.
equals(Object) - 类 中的方法org.apache.hadoop.io.erasurecode.ECSchema
 
equals(Object) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
Compare whether this and other points to the same key value.
equals(Object) - 类 中的方法org.apache.hadoop.io.file.tfile.Utils.Version
 
equals(Object) - 类 中的方法org.apache.hadoop.io.FloatWritable
Returns true iff o is a FloatWritable with the same value.
equals(Object) - 类 中的方法org.apache.hadoop.io.IntWritable
Returns true iff o is a IntWritable with the same value.
equals(Object) - 类 中的方法org.apache.hadoop.io.LongWritable
Returns true iff o is a LongWritable with the same value.
equals(Object) - 类 中的方法org.apache.hadoop.io.MapWritable
 
equals(Object) - 类 中的方法org.apache.hadoop.io.MD5Hash
Returns true iff o is an MD5Hash whose digest contains the same values.
equals(Object) - 类 中的方法org.apache.hadoop.io.NullWritable
 
equals(Object) - 类 中的方法org.apache.hadoop.io.retry.RetryPolicies.MultipleLinearRandomRetry
 
equals(Object) - 类 中的方法org.apache.hadoop.io.SequenceFile.Metadata
 
equals(SequenceFile.Metadata) - 类 中的方法org.apache.hadoop.io.SequenceFile.Metadata
 
equals(Object) - 类 中的方法org.apache.hadoop.io.SequenceFile.Sorter.SegmentDescriptor
 
equals(Object) - 类 中的方法org.apache.hadoop.io.ShortWritable
Returns true iff o is a ShortWritable with the same value.
equals(Object) - 类 中的方法org.apache.hadoop.io.SortedMapWritable
 
equals(Object) - 类 中的方法org.apache.hadoop.io.Text
Returns true iff o is a Text with the same contents.
equals(Object) - 类 中的方法org.apache.hadoop.io.VIntWritable
Returns true iff o is a VIntWritable with the same value.
equals(Object) - 类 中的方法org.apache.hadoop.io.VLongWritable
Returns true iff o is a VLongWritable with the same value.
equals(Object) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
equals(Object) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
equals(Object) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
equals(Object) - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
equals(Object) - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
equals(Object) - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
equals(Object) - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
equals(Object) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
equals(Object) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
equals(Object) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
equals(Object) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
equals(Object) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
equals(Object) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
equals(Object) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
equals(Object) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
equals(Object) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
equals(Object) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
equals(Object) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
equals(Object) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
equals(Object) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
equals(Object) - 类 中的方法org.apache.hadoop.ipc.RetryCache.CacheEntry
 
equals(Object) - 类 中的方法org.apache.hadoop.ipc.RetryCache.CacheEntryWithPayload
Override equals to avoid findbugs warnings
equals(Object) - 类 中的方法org.apache.hadoop.metrics2.AbstractMetric
 
equals(Object) - 类 中的方法org.apache.hadoop.metrics2.MetricsTag
 
equals(Object) - 类 中的方法org.apache.hadoop.net.InnerNodeImpl
 
equals(Object) - 类 中的方法org.apache.hadoop.net.SocksSocketFactory
 
equals(Object) - 类 中的方法org.apache.hadoop.net.StandardSocketFactory
 
equals(Object) - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
equals(Object) - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
equals(Object) - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
equals(Object) - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
equals(Object) - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
equals(Object) - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
equals(Object) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
equals(Object) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
equals(Object) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
equals(Object) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
equals(Object) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
equals(Object) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
equals(Object) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
equals(Object) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
equals(Object) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
equals(Object) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
 
equals(Object) - 类 中的方法org.apache.hadoop.security.token.Token
 
equals(Object) - 类 中的方法org.apache.hadoop.security.UserGroupInformation
Compare the subjects to see if they are equal to each other.
equals(Object) - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
equals(Object) - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
equals(Object) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
equals(Object) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
equals(Object) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
equals(Object) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
equals(Object) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
equals(Object) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
equals(Object) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
equals(Object) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
equals(Object) - 类 中的方法org.apache.hadoop.util.ComparableVersion
 
ErasureCodeConstants - org.apache.hadoop.io.erasurecode中的类
Constants related to the erasure code feature.
ErasureCodeNative - org.apache.hadoop.io.erasurecode中的类
Erasure code native libraries (for now, Intel ISA-L) related utilities.
erasureCodingPolicy(String) - 类 中的方法org.apache.hadoop.fs.ContentSummary.Builder
 
Errno - org.apache.hadoop.io.nativeio中的枚举
Enum representing POSIX errno values.
error(Throwable) - 接口 中的方法org.apache.hadoop.ipc.ProtobufRpcEngineCallback
 
error(String, Throwable) - 类 中的方法org.apache.hadoop.service.launcher.ServiceLauncher
Report an error.
ERROR_APPLICATION_VALUE - 枚举 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
ERROR_APPLICATION = 1; Non-fatal Rpc error - connection left open for future rpc calls
ERROR_NO_SUCH_METHOD_VALUE - 枚举 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
ERROR_NO_SUCH_METHOD = 2; Rpc error - no such method
ERROR_NO_SUCH_PROTOCOL_VALUE - 枚举 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
ERROR_NO_SUCH_PROTOCOL = 3; Rpc error - no such protocol
ERROR_RPC_SERVER_VALUE - 枚举 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
ERROR_RPC_SERVER = 4; Rpc error on server side
ERROR_RPC_VERSION_MISMATCH_VALUE - 枚举 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
ERROR_RPC_VERSION_MISMATCH = 6; Rpc protocol version mismatch
ERROR_SERIALIZING_RESPONSE_VALUE - 枚举 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
ERROR_SERIALIZING_RESPONSE = 5; error serializign response
ERROR_VALUE - 枚举 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto
ERROR = 1; RPC or error - connection left open for future calls
ERRORDETAIL_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
ERRORMSG_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
EtagChecksum - org.apache.hadoop.fs.store中的类
An etag as a checksum.
EtagChecksum() - 类 的构造器org.apache.hadoop.fs.store.EtagChecksum
Create with an empty etag.
EtagChecksum(String) - 类 的构造器org.apache.hadoop.fs.store.EtagChecksum
Create with a string etag.
ETC_KRB5_CONF - 类 中的静态变量org.apache.hadoop.security.KDiag
 
ETC_NTP - 类 中的静态变量org.apache.hadoop.security.KDiag
 
EventCounter - org.apache.hadoop.log中的类
已过时。
use EventCounter instead
EventCounter() - 类 的构造器org.apache.hadoop.log.EventCounter
已过时。
 
EventCounter - org.apache.hadoop.log.metrics中的类
A log4J Appender that simply counts logging events in three levels: fatal, error and warn.
EventCounter() - 类 的构造器org.apache.hadoop.log.metrics.EventCounter
 
exact() - 类 中的静态方法org.apache.hadoop.fs.Options.HandleOpt
Handle is valid iff the referent is neither moved nor changed.
EXCEPTION_CLASS - 类 中的静态变量org.apache.hadoop.log.Log4Json
 
EXCEPTIONCLASSNAME_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
excludeCiphers(String) - 类 中的方法org.apache.hadoop.http.HttpServer2.Builder
 
excludeIncompatibleCredentialProviders(Configuration, Class<? extends FileSystem>) - 类 中的静态方法org.apache.hadoop.security.ProviderUtils
There are certain integrations of the credential provider API in which a recursive dependency between the provider and the hadoop filesystem abstraction causes a problem.
exec(Configuration, String...) - 类 中的静态方法org.apache.hadoop.security.KDiag
Inner entry point, with no logging or system exits.
execCommand(String...) - 类 中的静态方法org.apache.hadoop.util.Shell
Static method to execute a shell command.
execCommand(Map<String, String>, String[], long) - 类 中的静态方法org.apache.hadoop.util.Shell
Static method to execute a shell command.
execCommand(Map<String, String>, String...) - 类 中的静态方法org.apache.hadoop.util.Shell
Static method to execute a shell command.
execute() - 类 中的方法org.apache.hadoop.security.KDiag
Execute diagnostics.
execute() - 类 中的方法org.apache.hadoop.service.launcher.AbstractLaunchableService
Run a service.
execute() - 接口 中的方法org.apache.hadoop.service.launcher.LaunchableService
Run a service.
execute() - 类 中的方法org.apache.hadoop.tools.CommandShell.SubCommand
 
execute() - 接口 中的方法org.apache.hadoop.util.Shell.CommandExecutor
 
execute() - 类 中的方法org.apache.hadoop.util.Shell.ShellCommandExecutor
Execute the shell command.
ExecutorHelper - org.apache.hadoop.util.concurrent中的类
Helper functions for Executors.
exists(Path) - 类 中的方法org.apache.hadoop.fs.FileContext.Util
Does the file exist?
exists(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Check if a path exists.
exit(int, String) - 类 中的方法org.apache.hadoop.service.launcher.ServiceLauncher
Exit the JVM.
exit(ExitUtil.ExitException) - 类 中的方法org.apache.hadoop.service.launcher.ServiceLauncher
Exit the JVM using an exception for the exit code and message, invoking ExitUtil.terminate(ExitUtil.ExitException).
EXIT_BAD_CONFIGURATION - 接口 中的静态变量org.apache.hadoop.service.launcher.LauncherExitCodes
Exit code when the configurations in valid/incomplete: 49.
EXIT_CLIENT_INITIATED_SHUTDOWN - 接口 中的静态变量org.apache.hadoop.service.launcher.LauncherExitCodes
Exit code when a client requested service termination: 1.
EXIT_COMMAND_ARGUMENT_ERROR - 接口 中的静态变量org.apache.hadoop.service.launcher.LauncherExitCodes
Exit code when the command line doesn't parse: 40, or when it is otherwise invalid.
EXIT_CONNECTIVITY_PROBLEM - 接口 中的静态变量org.apache.hadoop.service.launcher.LauncherExitCodes
Exit code on connectivity problems: 48.
EXIT_EXCEPTION_THROWN - 接口 中的静态变量org.apache.hadoop.service.launcher.LauncherExitCodes
Exit code when an exception was thrown from the service: 50.
EXIT_FAIL - 接口 中的静态变量org.apache.hadoop.service.launcher.LauncherExitCodes
Generic "false/fail" response: -1.
EXIT_FORBIDDEN - 接口 中的静态变量org.apache.hadoop.service.launcher.LauncherExitCodes
Forbidden action: 43.
EXIT_INTERRUPTED - 接口 中的静态变量org.apache.hadoop.service.launcher.LauncherExitCodes
Exit code when a control-C, kill -3, signal was picked up: 3.
EXIT_NOT_ACCEPTABLE - 接口 中的静态变量org.apache.hadoop.service.launcher.LauncherExitCodes
The command is somehow not acceptable: 46.
EXIT_NOT_FOUND - 接口 中的静态变量org.apache.hadoop.service.launcher.LauncherExitCodes
Something was not found: 44.
EXIT_OPERATION_NOT_ALLOWED - 接口 中的静态变量org.apache.hadoop.service.launcher.LauncherExitCodes
The operation is not allowed: 45.
EXIT_OTHER_FAILURE - 接口 中的静态变量org.apache.hadoop.service.launcher.LauncherExitCodes
Exit code when something happened but we can't be specific: 5.
EXIT_SERVICE_CREATION_FAILURE - 接口 中的静态变量org.apache.hadoop.service.launcher.LauncherExitCodes
The service instance could not be created: 56.
EXIT_SERVICE_LIFECYCLE_EXCEPTION - 接口 中的静态变量org.apache.hadoop.service.launcher.LauncherExitCodes
The service instance could not be created: 57.
EXIT_SERVICE_UNAVAILABLE - 接口 中的静态变量org.apache.hadoop.service.launcher.LauncherExitCodes
Service Unavailable; it may be available later: 53.
EXIT_SUCCESS - 接口 中的静态变量org.apache.hadoop.service.launcher.LauncherExitCodes
Success: 0.
EXIT_TASK_LAUNCH_FAILURE - 接口 中的静态变量org.apache.hadoop.service.launcher.LauncherExitCodes
Exit code when targets could not be launched: 2.
EXIT_UNAUTHORIZED - 接口 中的静态变量org.apache.hadoop.service.launcher.LauncherExitCodes
The request requires user authentication: 41.
EXIT_UNIMPLEMENTED - 接口 中的静态变量org.apache.hadoop.service.launcher.LauncherExitCodes
Unimplemented feature: 51.
EXIT_UNSUPPORTED_VERSION - 接口 中的静态变量org.apache.hadoop.service.launcher.LauncherExitCodes
The application does not support, or refuses to support this version: 55.
EXIT_USAGE - 接口 中的静态变量org.apache.hadoop.service.launcher.LauncherExitCodes
Exit code when a usage message was printed: 42.
ExitCodeException(int, String) - 异常错误 的构造器org.apache.hadoop.util.Shell.ExitCodeException
 
ExitCodeProvider - org.apache.hadoop.util中的接口
Get the exit code of an exception.
ExitException(int, String) - 异常错误 的构造器org.apache.hadoop.util.ExitUtil.ExitException
 
ExitException(int, String, Throwable) - 异常错误 的构造器org.apache.hadoop.util.ExitUtil.ExitException
 
ExitException(int, Throwable) - 异常错误 的构造器org.apache.hadoop.util.ExitUtil.ExitException
 
EXITSTATUS_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
ExitUtil.ExitException - org.apache.hadoop.util中的异常错误
An exception raised when a call to ExitUtil.terminate(int) was called and system exits were blocked.
ExitUtil.HaltException - org.apache.hadoop.util中的异常错误
An exception raised when a call to ExitUtil.terminate(int) was called and system halts were blocked.
exitWithMessage(int, String) - 类 中的静态方法org.apache.hadoop.service.launcher.ServiceLauncher
Exit with a printed message.
exitWithUsageMessage() - 类 中的静态方法org.apache.hadoop.service.launcher.ServiceLauncher
Exit with the usage exit code LauncherExitCodes.EXIT_USAGE and message ServiceLauncher.USAGE_MESSAGE.
expected - 异常错误 中的变量org.apache.hadoop.fs.shell.CommandFormat.IllegalNumberOfArgumentsException
 
exponentialBackoffRetry(int, long, TimeUnit) - 类 中的静态方法org.apache.hadoop.io.retry.RetryPolicies
Keep trying a limited number of times, waiting a growing amount of time between attempts, and then fail by re-throwing the exception.
Expression - org.apache.hadoop.fs.shell.find中的接口
Interface describing an expression to be used in the Find command.
expression - 类 中的变量org.apache.hadoop.fs.shell.find.FilterExpression
 
expunge() - 类 中的方法org.apache.hadoop.fs.Trash
Delete old checkpoint(s).
extendWorkingSetSize(long) - 类 中的静态方法org.apache.hadoop.io.nativeio.NativeIO.Windows
Extends both the minimum and maximum working set size of the current process.
ExternalCall<T> - org.apache.hadoop.ipc中的类
 
ExternalCall(PrivilegedExceptionAction<T>) - 类 的构造器org.apache.hadoop.ipc.ExternalCall
 
extractCommandOptions(Configuration, List<String>) - 类 中的方法org.apache.hadoop.service.launcher.ServiceLauncher
Extract the command options and apply them to the configuration, building an array of processed arguments to hand down to the service.

F

Factory() - 类 的构造器org.apache.hadoop.crypto.key.JavaKeyStoreProvider.Factory
 
Factory() - 类 的构造器org.apache.hadoop.crypto.key.kms.KMSClientProvider.Factory
 
Factory() - 类 的构造器org.apache.hadoop.crypto.key.UserProvider.Factory
 
Factory() - 类 的构造器org.apache.hadoop.net.InnerNodeImpl.Factory
 
Factory() - 类 的构造器org.apache.hadoop.security.alias.JavaKeyStoreProvider.Factory
 
Factory() - 类 的构造器org.apache.hadoop.security.alias.LocalJavaKeyStoreProvider.Factory
 
Factory() - 类 的构造器org.apache.hadoop.security.alias.UserProvider.Factory
 
fadvisePossible - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
FAIL - 类 中的静态变量org.apache.hadoop.fs.shell.find.Result
Result indicating Expression processing should stop.
FAIL - 类 中的静态变量org.apache.hadoop.io.retry.RetryPolicy.RetryAction
 
FAILED_TO_GET_UGI_MSG_HEADER - 类 中的静态变量org.apache.hadoop.security.SecurityUtil
 
FAILOVER_AND_RETRY - 类 中的静态变量org.apache.hadoop.io.retry.RetryPolicy.RetryAction
 
FailoverFailedException - org.apache.hadoop.ha中的异常错误
Exception thrown to indicate service failover has failed.
FailoverFailedException(String) - 异常错误 的构造器org.apache.hadoop.ha.FailoverFailedException
 
FailoverFailedException(String, Throwable) - 异常错误 的构造器org.apache.hadoop.ha.FailoverFailedException
 
failoverOnNetworkException(int) - 类 中的静态方法org.apache.hadoop.io.retry.RetryPolicies
 
failoverOnNetworkException(RetryPolicy, int) - 类 中的静态方法org.apache.hadoop.io.retry.RetryPolicies
 
failoverOnNetworkException(RetryPolicy, int, long, long) - 类 中的静态方法org.apache.hadoop.io.retry.RetryPolicies
 
failoverOnNetworkException(RetryPolicy, int, int, long, long) - 类 中的静态方法org.apache.hadoop.io.retry.RetryPolicies
 
FailoverProxyProvider<T> - org.apache.hadoop.io.retry中的接口
An implementer of this interface is capable of providing proxy objects for use in IPC communication, and potentially modifying these objects or creating entirely new ones in the event of certain types of failures.
FailoverProxyProvider.ProxyInfo<T> - org.apache.hadoop.io.retry中的类
 
FairCallQueue<E extends org.apache.hadoop.ipc.Schedulable> - org.apache.hadoop.ipc中的类
A queue with multiple levels for each priority.
FairCallQueue(int, int, String, Configuration) - 类 的构造器org.apache.hadoop.ipc.FairCallQueue
Create a FairCallQueue.
FairCallQueueMXBean - org.apache.hadoop.ipc中的接口
 
FastNumberFormat - org.apache.hadoop.util中的类
Fast thread-safe version of NumberFormat
FastNumberFormat() - 类 的构造器org.apache.hadoop.util.FastNumberFormat
 
FATAL_DESERIALIZING_REQUEST_VALUE - 枚举 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
FATAL_DESERIALIZING_REQUEST = 13; could not deserilize rpc request
FATAL_INVALID_RPC_HEADER_VALUE - 枚举 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
FATAL_INVALID_RPC_HEADER = 12; fields of RpcHeader are invalid
FATAL_UNAUTHORIZED_VALUE - 枚举 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
FATAL_UNAUTHORIZED = 15; Auth failed
FATAL_UNKNOWN_VALUE - 枚举 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
FATAL_UNKNOWN = 10; Fatal Server side Rpc error - connection closed
FATAL_UNSUPPORTED_SERIALIZATION_VALUE - 枚举 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
FATAL_UNSUPPORTED_SERIALIZATION = 11; IPC layer serilization type invalid
FATAL_VALUE - 枚举 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto
FATAL = 2; Fatal error - connection closed
FATAL_VERSION_MISMATCH_VALUE - 枚举 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
FATAL_VERSION_MISMATCH = 14; Ipc Layer version mismatch
FenceMethod - org.apache.hadoop.ha中的接口
A fencing method is a method by which one node can forcibly prevent another node from making continued progress.
fenceOldActive(byte[]) - 接口 中的方法org.apache.hadoop.ha.ActiveStandbyElector.ActiveStandbyElectorCallback
If an old active has failed, rather than exited gracefully, then the new active may need to take some fencing actions against it before proceeding with failover.
file(Path) - 类 中的静态方法org.apache.hadoop.io.SequenceFile.Reader
Create an option to specify the path name of the sequence file.
file(Path) - 类 中的静态方法org.apache.hadoop.io.SequenceFile.Writer
 
FILE_ATTRIBUTE_NORMAL - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.Windows
 
FILE_BEGIN - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.Windows
 
FILE_CURRENT - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.Windows
 
FILE_DEFAULT_PERM - 类 中的静态变量org.apache.hadoop.fs.FileContext
Default permission for file
FILE_END - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.Windows
 
FILE_SHARE_DELETE - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.Windows
 
FILE_SHARE_READ - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.Windows
 
FILE_SHARE_WRITE - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.Windows
 
FileAlreadyExistsException - org.apache.hadoop.fs中的异常错误
Used when target file already exists for any operation and is not configured to be overwritten.
FileAlreadyExistsException() - 异常错误 的构造器org.apache.hadoop.fs.FileAlreadyExistsException
 
FileAlreadyExistsException(String) - 异常错误 的构造器org.apache.hadoop.fs.FileAlreadyExistsException
 
fileAndDirectoryCount(long) - 类 中的方法org.apache.hadoop.fs.QuotaUsage.Builder
 
FileBasedIPList - org.apache.hadoop.util中的类
FileBasedIPList loads a list of subnets in CIDR format and ip addresses from a file.
FileBasedIPList(String) - 类 的构造器org.apache.hadoop.util.FileBasedIPList
 
FileChecksum - org.apache.hadoop.fs中的类
An abstract class representing file checksums for files.
FileChecksum() - 类 的构造器org.apache.hadoop.fs.FileChecksum
 
FileContext - org.apache.hadoop.fs中的类
The FileContext class provides an interface for users of the Hadoop file system.
FileContext.Util - org.apache.hadoop.fs中的类
Utility/library methods built over the basic FileContext methods.
fileCount(long) - 类 中的方法org.apache.hadoop.fs.ContentSummary.Builder
 
FileSink - org.apache.hadoop.metrics2.sink中的类
A metrics sink that writes to a file
FileSink() - 类 的构造器org.apache.hadoop.metrics2.sink.FileSink
 
FileStatus - org.apache.hadoop.fs中的类
Interface that represents the client side information for a file.
FileStatus() - 类 的构造器org.apache.hadoop.fs.FileStatus
 
FileStatus(long, boolean, int, long, long, Path) - 类 的构造器org.apache.hadoop.fs.FileStatus
 
FileStatus(long, boolean, int, long, long, long, FsPermission, String, String, Path) - 类 的构造器org.apache.hadoop.fs.FileStatus
Constructor for file systems on which symbolic links are not supported
FileStatus(long, boolean, int, long, long, long, FsPermission, String, String, Path, Path) - 类 的构造器org.apache.hadoop.fs.FileStatus
 
FileStatus(long, boolean, int, long, long, long, FsPermission, String, String, Path, Path, boolean, boolean, boolean) - 类 的构造器org.apache.hadoop.fs.FileStatus
 
FileStatus(long, boolean, int, long, long, long, FsPermission, String, String, Path, Path, Set<FileStatus.AttrFlags>) - 类 的构造器org.apache.hadoop.fs.FileStatus
 
FileStatus(FileStatus) - 类 的构造器org.apache.hadoop.fs.FileStatus
Copy constructor.
FileStatus.AttrFlags - org.apache.hadoop.fs中的枚举
Flags for entity attributes.
FileSystem - org.apache.hadoop.fs中的类
An abstract base class for a fairly generic filesystem.
FileSystem() - 类 的构造器org.apache.hadoop.fs.FileSystem
 
FileSystem.Statistics - org.apache.hadoop.fs中的类
Tracks statistics about how many reads, writes, and so forth have been done in a FileSystem.
FileSystem.Statistics.StatisticsData - org.apache.hadoop.fs中的类
Statistics data.
FILETYPE_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.fs.FSProtos.FileStatusProto
 
FileUtil - org.apache.hadoop.fs中的类
A collection of file-processing util methods
FileUtil() - 类 的构造器org.apache.hadoop.fs.FileUtil
 
FileUtil.HardLink - org.apache.hadoop.fs中的类
已过时。
fillQueueForKey(String, Queue<E>, int) - 接口 中的方法org.apache.hadoop.crypto.key.kms.ValueQueue.QueueRefiller
Method that has to be implemented by implementing classes to fill the Queue.
FilterContainer - org.apache.hadoop.http中的接口
A container class for javax.servlet.Filter.
FilterExpression - org.apache.hadoop.fs.shell.find中的类
Provides an abstract composition filter for the Expression interface.
FilterExpression(Expression) - 类 的构造器org.apache.hadoop.fs.shell.find.FilterExpression
 
FilterFileSystem - org.apache.hadoop.fs中的类
A FilterFileSystem contains some other file system, which it uses as its basic file system, possibly transforming the data along the way or providing additional functionality.
FilterFileSystem() - 类 的构造器org.apache.hadoop.fs.FilterFileSystem
 
FilterFileSystem(FileSystem) - 类 的构造器org.apache.hadoop.fs.FilterFileSystem
 
FilterInitializer - org.apache.hadoop.http中的类
Initialize a javax.servlet.Filter.
FilterInitializer() - 类 的构造器org.apache.hadoop.http.FilterInitializer
 
finalize() - 类 中的方法org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
Overriden to close the stream.
finalize() - 类 中的方法org.apache.hadoop.io.compress.zlib.ZlibDecompressor
 
finalize() - 类 中的方法org.apache.hadoop.io.compress.zstd.ZStandardDecompressor
 
finalKey(WritableComparable) - 类 中的方法org.apache.hadoop.io.MapFile.Reader
Reads the final key from the file.
find(String) - 类 中的方法org.apache.hadoop.io.Text
 
find(String, int) - 类 中的方法org.apache.hadoop.io.Text
Finds any occurrence of what in the backing buffer, starting as position start.
FindClass - org.apache.hadoop.util中的类
This entry point exists for diagnosing classloader problems: is a class or resource present -and if so, where?
FindClass() - 类 的构造器org.apache.hadoop.util.FindClass
Empty constructor; passes a new Configuration object instance to its superclass's constructor
FindClass(Configuration) - 类 的构造器org.apache.hadoop.util.FindClass
Create a class with a specified configuration
FindOptions - org.apache.hadoop.fs.shell.find中的类
Options to be used by the Find command and its Expressions.
FindOptions() - 类 的构造器org.apache.hadoop.fs.shell.find.FindOptions
 
findProvider(List<KeyProvider>, String) - 类 中的静态方法org.apache.hadoop.crypto.key.KeyProvider
Find the provider with the given key.
finish() - 类 中的方法org.apache.hadoop.fs.shell.find.BaseExpression
 
finish() - 接口 中的方法org.apache.hadoop.fs.shell.find.Expression
Finishes the expression, called once after processing all items.
finish() - 类 中的方法org.apache.hadoop.fs.shell.find.FilterExpression
 
finish() - 类 中的方法org.apache.hadoop.io.compress.BlockCompressorStream
 
finish() - 类 中的方法org.apache.hadoop.io.compress.bzip2.Bzip2Compressor
 
finish() - 类 中的方法org.apache.hadoop.io.compress.bzip2.BZip2DummyCompressor
 
finish() - 类 中的方法org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
 
finish() - 类 中的方法org.apache.hadoop.io.compress.CompressionOutputStream
Finishes writing compressed data to the output stream without closing the underlying stream.
finish() - 接口 中的方法org.apache.hadoop.io.compress.Compressor
When called, indicates that compression should end with the current contents of the input buffer.
finish() - 类 中的方法org.apache.hadoop.io.compress.CompressorStream
 
finish() - 类 中的方法org.apache.hadoop.io.compress.GzipCodec.GzipOutputStream
 
finish() - 类 中的方法org.apache.hadoop.io.compress.lz4.Lz4Compressor
When called, indicates that compression should end with the current contents of the input buffer.
finish() - 类 中的方法org.apache.hadoop.io.compress.snappy.SnappyCompressor
When called, indicates that compression should end with the current contents of the input buffer.
finish() - 类 中的方法org.apache.hadoop.io.compress.zlib.ZlibCompressor
 
finish() - 类 中的方法org.apache.hadoop.io.compress.zstd.ZStandardCompressor
 
finished() - 类 中的方法org.apache.hadoop.io.compress.bzip2.Bzip2Compressor
 
finished() - 类 中的方法org.apache.hadoop.io.compress.bzip2.Bzip2Decompressor
 
finished() - 类 中的方法org.apache.hadoop.io.compress.bzip2.BZip2DummyCompressor
 
finished() - 类 中的方法org.apache.hadoop.io.compress.bzip2.BZip2DummyDecompressor
 
finished() - 接口 中的方法org.apache.hadoop.io.compress.Compressor
Returns true if the end of the compressed data output stream has been reached.
finished() - 接口 中的方法org.apache.hadoop.io.compress.Decompressor
Returns true if the end of the decompressed data output stream has been reached.
finished() - 类 中的方法org.apache.hadoop.io.compress.lz4.Lz4Compressor
Returns true if the end of the compressed data output stream has been reached.
finished() - 类 中的方法org.apache.hadoop.io.compress.lz4.Lz4Decompressor
Returns true if the end of the decompressed data output stream has been reached.
finished() - 类 中的方法org.apache.hadoop.io.compress.snappy.SnappyCompressor
Returns true if the end of the compressed data output stream has been reached.
finished() - 类 中的方法org.apache.hadoop.io.compress.snappy.SnappyDecompressor
Returns true if the end of the decompressed data output stream has been reached.
finished() - 类 中的方法org.apache.hadoop.io.compress.snappy.SnappyDecompressor.SnappyDirectDecompressor
 
finished() - 类 中的方法org.apache.hadoop.io.compress.zlib.BuiltInGzipDecompressor
Returns true if the end of the gzip substream (single "member") has been reached.
finished() - 类 中的方法org.apache.hadoop.io.compress.zlib.ZlibCompressor
 
finished() - 类 中的方法org.apache.hadoop.io.compress.zlib.ZlibDecompressor
 
finished() - 类 中的方法org.apache.hadoop.io.compress.zlib.ZlibDecompressor.ZlibDirectDecompressor
 
finished() - 类 中的方法org.apache.hadoop.io.compress.zstd.ZStandardCompressor
 
finished() - 类 中的方法org.apache.hadoop.io.compress.zstd.ZStandardDecompressor
 
finished() - 类 中的方法org.apache.hadoop.io.compress.zstd.ZStandardDecompressor.ZStandardDirectDecompressor
 
firstKey() - 类 中的方法org.apache.hadoop.io.SortedMapWritable
 
fix(FileSystem, Path, Class<? extends Writable>, Class<? extends Writable>, boolean, Configuration) - 类 中的静态方法org.apache.hadoop.io.MapFile
This method attempts to fix a corrupt MapFile by re-creating its index.
fixRelativePart(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
FLAGS_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.fs.FSProtos.FileStatusProto
 
FloatWritable - org.apache.hadoop.io中的类
A WritableComparable for floats.
FloatWritable() - 类 的构造器org.apache.hadoop.io.FloatWritable
 
FloatWritable(float) - 类 的构造器org.apache.hadoop.io.FloatWritable
 
FloatWritable.Comparator - org.apache.hadoop.io中的类
A Comparator optimized for FloatWritable.
flush() - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider
Ensures that any changes to the keys are written to persistent store.
flush() - 类 中的方法org.apache.hadoop.crypto.key.KeyProviderExtension
 
flush() - 类 中的方法org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
flush() - 类 中的方法org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
 
flush() - 类 中的方法org.apache.hadoop.io.compress.CompressionOutputStream
 
flush() - 类 中的方法org.apache.hadoop.io.compress.GzipCodec.GzipOutputStream
 
flush() - 类 中的方法org.apache.hadoop.io.file.tfile.SimpleBufferedOutputStream
 
flush() - 接口 中的方法org.apache.hadoop.metrics2.MetricsSink
Flush any buffered metrics
flush() - 类 中的方法org.apache.hadoop.metrics2.sink.FileSink
 
flush() - 类 中的方法org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
flush() - 类 中的方法org.apache.hadoop.metrics2.sink.GraphiteSink
 
flush() - 类 中的方法org.apache.hadoop.metrics2.sink.GraphiteSink.Graphite
 
flush() - 类 中的方法org.apache.hadoop.metrics2.sink.RollingFileSystemSink
 
flush() - 类 中的方法org.apache.hadoop.metrics2.sink.StatsDSink
 
flush() - 类 中的方法org.apache.hadoop.security.alias.CredentialProvider
Ensures that any changes to the credentials are written to persistent store.
forceDecay() - 类 中的方法org.apache.hadoop.ipc.DecayRpcScheduler
 
forceFlush - 类 中的静态变量org.apache.hadoop.metrics2.sink.RollingFileSystemSink
 
forceSecureOpenForRandomRead(File, String, String, String) - 类 中的静态方法org.apache.hadoop.io.SecureIOUtils
Same as openForRandomRead except that it will run even if security is off.
forceSecureOpenForRead(File, String, String) - 类 中的静态方法org.apache.hadoop.io.SecureIOUtils
Same as openForRead() except that it will run even if security is off.
forceSecureOpenFSDataInputStream(File, String, String) - 类 中的静态方法org.apache.hadoop.io.SecureIOUtils
Same as openFSDataInputStream except that it will run even if security is off.
format(LoggingEvent) - 类 中的方法org.apache.hadoop.log.Log4Json
 
format(String) - 类 中的方法org.apache.hadoop.security.alias.CredentialShell.PasswordReader
 
format(StringBuilder, long, int) - 类 中的静态方法org.apache.hadoop.util.FastNumberFormat
 
FORMAT_JAVA - 类 中的静态变量org.apache.hadoop.security.token.DtFileOperations
Use FORMAT_* as arguments to format parameters.
FORMAT_PB - 类 中的静态变量org.apache.hadoop.security.token.DtFileOperations
Use FORMAT_* as arguments to format parameters.
FREEBSD - 类 中的静态变量org.apache.hadoop.util.Shell
 
fromBytes(double) - 枚举 中的方法org.apache.hadoop.conf.StorageUnit
 
fromShort(short) - 类 中的方法org.apache.hadoop.fs.permission.FsPermission
 
fromString(String) - 枚举 中的静态方法org.apache.hadoop.http.HttpConfig.Policy
 
fromString(String) - 类 中的方法org.apache.hadoop.io.DefaultStringifier
 
fromString(String) - 接口 中的方法org.apache.hadoop.io.Stringifier
Restores the object from its string representation.
fs - 类 中的变量org.apache.hadoop.fs.FilterFileSystem
 
fs - 类 中的变量org.apache.hadoop.fs.TrashPolicy
 
FS_AUTOMATIC_CLOSE_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for FS_AUTOMATIC_CLOSE_KEY
FS_AUTOMATIC_CLOSE_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
FS_CLIENT_RESOLVE_REMOTE_SYMLINKS_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for FS_CLIENT_RESOLVE_REMOTE_SYMLINKS_KEY
FS_CLIENT_RESOLVE_REMOTE_SYMLINKS_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
FS_CLIENT_TOPOLOGY_RESOLUTION_ENABLED - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
FS_CLIENT_TOPOLOGY_RESOLUTION_ENABLED_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for FS_CLIENT_TOPOLOGY_RESOLUTION_ENABLED.
FS_DEFAULT_NAME_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for FS_DEFAULT_NAME_KEY
FS_DEFAULT_NAME_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
FS_DEFAULT_NAME_KEY - 类 中的静态变量org.apache.hadoop.fs.FileSystem
 
FS_DF_INTERVAL_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for FS_DF_INTERVAL_KEY
FS_DF_INTERVAL_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
FS_DU_INTERVAL_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for FS_DU_INTERVAL_KEY
FS_DU_INTERVAL_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
FS_FILE_IMPL_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
FS_FTP_DATA_CONNECTION_MODE - 类 中的静态变量org.apache.hadoop.fs.ftp.FTPFileSystem
 
FS_FTP_HOST - 类 中的静态变量org.apache.hadoop.fs.ftp.FTPFileSystem
 
FS_FTP_HOST_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
FS_FTP_HOST_PORT - 类 中的静态变量org.apache.hadoop.fs.ftp.FTPFileSystem
 
FS_FTP_HOST_PORT_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
FS_FTP_PASSWORD_PREFIX - 类 中的静态变量org.apache.hadoop.fs.ftp.FTPFileSystem
 
FS_FTP_TRANSFER_MODE - 类 中的静态变量org.apache.hadoop.fs.ftp.FTPFileSystem
 
FS_FTP_USER_PREFIX - 类 中的静态变量org.apache.hadoop.fs.ftp.FTPFileSystem
 
FS_LOCAL_BLOCK_SIZE_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Not used anywhere, looks like default value for FS_LOCAL_BLOCK_SIZE
FS_PROTECTED_DIRECTORIES - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Directories that cannot be removed unless empty, even by an administrator.
FS_SFTP_CONNECTION_MAX - 类 中的静态变量org.apache.hadoop.fs.sftp.SFTPFileSystem
 
FS_SFTP_HOST - 类 中的静态变量org.apache.hadoop.fs.sftp.SFTPFileSystem
 
FS_SFTP_HOST_PORT - 类 中的静态变量org.apache.hadoop.fs.sftp.SFTPFileSystem
 
FS_SFTP_KEYFILE - 类 中的静态变量org.apache.hadoop.fs.sftp.SFTPFileSystem
 
FS_SFTP_PASSWORD_PREFIX - 类 中的静态变量org.apache.hadoop.fs.sftp.SFTPFileSystem
 
FS_SFTP_USER_PREFIX - 类 中的静态变量org.apache.hadoop.fs.sftp.SFTPFileSystem
 
FS_TRASH_CHECKPOINT_INTERVAL_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for FS_TRASH_CHECKPOINT_INTERVAL_KEY
FS_TRASH_CHECKPOINT_INTERVAL_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
FS_TRASH_INTERVAL_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for FS_TRASH_INTERVAL_KEY
FS_TRASH_INTERVAL_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
FsAction - org.apache.hadoop.fs.permission中的枚举
File system actions, e.g. read, write, etc.
FsConstants - org.apache.hadoop.fs中的接口
FileSystem related constants.
FsCreateModes - org.apache.hadoop.fs.permission中的类
A class that stores both masked and unmasked create modes and is a drop-in replacement for masked permission.
FSDataInputStream - org.apache.hadoop.fs中的类
Utility that wraps a FSInputStream in a DataInputStream and buffers input through a BufferedInputStream.
FSDataInputStream(InputStream) - 类 的构造器org.apache.hadoop.fs.FSDataInputStream
 
FSDataInputStreamOption(FSDataInputStream) - 类 的构造器org.apache.hadoop.util.Options.FSDataInputStreamOption
 
FSDataOutputStream - org.apache.hadoop.fs中的类
Utility that wraps a OutputStream in a DataOutputStream.
FSDataOutputStream(OutputStream, FileSystem.Statistics) - 类 的构造器org.apache.hadoop.fs.FSDataOutputStream
 
FSDataOutputStream(OutputStream, FileSystem.Statistics, long) - 类 的构造器org.apache.hadoop.fs.FSDataOutputStream
 
FSDataOutputStreamBuilder<S extends FSDataOutputStream,B extends FSDataOutputStreamBuilder<S,B>> - org.apache.hadoop.fs中的类
Builder for FSDataOutputStream and its subclasses.
FSDataOutputStreamBuilder(FileSystem, Path) - 类 的构造器org.apache.hadoop.fs.FSDataOutputStreamBuilder
Constructor.
FSDataOutputStreamOption(FSDataOutputStream) - 类 的构造器org.apache.hadoop.util.Options.FSDataOutputStreamOption
 
FSError - org.apache.hadoop.fs中的错误
Thrown for unexpected filesystem errors, presumed to reflect disk errors in the native filesystem.
FSExceptionMessages - org.apache.hadoop.fs中的类
Standard strings to use in exception messages in filesystems HDFS is used as the reference source of the strings
FSExceptionMessages() - 类 的构造器org.apache.hadoop.fs.FSExceptionMessages
 
FSInputStream - org.apache.hadoop.fs中的类
FSInputStream is a generic old InputStream with a little bit of RAF-style seek ability.
FSInputStream() - 类 的构造器org.apache.hadoop.fs.FSInputStream
 
FsPermission - org.apache.hadoop.fs.permission中的类
A class for file/directory permissions.
FsPermission(FsAction, FsAction, FsAction) - 类 的构造器org.apache.hadoop.fs.permission.FsPermission
Construct by the given FsAction.
FsPermission(FsAction, FsAction, FsAction, boolean) - 类 的构造器org.apache.hadoop.fs.permission.FsPermission
 
FsPermission(short) - 类 的构造器org.apache.hadoop.fs.permission.FsPermission
Construct by the given mode.
FsPermission(int) - 类 的构造器org.apache.hadoop.fs.permission.FsPermission
Construct by the given mode.
FsPermission(FsPermission) - 类 的构造器org.apache.hadoop.fs.permission.FsPermission
Copy constructor
FsPermission(String) - 类 的构造器org.apache.hadoop.fs.permission.FsPermission
Construct by given mode, either in octal or symbolic format.
FSProtos - org.apache.hadoop.fs中的类
 
FSProtos.FileStatusProto - org.apache.hadoop.fs中的类
Protobuf type hadoop.fs.FileStatusProto FileStatus encoding.
FSProtos.FileStatusProto.Builder - org.apache.hadoop.fs中的类
Protobuf type hadoop.fs.FileStatusProto FileStatus encoding.
FSProtos.FileStatusProto.FileType - org.apache.hadoop.fs中的枚举
Protobuf enum hadoop.fs.FileStatusProto.FileType
FSProtos.FileStatusProto.Flags - org.apache.hadoop.fs中的枚举
Protobuf enum hadoop.fs.FileStatusProto.Flags
FSProtos.FileStatusProtoOrBuilder - org.apache.hadoop.fs中的接口
 
FSProtos.FsPermissionProto - org.apache.hadoop.fs中的类
Protobuf type hadoop.fs.FsPermissionProto
FSProtos.FsPermissionProto.Builder - org.apache.hadoop.fs中的类
Protobuf type hadoop.fs.FsPermissionProto
FSProtos.FsPermissionProtoOrBuilder - org.apache.hadoop.fs中的接口
 
FsServerDefaults - org.apache.hadoop.fs中的类
Provides server default configuration values to clients.
FsServerDefaults() - 类 的构造器org.apache.hadoop.fs.FsServerDefaults
 
FsServerDefaults(long, int, int, short, int, boolean, long, DataChecksum.Type) - 类 的构造器org.apache.hadoop.fs.FsServerDefaults
 
FsServerDefaults(long, int, int, short, int, boolean, long, DataChecksum.Type, String) - 类 的构造器org.apache.hadoop.fs.FsServerDefaults
 
FsServerDefaults(long, int, int, short, int, boolean, long, DataChecksum.Type, String, byte) - 类 的构造器org.apache.hadoop.fs.FsServerDefaults
 
FsShell.Help - org.apache.hadoop.fs中的类
Displays short usage of commands sans the long description
FsShell.Usage - org.apache.hadoop.fs中的类
Display help for commands with their short usage and long description.
FsShellPermissions.Chgrp - org.apache.hadoop.fs中的类
Used to change group of files
FsShellPermissions.Chmod - org.apache.hadoop.fs中的类
The pattern is almost as flexible as mode allowed by chmod shell command.
FsShellPermissions.Chown - org.apache.hadoop.fs中的类
Used to change owner and/or group of files
FsStatus - org.apache.hadoop.fs中的类
This class is used to represent the capacity, free and used space on a FileSystem.
FsStatus(long, long, long) - 类 的构造器org.apache.hadoop.fs.FsStatus
Construct a FsStatus object, using the specified statistics
fsync(File) - 类 中的静态方法org.apache.hadoop.io.IOUtils
Ensure that any writes to the given file is written to the storage device that contains it.
fsync(FileChannel, boolean) - 类 中的静态方法org.apache.hadoop.io.IOUtils
Ensure that any writes to the given file is written to the storage device that contains it.
FT_DIR_VALUE - 枚举 中的静态变量org.apache.hadoop.fs.FSProtos.FileStatusProto.FileType
FT_DIR = 1;
FT_FILE_VALUE - 枚举 中的静态变量org.apache.hadoop.fs.FSProtos.FileStatusProto.FileType
FT_FILE = 2;
FT_SYMLINK_VALUE - 枚举 中的静态变量org.apache.hadoop.fs.FSProtos.FileStatusProto.FileType
FT_SYMLINK = 3;
FTP_SCHEME - 接口 中的静态变量org.apache.hadoop.fs.FsConstants
 
FTPException - org.apache.hadoop.fs.ftp中的异常错误
A class to wrap a Throwable into a Runtime Exception.
FTPException(String) - 异常错误 的构造器org.apache.hadoop.fs.ftp.FTPException
 
FTPException(Throwable) - 异常错误 的构造器org.apache.hadoop.fs.ftp.FTPException
 
FTPException(String, Throwable) - 异常错误 的构造器org.apache.hadoop.fs.ftp.FTPException
 
FTPFileSystem - org.apache.hadoop.fs.ftp中的类
A FileSystem backed by an FTP client provided by Apache Commons Net.
FTPFileSystem() - 类 的构造器org.apache.hadoop.fs.ftp.FTPFileSystem
 
fullyDelete(File) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
Delete a directory and all its contents.
fullyDelete(File, boolean) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
Delete a directory and all its contents.
fullyDelete(FileSystem, Path) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
fullyDeleteContents(File) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
Delete the contents of a directory, not the directory itself.
fullyDeleteContents(File, boolean) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
Delete the contents of a directory, not the directory itself.
fullyDeleteOnExit(File) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
Register all files recursively to be deleted on exit.

G

G_SIZE - 接口 中的静态变量org.apache.hadoop.io.compress.bzip2.BZip2Constants
 
gangliaMetricVisitor - 类 中的变量org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
Used for visiting Metrics
GangliaSink30 - org.apache.hadoop.metrics2.sink.ganglia中的类
This code supports Ganglia 3.0
GangliaSink30() - 类 的构造器org.apache.hadoop.metrics2.sink.ganglia.GangliaSink30
 
GangliaSink31 - org.apache.hadoop.metrics2.sink.ganglia中的类
This code supports Ganglia 3.1
GangliaSink31() - 类 的构造器org.apache.hadoop.metrics2.sink.ganglia.GangliaSink31
 
gauge(MetricsInfo, int) - 接口 中的方法org.apache.hadoop.metrics2.MetricsVisitor
Callback for integer value gauges
gauge(MetricsInfo, long) - 接口 中的方法org.apache.hadoop.metrics2.MetricsVisitor
Callback for long value gauges
gauge(MetricsInfo, float) - 接口 中的方法org.apache.hadoop.metrics2.MetricsVisitor
Callback for float value gauges
gauge(MetricsInfo, double) - 接口 中的方法org.apache.hadoop.metrics2.MetricsVisitor
Callback for double value gauges
GcData() - 类 的构造器org.apache.hadoop.util.GcTimeMonitor.GcData
 
GcTimeMonitor - org.apache.hadoop.util中的类
This class monitors the percentage of time the JVM is paused in GC within the specified observation window, say 1 minute.
GcTimeMonitor(long, long, int, GcTimeMonitor.GcTimeAlertHandler) - 类 的构造器org.apache.hadoop.util.GcTimeMonitor
Create an instance of GCTimeMonitor.
GcTimeMonitor.GcData - org.apache.hadoop.util中的类
Encapsulates data about GC pauses measured at the specific timestamp.
GcTimeMonitor.GcTimeAlertHandler - org.apache.hadoop.util中的接口
The user can provide an instance of a class implementing this interface when initializing a GcTimeMonitor to receive alerts when GC time percentage exceeds the specified threshold.
generateEncryptedKey(String) - 接口 中的方法org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.CryptoExtension
Generates a key material and encrypts it using the given key name.
generateEncryptedKey(String) - 类 中的方法org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
generateKey(int, String) - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider
Generates a key material.
generateSecret() - 类 中的方法org.apache.hadoop.security.token.SecretManager
Generate a new random secret key.
GENERIC_READ - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.Windows
 
GENERIC_WRITE - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.Windows
 
GenericRefreshProtocolClientSideTranslatorPB - org.apache.hadoop.ipc.protocolPB中的类
 
GenericRefreshProtocolClientSideTranslatorPB(GenericRefreshProtocolPB) - 类 的构造器org.apache.hadoop.ipc.protocolPB.GenericRefreshProtocolClientSideTranslatorPB
 
GenericRefreshProtocolProtos - org.apache.hadoop.ipc.proto中的类
 
GenericRefreshProtocolProtos.GenericRefreshProtocolService - org.apache.hadoop.ipc.proto中的类
Protobuf service hadoop.common.GenericRefreshProtocolService Protocol which is used to refresh a user-specified feature.
GenericRefreshProtocolProtos.GenericRefreshProtocolService.BlockingInterface - org.apache.hadoop.ipc.proto中的接口
 
GenericRefreshProtocolProtos.GenericRefreshProtocolService.Interface - org.apache.hadoop.ipc.proto中的接口
 
GenericRefreshProtocolProtos.GenericRefreshProtocolService.Stub - org.apache.hadoop.ipc.proto中的类
 
GenericRefreshProtocolProtos.GenericRefreshRequestProto - org.apache.hadoop.ipc.proto中的类
Protobuf type hadoop.common.GenericRefreshRequestProto Refresh request.
GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder - org.apache.hadoop.ipc.proto中的类
Protobuf type hadoop.common.GenericRefreshRequestProto Refresh request.
GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder - org.apache.hadoop.ipc.proto中的接口
 
GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto - org.apache.hadoop.ipc.proto中的类
Protobuf type hadoop.common.GenericRefreshResponseCollectionProto Collection of responses from zero or more handlers.
GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder - org.apache.hadoop.ipc.proto中的类
Protobuf type hadoop.common.GenericRefreshResponseCollectionProto Collection of responses from zero or more handlers.
GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder - org.apache.hadoop.ipc.proto中的接口
 
GenericRefreshProtocolProtos.GenericRefreshResponseProto - org.apache.hadoop.ipc.proto中的类
Protobuf type hadoop.common.GenericRefreshResponseProto A single response from a refresh handler.
GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder - org.apache.hadoop.ipc.proto中的类
Protobuf type hadoop.common.GenericRefreshResponseProto A single response from a refresh handler.
GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder - org.apache.hadoop.ipc.proto中的接口
 
GenericRefreshProtocolServerSideTranslatorPB - org.apache.hadoop.ipc.protocolPB中的类
 
GenericRefreshProtocolServerSideTranslatorPB(GenericRefreshProtocol) - 类 的构造器org.apache.hadoop.ipc.protocolPB.GenericRefreshProtocolServerSideTranslatorPB
 
GenericRefreshProtocolService() - 类 的构造器org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService
 
GenericWritable - org.apache.hadoop.io中的类
A wrapper for Writable instances.
GenericWritable() - 类 的构造器org.apache.hadoop.io.GenericWritable
 
get(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name property, null if no such property exists.
get(String, String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name.
get(URI, Configuration) - 类 中的静态方法org.apache.hadoop.crypto.key.KeyProviderFactory
Create a KeyProvider based on a provided URI.
get(URI, Configuration) - 类 中的静态方法org.apache.hadoop.fs.AbstractFileSystem
The main factory method for creating a file system.
get(int) - 接口 中的方法org.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries
 
get(int) - 类 中的方法org.apache.hadoop.fs.BatchedRemoteIterator.BatchedListEntries
 
get(URI, Configuration, String) - 类 中的静态方法org.apache.hadoop.fs.FileSystem
Get a FileSystem instance based on the uri, the passed in configuration and the user.
get(Configuration) - 类 中的静态方法org.apache.hadoop.fs.FileSystem
Returns the configured FileSystem implementation.
get(URI, Configuration) - 类 中的静态方法org.apache.hadoop.fs.FileSystem
Get a FileSystem for this URI's scheme and authority.
get(String) - 枚举 中的方法org.apache.hadoop.fs.GlobalStorageStatistics
Get the StorageStatistics object with the given name.
get(long, Writable) - 类 中的方法org.apache.hadoop.io.ArrayFile.Reader
Return the nth value in the file.
get() - 类 中的方法org.apache.hadoop.io.ArrayPrimitiveWritable
Get the original array.
get() - 类 中的方法org.apache.hadoop.io.ArrayWritable
 
get(WritableComparable, Writable) - 类 中的方法org.apache.hadoop.io.BloomMapFile.Reader
get() - 类 中的方法org.apache.hadoop.io.BooleanWritable
Returns the value of the BooleanWritable
get() - 类 中的方法org.apache.hadoop.io.BytesWritable
已过时。
get() - 类 中的方法org.apache.hadoop.io.ByteWritable
Return the value of this ByteWritable.
get() - 类 中的方法org.apache.hadoop.io.DoubleWritable
 
get() - 类 中的方法org.apache.hadoop.io.EnumSetWritable
Return the value of this EnumSetWritable.
get(BytesWritable, BytesWritable) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
Copy the key and value in one shot into BytesWritables.
get() - 类 中的方法org.apache.hadoop.io.FloatWritable
Return the value of this FloatWritable.
get() - 类 中的方法org.apache.hadoop.io.GenericWritable
Return the wrapped instance.
get() - 类 中的方法org.apache.hadoop.io.IntWritable
Return the value of this IntWritable.
get() - 类 中的方法org.apache.hadoop.io.LongWritable
Return the value of this LongWritable.
get(WritableComparable, Writable) - 类 中的方法org.apache.hadoop.io.MapFile.Reader
Return the value for the named key, or null if none exists.
get(Object) - 类 中的方法org.apache.hadoop.io.MapWritable
 
get() - 类 中的静态方法org.apache.hadoop.io.NullWritable
Returns the single instance of this class.
get() - 类 中的方法org.apache.hadoop.io.ObjectWritable
Return the instance, or null if none.
get(Text) - 类 中的方法org.apache.hadoop.io.SequenceFile.Metadata
 
get(WritableComparable) - 类 中的方法org.apache.hadoop.io.SetFile.Reader
Read the matching key from a set into key.
get() - 类 中的方法org.apache.hadoop.io.ShortWritable
Return the value of this ShortWritable.
get(Object) - 类 中的方法org.apache.hadoop.io.SortedMapWritable
 
get() - 类 中的方法org.apache.hadoop.io.TwoDArrayWritable
 
get() - 类 中的方法org.apache.hadoop.io.VIntWritable
Return the value of this VIntWritable.
get() - 类 中的方法org.apache.hadoop.io.VLongWritable
Return the value of this LongWritable.
get(Class<? extends WritableComparable>) - 类 中的静态方法org.apache.hadoop.io.WritableComparator
For backwards compatibility.
get(Class<? extends WritableComparable>, Configuration) - 类 中的静态方法org.apache.hadoop.io.WritableComparator
Get a comparator for a WritableComparable implementation.
get() - 类 中的方法org.apache.hadoop.ipc.ExternalCall
 
get() - 类 中的静态方法org.apache.hadoop.ipc.Server
Returns the server instance called under or null.
get(String) - 类 中的方法org.apache.hadoop.metrics2.lib.MetricsRegistry
Get a metric by name
get(String, Collection<MetricsTag>) - 类 中的方法org.apache.hadoop.metrics2.util.MetricsCache
Get the cached record
get(long, TimeUnit) - 接口 中的方法org.apache.hadoop.util.concurrent.AsyncGet
Get the result.
get() - 类 中的方法org.apache.hadoop.util.concurrent.AsyncGetFuture
 
get(long, TimeUnit) - 类 中的方法org.apache.hadoop.util.concurrent.AsyncGetFuture
 
get() - 类 中的静态方法org.apache.hadoop.util.ShutdownHookManager
Return ShutdownHookManager singleton.
getAccessTime() - 类 中的方法org.apache.hadoop.fs.FileStatus
Get the access time of the file.
getAccessTime() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint64 access_time = 8;
getAccessTime() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
optional uint64 access_time = 8;
getAccessTime() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional uint64 access_time = 8;
getAccumulatedGcCount() - 类 中的方法org.apache.hadoop.util.GcTimeMonitor.GcData
Returns the accumulated number of GC pauses since this JVM started.
getAccumulatedGcTime() - 类 中的方法org.apache.hadoop.util.GcTimeMonitor.GcData
Returns accumulated GC time since this JVM started.
getAclBit() - 类 中的方法org.apache.hadoop.fs.permission.FsPermission
已过时。
Get acl bit from the FileStatus object.
getAclStatus(Path) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
Gets the ACLs of files and directories.
getAclStatus(Path) - 类 中的方法org.apache.hadoop.fs.FileContext
Gets the ACLs of files and directories.
getAclStatus(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Gets the ACL of a file or directory.
getAclStatus(Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
getAclStatus(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getAclStatus(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
getAclString() - 类 中的方法org.apache.hadoop.security.authorize.AccessControlList
Returns the access control list as a String that can be used for building a new instance by sending it to the constructor of AccessControlList.
getAddress() - 类 中的方法org.apache.hadoop.ha.HAServiceTarget
 
getAdjustedEnd() - 类 中的方法org.apache.hadoop.io.compress.SplitCompressionInputStream
After calling createInputStream, the values of start or end might change.
getAdjustedStart() - 类 中的方法org.apache.hadoop.io.compress.SplitCompressionInputStream
After calling createInputStream, the values of start or end might change.
getAlgorithm() - 类 中的方法org.apache.hadoop.crypto.key.JavaKeyStoreProvider.KeyMetadata
 
getAlgorithm() - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider.Metadata
Get the algorithm from the cipher.
getAlgorithmName() - 类 中的方法org.apache.hadoop.fs.FileChecksum
The checksum algorithm name
getAlgorithmName() - 类 中的方法org.apache.hadoop.fs.store.EtagChecksum
 
getAlias() - 类 中的方法org.apache.hadoop.security.alias.CredentialProvider.CredentialEntry
 
getAlias() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
required string alias = 1;
getAlias() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
required string alias = 1;
getAlias() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProtoOrBuilder
required string alias = 1;
getAliasBytes() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
required string alias = 1;
getAliasBytes() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
required string alias = 1;
getAliasBytes() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProtoOrBuilder
required string alias = 1;
getAliases() - 类 中的方法org.apache.hadoop.security.alias.CredentialProvider
Get the aliases for all credentials.
getAllKeys() - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
 
getAllPropertiesByTag(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get all properties belonging to tag.
getAllPropertiesByTags(List<String>) - 类 中的方法org.apache.hadoop.conf.Configuration
Get all properties belonging to list of input tags.
getAllSecretKeys() - 类 中的方法org.apache.hadoop.security.Credentials
Return all the secret key entries in the in-memory map.
getAllShells() - 类 中的静态方法org.apache.hadoop.util.Shell
Static method to return a Set of all Shell objects.
getAllStatistics() - 类 中的静态方法org.apache.hadoop.fs.AbstractFileSystem
 
getAllStatistics() - 类 中的静态方法org.apache.hadoop.fs.FileContext
 
getAllStatistics() - 类 中的静态方法org.apache.hadoop.fs.FileSystem
getAllStoragePolicies() - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
Retrieve all the storage policies supported by this file system.
getAllStoragePolicies() - 类 中的方法org.apache.hadoop.fs.FileContext
Retrieve all the storage policies supported by this file system.
getAllStoragePolicies() - 类 中的方法org.apache.hadoop.fs.FileSystem
Retrieve all the storage policies supported by this file system.
getAllStoragePolicies() - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
getAllStoragePolicies() - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getAllTokens() - 类 中的方法org.apache.hadoop.security.Credentials
Return all the tokens in the in-memory map.
getAndAdvanceCurrentIndex() - 接口 中的方法org.apache.hadoop.ipc.RpcMultiplexer
Should get current index and optionally perform whatever is needed to prepare the next index.
getAndAdvanceCurrentIndex() - 类 中的方法org.apache.hadoop.ipc.WeightedRoundRobinMultiplexer
Use the mux by getting and advancing index.
getApproxChkSumLength(long) - 类 中的静态方法org.apache.hadoop.fs.ChecksumFileSystem
 
getArgs(int) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
repeated string args = 2;
getArgs(int) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
repeated string args = 2;
getArgs(int) - 接口 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder
repeated string args = 2;
getArgsBytes(int) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
repeated string args = 2;
getArgsBytes(int) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
repeated string args = 2;
getArgsBytes(int) - 接口 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder
repeated string args = 2;
getArgsCount() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
repeated string args = 2;
getArgsCount() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
repeated string args = 2;
getArgsCount() - 接口 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder
repeated string args = 2;
getArgsList() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
repeated string args = 2;
getArgsList() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
repeated string args = 2;
getArgsList() - 接口 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder
repeated string args = 2;
getArgument(int) - 类 中的方法org.apache.hadoop.fs.shell.find.BaseExpression
Returns the argument at the given position (starting from 1).
getArguments() - 类 中的方法org.apache.hadoop.fs.shell.find.BaseExpression
Returns the arguments of this expression
getAsyncReturnMessage() - 类 中的静态方法org.apache.hadoop.ipc.ProtobufRpcEngine
 
getAsyncRpcResponse() - 类 中的静态方法org.apache.hadoop.ipc.Client
 
getAttributes() - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider.Metadata
 
getAttributes() - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider.Options
 
getAuthenticationMethod(Configuration) - 类 中的静态方法org.apache.hadoop.security.SecurityUtil
 
getAuthenticationMethod() - 类 中的方法org.apache.hadoop.security.UserGroupInformation
Get the authentication method from the subject
getAuthMethod() - 枚举 中的方法org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod
 
getAuths(int) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAuths(int) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAuths(int) - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProtoOrBuilder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAuthsBuilder(int) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAuthsBuilderList() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAuthsCount() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAuthsCount() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAuthsCount() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProtoOrBuilder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAuthsList() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAuthsList() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAuthsList() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProtoOrBuilder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAuthsOrBuilder(int) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAuthsOrBuilder(int) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAuthsOrBuilder(int) - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProtoOrBuilder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAuthsOrBuilderList() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAuthsOrBuilderList() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAuthsOrBuilderList() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProtoOrBuilder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
getAvailablePhysicalMemorySize() - 类 中的方法org.apache.hadoop.util.SysInfo
Obtain the total size of the available physical memory present in the system.
getAvailableVirtualMemorySize() - 类 中的方法org.apache.hadoop.util.SysInfo
Obtain the total size of the available virtual memory present in the system.
getAverageResponseTime() - 类 中的方法org.apache.hadoop.ipc.DecayRpcScheduler
 
getAverageResponseTime() - 类 中的方法org.apache.hadoop.ipc.DecayRpcScheduler.MetricsProxy
 
getAverageResponseTime() - 接口 中的方法org.apache.hadoop.ipc.DecayRpcSchedulerMXBean
 
getBaseName(String) - 类 中的静态方法org.apache.hadoop.crypto.key.KeyProvider
Split the versionName in to a base name.
getBestUGI(String, String) - 类 中的静态方法org.apache.hadoop.security.UserGroupInformation
Find the most appropriate UserGroupInformation to use
getBitLength() - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider.Metadata
 
getBitLength() - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider.Options
 
getBlockers() - 类 中的方法org.apache.hadoop.service.AbstractService
 
getBlockers() - 接口 中的方法org.apache.hadoop.service.Service
Get the blockers on a service -remote dependencies that are stopping the service from being live.
getBlockLocations() - 类 中的方法org.apache.hadoop.fs.LocatedFileStatus
Get the file's block locations In HDFS, the returned BlockLocation will have different formats for replicated and erasure coded file.
getBlockReplication() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint32 block_replication = 10;
getBlockReplication() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
optional uint32 block_replication = 10;
getBlockReplication() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional uint32 block_replication = 10;
getBlockSize() - 类 中的方法org.apache.hadoop.fs.FileStatus
Get the block size of the file.
getBlockSize(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
已过时。
getBlockSize() - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
 
getBlockSize() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint64 block_size = 11;
getBlockSize() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
optional uint64 block_size = 11;
getBlockSize() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional uint64 block_size = 11;
getBlockSize() - 类 中的方法org.apache.hadoop.fs.FsServerDefaults
 
getBlockSize(Configuration) - 类 中的静态方法org.apache.hadoop.io.compress.bzip2.Bzip2Factory
 
getBlockSize() - 类 中的方法org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
Returns the blocksize parameter specified at construction time.
getBloomFilter() - 类 中的方法org.apache.hadoop.io.BloomMapFile.Reader
Retrieve the Bloom filter used by this instance of the Reader.
getBoolean(String, boolean) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name property as a boolean.
getBranch() - 类 中的静态方法org.apache.hadoop.util.VersionInfo
Get the branch on which this originated.
getBuffer(boolean, int) - 接口 中的方法org.apache.hadoop.io.ByteBufferPool
Get a new direct ByteBuffer.
getBuffer(boolean, int) - 类 中的方法org.apache.hadoop.io.ElasticByteBufferPool
 
getBufferSize() - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
 
getBuildVersion() - 类 中的静态方法org.apache.hadoop.util.VersionInfo
Returns the buildVersion which includes version, revision, user and date.
getByName(String) - 类 中的方法org.apache.hadoop.security.SecurityUtil.QualifiedHostResolver
Create an InetAddress with a fully qualified hostname of the given hostname.
getByName(String) - 类 中的方法org.apache.hadoop.util.MachineList.InetAddressFactory
 
getBytes() - 类 中的方法org.apache.hadoop.fs.FileChecksum
The value of the checksum in bytes
getBytes() - 类 中的方法org.apache.hadoop.fs.store.EtagChecksum
 
getBytes() - 类 中的方法org.apache.hadoop.io.BinaryComparable
Return representative byte array for this instance.
getBytes() - 类 中的方法org.apache.hadoop.io.BytesWritable
Get the data backing the BytesWritable.
getBytes() - 类 中的方法org.apache.hadoop.io.Text
Returns the raw bytes; however, only data up to Text.getLength() is valid.
getBytes() - 类 中的方法org.apache.hadoop.security.token.TokenIdentifier
Get the bytes for the token identifier
getBytesPerChecksum() - 类 中的方法org.apache.hadoop.fs.FsServerDefaults
 
getBytesPerChecksum() - 类 中的方法org.apache.hadoop.fs.Options.ChecksumOpt
 
getBytesPerSum() - 类 中的方法org.apache.hadoop.fs.ChecksumFileSystem
Return the bytes Per Checksum
getBytesRead() - 类 中的方法org.apache.hadoop.fs.FileSystem.Statistics
Get the total number of bytes read.
getBytesRead() - 类 中的方法org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
 
getBytesRead() - 类 中的方法org.apache.hadoop.io.compress.bzip2.Bzip2Compressor
Returns the total number of uncompressed bytes input so far.
getBytesRead() - 类 中的方法org.apache.hadoop.io.compress.bzip2.Bzip2Decompressor
Returns the total number of compressed bytes input so far.
getBytesRead() - 类 中的方法org.apache.hadoop.io.compress.bzip2.BZip2DummyCompressor
 
getBytesRead() - 接口 中的方法org.apache.hadoop.io.compress.Compressor
Return number of uncompressed bytes input so far.
getBytesRead() - 类 中的方法org.apache.hadoop.io.compress.lz4.Lz4Compressor
Return number of bytes given to this compressor since last reset.
getBytesRead() - 类 中的方法org.apache.hadoop.io.compress.snappy.SnappyCompressor
Return number of bytes given to this compressor since last reset.
getBytesRead() - 类 中的方法org.apache.hadoop.io.compress.zlib.BuiltInGzipDecompressor
Returns the total number of compressed bytes input so far, including gzip header/trailer bytes.
getBytesRead() - 类 中的方法org.apache.hadoop.io.compress.zlib.ZlibCompressor
Returns the total number of uncompressed bytes input so far.
getBytesRead() - 类 中的方法org.apache.hadoop.io.compress.zlib.ZlibDecompressor
Returns the total number of compressed bytes input so far.
getBytesRead() - 类 中的方法org.apache.hadoop.io.compress.zstd.ZStandardCompressor
Returns the total number of uncompressed bytes input so far.
getBytesReadByDistance(int) - 类 中的方法org.apache.hadoop.fs.FileSystem.Statistics
In the common network topology setup, distance value should be an even number such as 0, 2, 4, 6.
getBytesReadDistanceOfFiveOrLarger() - 类 中的方法org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
 
getBytesReadDistanceOfOneOrTwo() - 类 中的方法org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
 
getBytesReadDistanceOfThreeOrFour() - 类 中的方法org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
 
getBytesReadLocalHost() - 类 中的方法org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
 
getBytesWritten() - 类 中的方法org.apache.hadoop.fs.FileSystem.Statistics
Get the total number of bytes written.
getBytesWritten() - 类 中的方法org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
 
getBytesWritten() - 类 中的方法org.apache.hadoop.io.compress.bzip2.Bzip2Compressor
Returns the total number of compressed bytes output so far.
getBytesWritten() - 类 中的方法org.apache.hadoop.io.compress.bzip2.Bzip2Decompressor
Returns the total number of uncompressed bytes output so far.
getBytesWritten() - 类 中的方法org.apache.hadoop.io.compress.bzip2.BZip2DummyCompressor
 
getBytesWritten() - 接口 中的方法org.apache.hadoop.io.compress.Compressor
Return number of compressed bytes output so far.
getBytesWritten() - 类 中的方法org.apache.hadoop.io.compress.lz4.Lz4Compressor
Return number of bytes consumed by callers of compress since last reset.
getBytesWritten() - 类 中的方法org.apache.hadoop.io.compress.snappy.SnappyCompressor
Return number of bytes consumed by callers of compress since last reset.
getBytesWritten() - 类 中的方法org.apache.hadoop.io.compress.zlib.ZlibCompressor
Returns the total number of compressed bytes output so far.
getBytesWritten() - 类 中的方法org.apache.hadoop.io.compress.zlib.ZlibDecompressor
Returns the total number of uncompressed bytes output so far.
getBytesWritten() - 类 中的方法org.apache.hadoop.io.compress.zstd.ZStandardCompressor
Returns the total number of compressed bytes output so far.
getBzip2Compressor(Configuration) - 类 中的静态方法org.apache.hadoop.io.compress.bzip2.Bzip2Factory
Return the appropriate implementation of the bzip2 compressor.
getBzip2CompressorType(Configuration) - 类 中的静态方法org.apache.hadoop.io.compress.bzip2.Bzip2Factory
Return the appropriate type of the bzip2 compressor.
getBzip2Decompressor(Configuration) - 类 中的静态方法org.apache.hadoop.io.compress.bzip2.Bzip2Factory
Return the appropriate implementation of the bzip2 decompressor.
getBzip2DecompressorType(Configuration) - 类 中的静态方法org.apache.hadoop.io.compress.bzip2.Bzip2Factory
Return the appropriate type of the bzip2 decompressor.
getCachedHosts() - 类 中的方法org.apache.hadoop.fs.BlockLocation
Get the list of hosts (hostname) hosting a cached replica of the block
getCacheManipulator() - 类 中的静态方法org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
getCachePoolDefault() - 类 中的静态方法org.apache.hadoop.fs.permission.FsPermission
Get the default permission for cache pools.
getCallCountSnapshot() - 类 中的方法org.apache.hadoop.ipc.DecayRpcScheduler
 
getCallerContext() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RPCCallerContextProto callerContext = 7; call context
getCallerContext() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
optional .hadoop.common.RPCCallerContextProto callerContext = 7; call context
getCallerContext() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
optional .hadoop.common.RPCCallerContextProto callerContext = 7; call context
getCallerContextBuilder() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RPCCallerContextProto callerContext = 7; call context
getCallerContextOrBuilder() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RPCCallerContextProto callerContext = 7; call context
getCallerContextOrBuilder() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
optional .hadoop.common.RPCCallerContextProto callerContext = 7; call context
getCallerContextOrBuilder() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
optional .hadoop.common.RPCCallerContextProto callerContext = 7; call context
getCallId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
required sint32 callId = 3; a sequence number that is sent back in response
getCallId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
required sint32 callId = 3; a sequence number that is sent back in response
getCallId() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
required sint32 callId = 3; a sequence number that is sent back in response
getCallId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
required uint32 callId = 1; callId used in Request
getCallId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
required uint32 callId = 1; callId used in Request
getCallId() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
required uint32 callId = 1; callId used in Request
getCallId() - 类 中的静态方法org.apache.hadoop.ipc.Server
Returns the currently active RPC call's sequential ID number.
getCallQueueLen() - 类 中的方法org.apache.hadoop.ipc.Server
The number of rpc calls in the queue.
getCallRetryCount() - 类 中的静态方法org.apache.hadoop.ipc.Server
 
getCallVolumeSummary() - 类 中的方法org.apache.hadoop.ipc.DecayRpcScheduler
 
getCallVolumeSummary() - 类 中的方法org.apache.hadoop.ipc.DecayRpcScheduler.MetricsProxy
 
getCallVolumeSummary() - 接口 中的方法org.apache.hadoop.ipc.DecayRpcSchedulerMXBean
 
getCanonicalServiceName() - 类 中的方法org.apache.hadoop.crypto.key.KeyProviderDelegationTokenExtension
 
getCanonicalServiceName() - 类 中的方法org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
getCanonicalServiceName() - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
Get a canonical name for this file system.
getCanonicalServiceName() - 类 中的方法org.apache.hadoop.fs.FileSystem
Get a canonical service name for this FileSystem.
getCanonicalUri() - 类 中的方法org.apache.hadoop.fs.FileSystem
Return a canonicalized form of this FileSystem's URI.
getCanonicalUri() - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
getCanonicalUri() - 类 中的方法org.apache.hadoop.fs.HarFileSystem
Used for delegation token related functionality.
getCapacity() - 类 中的方法org.apache.hadoop.fs.FsStatus
Return the capacity in bytes of the file system
getCapacity() - 类 中的方法org.apache.hadoop.io.BytesWritable
Get the capacity, which is the maximum size that could handled without resizing the backing storage.
getCategory() - 异常错误 中的方法org.apache.hadoop.security.KDiag.KerberosDiagsFailure
 
getChallenge() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
optional bytes challenge = 5;
getChallenge() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
optional bytes challenge = 5;
getChallenge() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder
optional bytes challenge = 5;
getChangedProperties(Configuration, Configuration) - 类 中的方法org.apache.hadoop.conf.ReconfigurableBase
 
getChangedProperties(Configuration, Configuration) - 类 中的静态方法org.apache.hadoop.conf.ReconfigurationUtil
 
getChannel() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService.Stub
 
getChannel() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService.Stub
 
getChannel() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService.Stub
 
getChannel() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Stub
 
getChannel() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService.Stub
 
getChannel() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Stub
 
getChannel() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Stub
 
getChannel() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Stub
 
getChannel() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService.Stub
 
getCheckProcessIsAliveCommand(String) - 类 中的静态方法org.apache.hadoop.util.Shell
Return a command for determining if process with specified pid is alive.
getChecksumFile(Path) - 类 中的方法org.apache.hadoop.fs.ChecksumFileSystem
Return the name of the checksum file associated with a file.
getChecksumFileLength(Path, long) - 类 中的方法org.apache.hadoop.fs.ChecksumFileSystem
Return the length of the checksum file given the size of the actual file.
getChecksumLength(long, int) - 类 中的静态方法org.apache.hadoop.fs.ChecksumFileSystem
Calculated the length of the checksum file in bytes.
getChecksumOpt() - 类 中的方法org.apache.hadoop.fs.FileChecksum
 
getChecksumOpt() - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
 
getChecksumType() - 类 中的方法org.apache.hadoop.fs.FsServerDefaults
 
getChecksumType() - 类 中的方法org.apache.hadoop.fs.Options.ChecksumOpt
 
getChildFileSystems() - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
getChildFileSystems() - 类 中的方法org.apache.hadoop.fs.HarFileSystem
Used for delegation token related functionality.
getChildFileSystems() - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getChildren() - 类 中的方法org.apache.hadoop.fs.shell.find.BaseExpression
Returns the children of this expression.
getChildren() - 类 中的方法org.apache.hadoop.net.InnerNodeImpl
 
getCipher() - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider.Metadata
 
getCipher() - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider.Options
 
getClass(String, Class<?>) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name property as a Class.
getClass(String, Class<? extends U>, Class<U>) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name property as a Class implementing the interface specified by xface.
getClass(byte) - 类 中的方法org.apache.hadoop.io.AbstractMapWritable
 
getClass(T) - 类 中的静态方法org.apache.hadoop.util.ReflectionUtils
Return the correctly-typed Class of the given object.
getClassByName(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Load a class by name.
getClassByNameOrNull(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Load a class by name, returning null rather than throwing an exception if it couldn't be loaded.
getClasses(String, Class<?>...) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name property as an array of Class.
getClassLoader() - 类 中的方法org.apache.hadoop.conf.Configuration
Get the ClassLoader for this job.
getClassLoader() - 类 中的方法org.apache.hadoop.service.launcher.ServiceLauncher
Override point: get the classloader to use.
getClassName() - 异常错误 中的方法org.apache.hadoop.ipc.RemoteException
 
getClassName() - 类 中的方法org.apache.hadoop.tracing.SpanReceiverInfo
 
getClassName() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
required string className = 1;
getClassName() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
required string className = 1;
getClassName() - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder
required string className = 1;
getClassName() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
required string className = 2;
getClassName() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
required string className = 2;
getClassName() - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfoOrBuilder
required string className = 2;
getClassNameBytes() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
required string className = 1;
getClassNameBytes() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
required string className = 1;
getClassNameBytes() - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder
required string className = 1;
getClassNameBytes() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
required string className = 2;
getClassNameBytes() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
required string className = 2;
getClassNameBytes() - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfoOrBuilder
required string className = 2;
getClientExecutor() - 类 中的静态方法org.apache.hadoop.ipc.Client
 
getClientId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
required bytes clientId = 4; Globally unique client ID
getClientId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
required bytes clientId = 4; Globally unique client ID
getClientId() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
required bytes clientId = 4; Globally unique client ID
getClientId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional bytes clientId = 7; Globally unique client ID
getClientId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
optional bytes clientId = 7; Globally unique client ID
getClientId() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
optional bytes clientId = 7; Globally unique client ID
getClientId() - 类 中的静态方法org.apache.hadoop.ipc.Server
Returns the clientId from the current RPC request
getClientProperties(InetAddress) - 类 中的方法org.apache.hadoop.security.SaslPropertiesResolver
Identify the Sasl Properties to be used for a connection with a server.
getClientProtocolVersion() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
required uint64 clientProtocolVersion = 3; protocol version of class declaring the called method
getClientProtocolVersion() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
required uint64 clientProtocolVersion = 3; protocol version of class declaring the called method
getClientProtocolVersion() - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder
required uint64 clientProtocolVersion = 3; protocol version of class declaring the called method
getClientVersion() - 异常错误 中的方法org.apache.hadoop.ipc.RPC.VersionMismatch
Get the client's preferred version
getClosest(WritableComparable, Writable) - 类 中的方法org.apache.hadoop.io.MapFile.Reader
Finds the record that is the closest match to the specified key.
getClosest(WritableComparable, Writable, boolean) - 类 中的方法org.apache.hadoop.io.MapFile.Reader
Finds the record that is the closest match to the specified key.
getCNs(X509Certificate) - 类 中的静态方法org.apache.hadoop.security.ssl.SSLHostnameVerifier.Certificates
 
getCodec(Path) - 类 中的方法org.apache.hadoop.io.compress.CompressionCodecFactory
Find the relevant compression codec for the given file based on its filename suffix.
getCodecByClassName(String) - 类 中的方法org.apache.hadoop.io.compress.CompressionCodecFactory
Find the relevant compression codec for the codec's canonical class name.
getCodecByName(String) - 类 中的方法org.apache.hadoop.io.compress.CompressionCodecFactory
Find the relevant compression codec for the codec's canonical class name or by codec alias.
getCodecClassByName(String) - 类 中的方法org.apache.hadoop.io.compress.CompressionCodecFactory
Find the relevant compression codec for the codec's canonical class name or by codec alias and returns its implemetation class.
getCodecClasses(Configuration) - 类 中的静态方法org.apache.hadoop.io.compress.CompressionCodecFactory
Get the list of codecs discovered via a Java ServiceLoader, or listed in the configuration.
getCodecName() - 类 中的方法org.apache.hadoop.io.erasurecode.ECSchema
Get the codec name
getCollection() - 类 中的方法org.apache.hadoop.util.MachineList
returns the contents of the MachineList as a Collection This can be used for testing
getCommandFactory() - 类 中的方法org.apache.hadoop.fs.shell.find.FindOptions
Return the command factory.
getCommandUsage() - 类 中的方法org.apache.hadoop.crypto.key.KeyShell
 
getCommandUsage() - 类 中的方法org.apache.hadoop.security.alias.CredentialShell
 
getCommandUsage() - 类 中的方法org.apache.hadoop.security.token.DtUtilShell
 
getCommandUsage() - 类 中的方法org.apache.hadoop.tools.CommandShell
Return usage string for the command including any summary of subcommands.
getComparator() - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader
Get an instance of the RawComparator that is constructed based on the string comparator representation.
getComparatorName() - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader
Get the string representation of the comparator.
getComponentType() - 类 中的方法org.apache.hadoop.io.ArrayPrimitiveWritable
 
getCompressedData() - 类 中的方法org.apache.hadoop.io.compress.BlockDecompressorStream
 
getCompressedData() - 类 中的方法org.apache.hadoop.io.compress.DecompressorStream
 
getCompressionAlgorithmByName(String) - 类 中的静态方法org.apache.hadoop.io.file.tfile.Compression
 
getCompressionBufferSize(Configuration) - 类 中的静态方法org.apache.hadoop.io.compress.ZStandardCodec
 
getCompressionCodec() - 类 中的方法org.apache.hadoop.io.SequenceFile.Reader
Returns the compression codec of data in this file.
getCompressionCodec() - 类 中的方法org.apache.hadoop.io.SequenceFile.Writer
Returns the compression codec of data in this file.
getCompressionLevel(Configuration) - 类 中的静态方法org.apache.hadoop.io.compress.zlib.ZlibFactory
 
getCompressionLevel(Configuration) - 类 中的静态方法org.apache.hadoop.io.compress.ZStandardCodec
 
getCompressionStrategy(Configuration) - 类 中的静态方法org.apache.hadoop.io.compress.zlib.ZlibFactory
 
getCompressionType() - 类 中的方法org.apache.hadoop.io.SequenceFile.Reader
Get the compression type for this file.
getCompressor(CompressionCodec, Configuration) - 类 中的静态方法org.apache.hadoop.io.compress.CodecPool
Get a Compressor for the given CompressionCodec from the pool or a new one.
getCompressor(CompressionCodec) - 类 中的静态方法org.apache.hadoop.io.compress.CodecPool
 
getCompressor() - 枚举 中的方法org.apache.hadoop.io.file.tfile.Compression.Algorithm
 
getCompressorType() - 类 中的方法org.apache.hadoop.io.compress.BZip2Codec
Get the type of Compressor needed by this CompressionCodec.
getCompressorType() - 接口 中的方法org.apache.hadoop.io.compress.CompressionCodec
Get the type of Compressor needed by this CompressionCodec.
getCompressorType() - 类 中的方法org.apache.hadoop.io.compress.DefaultCodec
 
getCompressorType() - 类 中的方法org.apache.hadoop.io.compress.GzipCodec
 
getCompressorType() - 类 中的方法org.apache.hadoop.io.compress.Lz4Codec
Get the type of Compressor needed by this CompressionCodec.
getCompressorType() - 类 中的方法org.apache.hadoop.io.compress.SnappyCodec
Get the type of Compressor needed by this CompressionCodec.
getCompressorType() - 类 中的方法org.apache.hadoop.io.compress.ZStandardCodec
Get the type of Compressor needed by this CompressionCodec.
getConf() - 接口 中的方法org.apache.hadoop.conf.Configurable
Return the configuration used by this object.
getConf() - 类 中的方法org.apache.hadoop.conf.Configured
 
getConf() - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider
Return the provider configuration.
getConf() - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
getConf() - 类 中的方法org.apache.hadoop.fs.GetSpaceUsed.Builder
 
getConf() - 类 中的方法org.apache.hadoop.fs.HarFileSystem
 
getConf() - 类 中的方法org.apache.hadoop.fs.shell.find.BaseExpression
 
getConf() - 类 中的方法org.apache.hadoop.fs.shell.find.FilterExpression
 
getConf() - 类 中的方法org.apache.hadoop.io.AbstractMapWritable
 
getConf() - 类 中的方法org.apache.hadoop.io.compress.BZip2Codec
Return the configuration used by this object.
getConf() - 类 中的方法org.apache.hadoop.io.compress.DefaultCodec
 
getConf() - 类 中的方法org.apache.hadoop.io.compress.Lz4Codec
Return the configuration used by this object.
getConf() - 类 中的方法org.apache.hadoop.io.compress.SnappyCodec
Return the configuration used by this object.
getConf() - 类 中的方法org.apache.hadoop.io.compress.ZStandardCodec
Return the configuration used by this object.
getConf() - 类 中的方法org.apache.hadoop.io.EnumSetWritable
 
getConf() - 类 中的方法org.apache.hadoop.io.GenericWritable
 
getConf() - 类 中的方法org.apache.hadoop.io.ObjectWritable
 
getConf() - 类 中的方法org.apache.hadoop.io.WritableComparator
 
getConf() - 类 中的方法org.apache.hadoop.net.AbstractDNSToSwitchMapping
 
getConf() - 类 中的方法org.apache.hadoop.net.ScriptBasedMapping
 
getConf() - 类 中的方法org.apache.hadoop.net.SocksSocketFactory
 
getConf() - 类 中的方法org.apache.hadoop.net.TableMapping
 
getConf() - 类 中的方法org.apache.hadoop.security.authorize.DefaultImpersonationProvider
 
getConf() - 类 中的方法org.apache.hadoop.security.SaslPropertiesResolver
 
getConfig() - 类 中的方法org.apache.hadoop.service.AbstractService
 
getConfig() - 接口 中的方法org.apache.hadoop.service.Service
Get the configuration of this service.
getConfig(int) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
repeated .hadoop.common.ConfigPair config = 2;
getConfig(int) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
repeated .hadoop.common.ConfigPair config = 2;
getConfig(int) - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder
repeated .hadoop.common.ConfigPair config = 2;
getConfigBuilder(int) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
repeated .hadoop.common.ConfigPair config = 2;
getConfigBuilderList() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
repeated .hadoop.common.ConfigPair config = 2;
getConfigCount() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
repeated .hadoop.common.ConfigPair config = 2;
getConfigCount() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
repeated .hadoop.common.ConfigPair config = 2;
getConfigCount() - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder
repeated .hadoop.common.ConfigPair config = 2;
getConfigList() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
repeated .hadoop.common.ConfigPair config = 2;
getConfigList() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
repeated .hadoop.common.ConfigPair config = 2;
getConfigList() - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder
repeated .hadoop.common.ConfigPair config = 2;
getConfigOrBuilder(int) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
repeated .hadoop.common.ConfigPair config = 2;
getConfigOrBuilder(int) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
repeated .hadoop.common.ConfigPair config = 2;
getConfigOrBuilder(int) - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder
repeated .hadoop.common.ConfigPair config = 2;
getConfigOrBuilderList() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
repeated .hadoop.common.ConfigPair config = 2;
getConfigOrBuilderList() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
repeated .hadoop.common.ConfigPair config = 2;
getConfigOrBuilderList() - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder
repeated .hadoop.common.ConfigPair config = 2;
getConfiguration() - 类 中的方法org.apache.hadoop.fs.shell.find.FindOptions
Return the Configuration return configuration Configuration
getConfiguration() - 类 中的方法org.apache.hadoop.service.launcher.ServiceLauncher
Get the configuration constructed from the command line arguments.
getConfigurationsToCreate() - 类 中的方法org.apache.hadoop.service.launcher.ServiceLauncher
Override point: Get a list of configuration classes to create.
getConfigViewFsPrefix(String) - 类 中的静态方法org.apache.hadoop.fs.viewfs.ConfigUtil
Get the config variable prefix for the specified mount table
getConfigViewFsPrefix() - 类 中的静态方法org.apache.hadoop.fs.viewfs.ConfigUtil
Get the config variable prefix for the default mount table
getConfResourceAsInputStream(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get an input stream attached to the configuration resource with the given name.
getConfResourceAsReader(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get a Reader attached to the configuration resource with the given name.
getConnectionId() - 接口 中的方法org.apache.hadoop.ipc.RpcInvocationHandler
Returns the connection id associated with the InvocationHandler instance.
getContentSummary(Path) - 类 中的方法org.apache.hadoop.fs.FileContext.Util
Return the ContentSummary of path f.
getContentSummary(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Return the ContentSummary of a given Path.
getContentSummary(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getContentType() - 类 中的方法org.apache.hadoop.log.Log4Json
 
getContext() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
required string context = 1;
getContext() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
required string context = 1;
getContext() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProtoOrBuilder
required string context = 1;
getContextBytes() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
required string context = 1;
getContextBytes() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
required string context = 1;
getContextBytes() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProtoOrBuilder
required string context = 1;
getCount() - 接口 中的方法org.apache.hadoop.log.LogThrottlingHelper.LogAction
Return the number of records encapsulated in this action; that is, the number of times record was called to produce this action, including the current one.
getCount() - 接口 中的方法org.apache.hadoop.metrics2.util.QuantileEstimator
 
getCpuFrequency() - 类 中的方法org.apache.hadoop.util.SysInfo
Obtain the CPU frequency of on the system.
getCpuUsagePercentage() - 类 中的方法org.apache.hadoop.util.SysInfo
Obtain the CPU usage % of the machine.
getCrcType() - 类 中的方法org.apache.hadoop.fs.MD5MD5CRC32CastagnoliFileChecksum
 
getCrcType() - 类 中的方法org.apache.hadoop.fs.MD5MD5CRC32GzipFileChecksum
 
getCreated() - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider.Metadata
 
getCreationFallbacks() - 接口 中的方法org.apache.hadoop.fs.BlockStoragePolicySpi
Get the fallback storage types for creating new block replicas.
getCredential() - 类 中的方法org.apache.hadoop.security.alias.CredentialProvider.CredentialEntry
 
getCredentialEntry(String) - 类 中的方法org.apache.hadoop.security.alias.CredentialProvider
Get the credential entry for a specific alias.
getCredentials() - 类 中的方法org.apache.hadoop.security.UserGroupInformation
Obtain the tokens in credentials form associated with this user.
getCumulativeCpuTime() - 类 中的方法org.apache.hadoop.util.SysInfo
Obtain the cumulative CPU time since the system is on.
getCurCall() - 类 中的静态方法org.apache.hadoop.ipc.Server
Get the current call
getCurrentKey(String) - 类 中的方法org.apache.hadoop.crypto.key.CachingKeyProvider
 
getCurrentKey(String) - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider
Get the current version of the key, which should be used for encrypting new data.
getCurrentKey(String) - 类 中的方法org.apache.hadoop.crypto.key.KeyProviderExtension
 
getCurrentKey(String) - 类 中的方法org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
getCurrentKeyId() - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
For subclasses externalizing the storage, for example Zookeeper based implementations
getCurrentTrashDir(Path) - 类 中的方法org.apache.hadoop.fs.Trash
 
getCurrentTrashDir() - 类 中的方法org.apache.hadoop.fs.TrashPolicy
Get the current working directory of the Trash Policy This API does not work with files deleted from encryption zone when HDFS data encryption at rest feature is enabled as rename file between encryption zones or encryption zone and non-encryption zone is not allowed.
getCurrentTrashDir(Path) - 类 中的方法org.apache.hadoop.fs.TrashPolicy
Get the current trash directory for path specified based on the Trash Policy
getCurrentUser() - 类 中的静态方法org.apache.hadoop.security.UserGroupInformation
Return the current user, including any doAs in the current stack.
getCurrentValue(Writable) - 类 中的方法org.apache.hadoop.io.SequenceFile.Reader
Get the 'value' corresponding to the last read 'key'.
getCurrentValue(Object) - 类 中的方法org.apache.hadoop.io.SequenceFile.Reader
Get the 'value' corresponding to the last read 'key'.
getCustomMessage() - 类 中的方法org.apache.hadoop.conf.Configuration.DeprecationDelta
 
getData() - 类 中的方法org.apache.hadoop.fs.FileSystem.Statistics
Get all statistics data.
getData() - 类 中的方法org.apache.hadoop.io.DataInputByteBuffer
 
getData() - 类 中的方法org.apache.hadoop.io.DataOutputByteBuffer
 
getDate() - 类 中的静态方法org.apache.hadoop.util.VersionInfo
The date that Hadoop was compiled.
getDecayFactor() - 类 中的方法org.apache.hadoop.ipc.DecayRpcScheduler
 
getDecayPeriodMillis() - 类 中的方法org.apache.hadoop.ipc.DecayRpcScheduler
 
getDeclaredClass() - 类 中的方法org.apache.hadoop.io.ObjectWritable
Return the class this is meant to be.
getDeclaredComponentType() - 类 中的方法org.apache.hadoop.io.ArrayPrimitiveWritable
 
getDeclaredFieldsIncludingInherited(Class<?>) - 类 中的静态方法org.apache.hadoop.util.ReflectionUtils
Gets all the declared fields of a class including fields declared in superclasses.
getDeclaredMethodsIncludingInherited(Class<?>) - 类 中的静态方法org.apache.hadoop.util.ReflectionUtils
Gets all the declared methods of a class including methods declared in superclasses.
getDeclaringClassProtocolName() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
required string declaringClassProtocolName = 2; RPCs for a particular interface (ie protocol) are done using a IPC connection that is setup using rpcProxy.
getDeclaringClassProtocolName() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
required string declaringClassProtocolName = 2; RPCs for a particular interface (ie protocol) are done using a IPC connection that is setup using rpcProxy.
getDeclaringClassProtocolName() - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder
required string declaringClassProtocolName = 2; RPCs for a particular interface (ie protocol) are done using a IPC connection that is setup using rpcProxy.
getDeclaringClassProtocolNameBytes() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
required string declaringClassProtocolName = 2; RPCs for a particular interface (ie protocol) are done using a IPC connection that is setup using rpcProxy.
getDeclaringClassProtocolNameBytes() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
required string declaringClassProtocolName = 2; RPCs for a particular interface (ie protocol) are done using a IPC connection that is setup using rpcProxy.
getDeclaringClassProtocolNameBytes() - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder
required string declaringClassProtocolName = 2; RPCs for a particular interface (ie protocol) are done using a IPC connection that is setup using rpcProxy.
getDecompressionBufferSize(Configuration) - 类 中的静态方法org.apache.hadoop.io.compress.ZStandardCodec
 
getDecompressor(CompressionCodec) - 类 中的静态方法org.apache.hadoop.io.compress.CodecPool
Get a Decompressor for the given CompressionCodec from the pool or a new one.
getDecompressor() - 枚举 中的方法org.apache.hadoop.io.file.tfile.Compression.Algorithm
 
getDecompressorType() - 类 中的方法org.apache.hadoop.io.compress.BZip2Codec
Get the type of Decompressor needed by this CompressionCodec.
getDecompressorType() - 接口 中的方法org.apache.hadoop.io.compress.CompressionCodec
Get the type of Decompressor needed by this CompressionCodec.
getDecompressorType() - 类 中的方法org.apache.hadoop.io.compress.DefaultCodec
 
getDecompressorType() - 类 中的方法org.apache.hadoop.io.compress.GzipCodec
 
getDecompressorType() - 类 中的方法org.apache.hadoop.io.compress.Lz4Codec
Get the type of Decompressor needed by this CompressionCodec.
getDecompressorType() - 类 中的方法org.apache.hadoop.io.compress.SnappyCodec
Get the type of Decompressor needed by this CompressionCodec.
getDecompressorType() - 类 中的方法org.apache.hadoop.io.compress.ZStandardCodec
Get the type of Decompressor needed by this CompressionCodec.
getDefault(double) - 枚举 中的方法org.apache.hadoop.conf.StorageUnit
 
getDefault() - 类 中的静态方法org.apache.hadoop.fs.permission.FsPermission
Get the default permission for directory and symlink.
getDefaultBlockSize() - 类 中的方法org.apache.hadoop.fs.FileSystem
已过时。
getDefaultBlockSize(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Return the number of bytes that large input files should be optimally be split into to minimize I/O time.
getDefaultBlockSize() - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
getDefaultBlockSize(Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
getDefaultBlockSize() - 类 中的方法org.apache.hadoop.fs.HarFileSystem
 
getDefaultBlockSize(Path) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
 
getDefaultBlockSize() - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getDefaultBlockSize(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getDefaultCompressionType(Configuration) - 类 中的静态方法org.apache.hadoop.io.SequenceFile
Get the compression type for the reduce outputs
getDefaultDelegationTokenAuthenticator() - 类 中的静态方法org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
Returns the default DelegationTokenAuthenticator class to use when an DelegationTokenAuthenticatedURL instance is created without specifying one.
getDefaultExtension() - 类 中的方法org.apache.hadoop.io.compress.BZip2Codec
.bz2 is recognized as the default extension for compressed BZip2 files
getDefaultExtension() - 接口 中的方法org.apache.hadoop.io.compress.CompressionCodec
Get the default filename extension for this kind of compression.
getDefaultExtension() - 类 中的方法org.apache.hadoop.io.compress.DefaultCodec
 
getDefaultExtension() - 类 中的方法org.apache.hadoop.io.compress.GzipCodec
 
getDefaultExtension() - 类 中的方法org.apache.hadoop.io.compress.Lz4Codec
Get the default filename extension for this kind of compression.
getDefaultExtension() - 类 中的方法org.apache.hadoop.io.compress.SnappyCodec
Get the default filename extension for this kind of compression.
getDefaultExtension() - 类 中的方法org.apache.hadoop.io.compress.ZStandardCodec
Get the default filename extension for this kind of compression.
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.fs.FSProtos.FileStatusProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
getDefaultInstance() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
 
getDefaultInstanceForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
getDefaultPort() - 类 中的方法org.apache.hadoop.fs.FileSystem
Get the default port for this FileSystem.
getDefaultPort() - 类 中的方法org.apache.hadoop.fs.ftp.FTPFileSystem
Get the default port for this FTPFileSystem.
getDefaultProperties() - 类 中的方法org.apache.hadoop.security.SaslPropertiesResolver
The default Sasl Properties read from the configuration
getDefaultReplication() - 类 中的方法org.apache.hadoop.fs.FileSystem
已过时。
getDefaultReplication(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Get the default replication for a path.
getDefaultReplication() - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
getDefaultReplication(Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
getDefaultReplication() - 类 中的方法org.apache.hadoop.fs.HarFileSystem
 
getDefaultReplication(Path) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
 
getDefaultReplication() - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getDefaultReplication(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getDefaultRetryPolicy(Configuration, String, boolean, String, String, String) - 类 中的静态方法org.apache.hadoop.io.retry.RetryUtils
Return the default retry policy set in conf.
getDefaultStoragePolicyId() - 类 中的方法org.apache.hadoop.fs.FsServerDefaults
 
getDefaultUri(Configuration) - 类 中的静态方法org.apache.hadoop.fs.FileSystem
Get the default FileSystem URI from a configuration.
getDelay(TimeUnit) - 类 中的方法org.apache.hadoop.fs.DelegationTokenRenewer.RenewAction
Get the delay until this event should happen.
getDelegationKey(int) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
For subclasses externalizing the storage, for example Zookeeper based implementations
getDelegationToken(String) - 类 中的方法org.apache.hadoop.crypto.key.KeyProviderDelegationTokenExtension
 
getDelegationToken(String) - 类 中的方法org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
getDelegationToken(URL, DelegationTokenAuthenticatedURL.Token, String) - 类 中的方法org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
Requests a delegation token using the configured Authenticator for authentication.
getDelegationToken(URL, DelegationTokenAuthenticatedURL.Token, String, String) - 类 中的方法org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
Requests a delegation token using the configured Authenticator for authentication.
getDelegationToken() - 类 中的方法org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL.Token
 
getDelegationToken(URL, AuthenticatedURL.Token, String) - 类 中的方法org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
Requests a delegation token using the configured Authenticator for authentication.
getDelegationToken(URL, AuthenticatedURL.Token, String, String) - 类 中的方法org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
Requests a delegation token using the configured Authenticator for authentication.
getDelegationTokens(String) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
getDelegationTokenSeqNum() - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
For subclasses externalizing the storage, for example Zookeeper based implementations
getDescription() - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider.Metadata
 
getDescription() - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider.Options
 
getDescriptions(int) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptions(int) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptions(int) - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProtoOrBuilder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptionsBuilder(int) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptionsBuilderList() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptionsCount() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptionsCount() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptionsCount() - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProtoOrBuilder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptionsList() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptionsList() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptionsList() - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProtoOrBuilder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptionsOrBuilder(int) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptionsOrBuilder(int) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptionsOrBuilder(int) - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProtoOrBuilder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptionsOrBuilderList() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptionsOrBuilderList() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptionsOrBuilderList() - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProtoOrBuilder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
getDescriptor() - 类 中的静态方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
 
getDescriptor() - 枚举 中的静态方法org.apache.hadoop.fs.FSProtos.FileStatusProto.FileType
 
getDescriptor() - 枚举 中的静态方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Flags
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.fs.FSProtos.FileStatusProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.fs.FSProtos
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
getDescriptor() - 枚举 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HARequestSource
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService
 
getDescriptor() - 枚举 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceStateProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
getDescriptor() - 枚举 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcKindProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
getDescriptor() - 枚举 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.OperationProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
getDescriptor() - 枚举 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
 
getDescriptor() - 枚举 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
getDescriptor() - 枚举 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslState
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
getDescriptor() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
 
getDescriptorForType() - 枚举 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.FileType
 
getDescriptorForType() - 枚举 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Flags
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
 
getDescriptorForType() - 枚举 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HARequestSource
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService
 
getDescriptorForType() - 枚举 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceStateProto
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
 
getDescriptorForType() - 枚举 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcKindProto
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
 
getDescriptorForType() - 枚举 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.OperationProto
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
 
getDescriptorForType() - 枚举 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
 
getDescriptorForType() - 枚举 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
 
getDescriptorForType() - 枚举 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslState
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
 
getDescriptorForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService
 
getDigest() - 类 中的方法org.apache.hadoop.io.MD5Hash
Returns the digest bytes.
getDigester() - 类 中的静态方法org.apache.hadoop.io.MD5Hash
Create a thread local MD5 digester
getDirDefault() - 类 中的静态方法org.apache.hadoop.fs.permission.FsPermission
Get the default permission for directory.
getDirectoryCount() - 类 中的方法org.apache.hadoop.fs.ContentSummary
 
getDNSSubjectAlts(X509Certificate) - 类 中的静态方法org.apache.hadoop.security.ssl.SSLHostnameVerifier.Certificates
Extracts the array of SubjectAlt DNS names from an X509Certificate.
getDouble(String, double) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name property as a double.
getDU(File) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
Takes an input dir and returns the du on that local directory.
getEcData() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional bytes ec_data = 17; storagePolicy = 16
getEcData() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
optional bytes ec_data = 17; storagePolicy = 16
getEcData() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional bytes ec_data = 17; storagePolicy = 16
getEffectivePermission(AclEntry) - 类 中的方法org.apache.hadoop.fs.permission.AclStatus
Get the effective permission for the AclEntry
getEffectivePermission(AclEntry, FsPermission) - 类 中的方法org.apache.hadoop.fs.permission.AclStatus
Get the effective permission for the AclEntry.
getEffectiveUser() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
optional string effectiveUser = 1;
getEffectiveUser() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
optional string effectiveUser = 1;
getEffectiveUser() - 接口 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProtoOrBuilder
optional string effectiveUser = 1;
getEffectiveUserBytes() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
optional string effectiveUser = 1;
getEffectiveUserBytes() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
optional string effectiveUser = 1;
getEffectiveUserBytes() - 接口 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProtoOrBuilder
optional string effectiveUser = 1;
getElementType() - 类 中的方法org.apache.hadoop.io.EnumSetWritable
Returns the class of all the elements of the underlying EnumSetWriable.
getEmptier() - 类 中的方法org.apache.hadoop.fs.Trash
Return a Runnable that periodically empties the trash of all users, intended to be run by the superuser.
getEmptier() - 类 中的方法org.apache.hadoop.fs.TrashPolicy
Return a Runnable that periodically empties the trash of all users, intended to be run by the superuser.
getEmptierInterval() - 类 中的方法org.apache.hadoop.fs.TrashPolicyDefault.Emptier
 
getEnabledConfigKey() - 类 中的方法org.apache.hadoop.security.HttpCrossOriginFilterInitializer
 
getEncoded() - 类 中的方法org.apache.hadoop.crypto.key.JavaKeyStoreProvider.KeyMetadata
 
getEncryptDataTransfer() - 类 中的方法org.apache.hadoop.fs.FsServerDefaults
 
getEncryptedBit() - 类 中的方法org.apache.hadoop.fs.permission.FsPermission
已过时。
Get encryption bit from the FileStatus object.
getEncryptedKeyIv() - 类 中的方法org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.EncryptedKeyVersion
 
getEncryptedKeyVersion() - 类 中的方法org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.EncryptedKeyVersion
 
getEncryptionData() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional bytes encryption_data = 15; locations = 12 alias = 13 childrenNum = 14
getEncryptionData() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
optional bytes encryption_data = 15; locations = 12 alias = 13 childrenNum = 14
getEncryptionData() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional bytes encryption_data = 15; locations = 12 alias = 13 childrenNum = 14
getEncryptionKeyName() - 类 中的方法org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.EncryptedKeyVersion
 
getEncryptionKeyVersionName() - 类 中的方法org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.EncryptedKeyVersion
 
getEntries() - 类 中的方法org.apache.hadoop.fs.permission.AclStatus
Returns the list of all ACL entries, ordered by their natural ordering.
getEntryComparator() - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader
Get a Comparator object to compare Entries.
getEntryCount() - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader
Get the number of key-value pair entries in TFile.
getEnum(String, T) - 类 中的方法org.apache.hadoop.conf.Configuration
Return value matching this enumerated type.
getEnvironment(String) - 类 中的方法org.apache.hadoop.util.Shell
Get an environment variable.
getEnvironmentVariableRegex() - 类 中的静态方法org.apache.hadoop.util.Shell
Return a regular expression string that match environment variables.
getErasureCodedBit() - 类 中的方法org.apache.hadoop.fs.permission.FsPermission
已过时。
Get ec bit from the FileStatus object.
getErasureCodingPolicy() - 类 中的方法org.apache.hadoop.fs.ContentSummary
 
getErr() - 类 中的方法org.apache.hadoop.fs.shell.find.FindOptions
Returns the error stream to be used.
getErr() - 类 中的方法org.apache.hadoop.tools.CommandShell
 
getErrno() - 异常错误 中的方法org.apache.hadoop.io.nativeio.NativeIOException
 
getErrorCode() - 异常错误 中的方法org.apache.hadoop.io.nativeio.NativeIOException
 
getErrorCode() - 异常错误 中的方法org.apache.hadoop.ipc.RemoteException
 
getErrorDetail() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional .hadoop.common.RpcResponseHeaderProto.RpcErrorCodeProto errorDetail = 6; in case of error
getErrorDetail() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
optional .hadoop.common.RpcResponseHeaderProto.RpcErrorCodeProto errorDetail = 6; in case of error
getErrorDetail() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
optional .hadoop.common.RpcResponseHeaderProto.RpcErrorCodeProto errorDetail = 6; in case of error
getErrorMsg() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional string errorMsg = 5; if request fails, often contains strack trace
getErrorMsg() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
optional string errorMsg = 5; if request fails, often contains strack trace
getErrorMsg() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
optional string errorMsg = 5; if request fails, often contains strack trace
getErrorMsgBytes() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional string errorMsg = 5; if request fails, often contains strack trace
getErrorMsgBytes() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
optional string errorMsg = 5; if request fails, often contains strack trace
getErrorMsgBytes() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
optional string errorMsg = 5; if request fails, often contains strack trace
getEstimator() - 类 中的方法org.apache.hadoop.metrics2.lib.MutableQuantiles
Get the quantile estimator.
getExceptionClassName() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional string exceptionClassName = 4; if request fails
getExceptionClassName() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
optional string exceptionClassName = 4; if request fails
getExceptionClassName() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
optional string exceptionClassName = 4; if request fails
getExceptionClassNameBytes() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional string exceptionClassName = 4; if request fails
getExceptionClassNameBytes() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
optional string exceptionClassName = 4; if request fails
getExceptionClassNameBytes() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
optional string exceptionClassName = 4; if request fails
getExceptions() - 异常错误 中的方法org.apache.hadoop.io.MultipleIOException
 
getExceptions() - 异常错误 中的方法org.apache.hadoop.io.retry.MultiException
 
getExcludedHosts() - 类 中的方法org.apache.hadoop.util.HostsFileReader.HostDetails
 
getExcludedMap() - 类 中的方法org.apache.hadoop.util.HostsFileReader.HostDetails
 
getExcludesFile() - 类 中的方法org.apache.hadoop.util.HostsFileReader.HostDetails
 
getExecString() - 类 中的方法org.apache.hadoop.util.Shell
return an array containing the command name and its parameters.
getExecString() - 类 中的方法org.apache.hadoop.util.Shell.ShellCommandExecutor
 
getExitCode() - 异常错误 中的方法org.apache.hadoop.service.ServiceStateException
 
getExitCode() - 接口 中的方法org.apache.hadoop.util.ExitCodeProvider
Method to get the exit code.
getExitCode() - 异常错误 中的方法org.apache.hadoop.util.ExitUtil.ExitException
 
getExitCode() - 异常错误 中的方法org.apache.hadoop.util.ExitUtil.HaltException
 
getExitCode() - 接口 中的方法org.apache.hadoop.util.Shell.CommandExecutor
 
getExitCode() - 异常错误 中的方法org.apache.hadoop.util.Shell.ExitCodeException
 
getExitCode() - 类 中的方法org.apache.hadoop.util.Shell
get the exit code.
getExitStatus() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
optional int32 exitStatus = 1; unix exit status to return
getExitStatus() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
optional int32 exitStatus = 1; unix exit status to return
getExitStatus() - 接口 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
optional int32 exitStatus = 1; unix exit status to return
getExpirationTime() - 类 中的方法org.apache.hadoop.ipc.RetryCache.CacheEntry
 
getExpirationTime() - 接口 中的方法org.apache.hadoop.util.LightWeightCache.Entry
Get the expiration time.
getExtension() - 类 中的方法org.apache.hadoop.crypto.key.KeyProviderExtension
 
getExtraOptions() - 类 中的方法org.apache.hadoop.io.erasurecode.ECSchema
Get extra options specific to a erasure code.
getFactor() - 类 中的方法org.apache.hadoop.io.SequenceFile.Sorter
Get the number of streams to merge at once.
getFactory(Class) - 类 中的静态方法org.apache.hadoop.io.WritableFactories
Define a factory for a class.
getFailureCause() - 类 中的方法org.apache.hadoop.service.AbstractService
 
getFailureCause() - 接口 中的方法org.apache.hadoop.service.Service
Get the first exception raised during the service failure.
getFailureState() - 类 中的方法org.apache.hadoop.service.AbstractService
 
getFailureState() - 接口 中的方法org.apache.hadoop.service.Service
Get the state in which the failure in Service.getFailureCause() occurred.
getFencer() - 类 中的方法org.apache.hadoop.ha.HAServiceTarget
 
getFencingParameters() - 类 中的方法org.apache.hadoop.ha.HAServiceTarget
 
getFile(String, String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get a local file name under a directory named in dirsProp with the given path.
getFileAndDirectoryCount() - 类 中的方法org.apache.hadoop.fs.QuotaUsage
Return the directory count.
getFileBlockLocations(Path, long, long) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.getFileBlockLocations(Path, long, long) except that Path f must be for this file system.
getFileBlockLocations(FileStatus, long, long) - 类 中的方法org.apache.hadoop.fs.FileSystem
Return an array containing hostnames, offset and size of portions of the given file.
getFileBlockLocations(Path, long, long) - 类 中的方法org.apache.hadoop.fs.FileSystem
Return an array containing hostnames, offset and size of portions of the given file.
getFileBlockLocations(FileStatus, long, long) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
getFileBlockLocations(FileStatus, long, long) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
Get block locations from the underlying fs and fix their offsets and lengths.
getFileBlockLocations(FileStatus, long, long) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getFileBlockLocations(Path, long, long) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
getFileBufferSize() - 类 中的方法org.apache.hadoop.fs.FsServerDefaults
 
getFileChecksum(Path) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.getFileChecksum(Path) except that Path f must be for this file system.
getFileChecksum(Path) - 类 中的方法org.apache.hadoop.fs.FileContext
Get the checksum of a file.
getFileChecksum(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Get the checksum of a file, if the FS supports checksums.
getFileChecksum(Path, long) - 类 中的方法org.apache.hadoop.fs.FileSystem
Get the checksum of a file, from the beginning of the file till the specific length.
getFileChecksum(Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
getFileChecksum(Path, long) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
getFileChecksum(Path, long) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
 
getFileChecksum(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getFileChecksum(Path, long) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getFileChecksum(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
getFileContext(AbstractFileSystem, Configuration) - 类 中的静态方法org.apache.hadoop.fs.FileContext
Create a FileContext with specified FS as default using the specified config.
getFileContext(AbstractFileSystem) - 类 中的静态方法org.apache.hadoop.fs.FileContext
Create a FileContext for specified file system using the default config.
getFileContext() - 类 中的静态方法org.apache.hadoop.fs.FileContext
Create a FileContext using the default config read from the $HADOOP_CONFIG/core.xml, Unspecified key-values for config are defaulted from core-defaults.xml in the release jar.
getFileContext(URI) - 类 中的静态方法org.apache.hadoop.fs.FileContext
Create a FileContext for specified URI using the default config.
getFileContext(URI, Configuration) - 类 中的静态方法org.apache.hadoop.fs.FileContext
Create a FileContext for specified default URI using the specified config.
getFileContext(Configuration) - 类 中的静态方法org.apache.hadoop.fs.FileContext
Create a FileContext using the passed config.
getFileCount() - 类 中的方法org.apache.hadoop.fs.ContentSummary
 
getFileCount() - 类 中的方法org.apache.hadoop.fs.DUHelper
 
getFileDefault() - 类 中的静态方法org.apache.hadoop.fs.permission.FsPermission
Get the default permission for file.
getFileDescriptor() - 类 中的方法org.apache.hadoop.fs.FSDataInputStream
 
getFileLinkStatus(Path) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.getFileLinkStatus(Path) except that an UnresolvedLinkException may be thrown if a symlink is encountered in the path leading up to the final path component.
getFileLinkStatus(Path) - 类 中的方法org.apache.hadoop.fs.FileContext
Return a file status object that represents the path.
getFileLinkStatus(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
getFileLinkStatus(Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
getFileLinkStatus(Path) - 类 中的方法org.apache.hadoop.fs.LocalFileSystem
 
getFileLinkStatus(Path) - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
Return a FileStatus representing the given path.
getFileLinkStatus(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
getFilename() - 类 中的方法org.apache.hadoop.http.HttpRequestLogAppender
 
getFileStatus(Path) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.getFileStatus(Path) except that an UnresolvedLinkException may be thrown if a symlink is encountered in the path.
getFileStatus(Path) - 类 中的方法org.apache.hadoop.fs.FileContext
Return a file status object that represents the path.
getFileStatus(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Return a file status object that represents the path.
getFileStatus(Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
Get file status.
getFileStatus(Path) - 类 中的方法org.apache.hadoop.fs.ftp.FTPFileSystem
 
getFileStatus(Path) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
return the filestatus of files in har archive.
getFileStatus(Path) - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
 
getFileStatus(Path) - 类 中的方法org.apache.hadoop.fs.sftp.SFTPFileSystem
 
getFileStatus(PathData, int) - 类 中的方法org.apache.hadoop.fs.shell.find.BaseExpression
Returns the FileStatus from the PathData item.
getFileStatus(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getFileStatus(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
getFileSystem(Configuration) - 类 中的方法org.apache.hadoop.fs.Path
Return the FileSystem that owns this Path.
getFileSystem(PathData) - 类 中的方法org.apache.hadoop.fs.shell.find.BaseExpression
Returns the FileSystem associated with the PathData item.
getFileSystemClass(String, Configuration) - 类 中的静态方法org.apache.hadoop.fs.FileSystem
Get the FileSystem implementation class of a filesystem.
getFileType() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
required .hadoop.fs.FileStatusProto.FileType fileType = 1;
getFileType() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
required .hadoop.fs.FileStatusProto.FileType fileType = 1;
getFileType() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
required .hadoop.fs.FileStatusProto.FileType fileType = 1;
getFilterConfigMap(Configuration, String) - 类 中的静态方法org.apache.hadoop.security.AuthenticationFilterInitializer
 
getFilterParameters(Configuration, String) - 类 中的静态方法org.apache.hadoop.security.HttpCrossOriginFilterInitializer
 
getFilterParams(Configuration, String) - 类 中的静态方法org.apache.hadoop.security.http.RestCsrfPreventionFilter
Constructs a mapping of configuration properties to be used for filter initialization.
getFilterParams(Configuration, String) - 类 中的静态方法org.apache.hadoop.security.http.XFrameOptionsFilter
Constructs a mapping of configuration properties to be used for filter initialization.
getFinalParameters() - 类 中的方法org.apache.hadoop.conf.Configuration
Get the set of parameters marked final.
getFirstKey() - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader
Get the first key in the TFile.
getFlags() - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
 
getFlags() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint32 flags = 18 [default = 0];
getFlags() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
optional uint32 flags = 18 [default = 0];
getFlags() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional uint32 flags = 18 [default = 0];
getFloat(String, float) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name property as a float.
getFolderUsage(String) - 类 中的静态方法org.apache.hadoop.fs.DUHelper
 
getFormat() - 类 中的方法org.apache.hadoop.crypto.key.JavaKeyStoreProvider.KeyMetadata
 
getFS() - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
 
getFsAction(String) - 枚举 中的静态方法org.apache.hadoop.fs.permission.FsAction
Get the FsAction enum for String representation of permissions
getFSofPath(Path) - 类 中的方法org.apache.hadoop.fs.FileContext
Get the file system of supplied path.
getFSofPath(Path, Configuration) - 类 中的静态方法org.apache.hadoop.fs.FileSystem
 
getFsStatus(Path) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.getFsStatus(Path) except that Path f must be for this file system.
getFsStatus() - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.getFsStatus(Path).
getFsStatus(Path) - 类 中的方法org.apache.hadoop.fs.FileContext
Returns a status object describing the use and capacity of the file system denoted by the Parh argument p.
getFsStatus() - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
getFstat(FileDescriptor) - 类 中的静态方法org.apache.hadoop.io.nativeio.NativeIO.POSIX
Returns the file stat for a file descriptor.
getGangliaConfForMetric(String) - 类 中的方法org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
Lookup GangliaConf from cache.
getGcMonitorRunTime() - 类 中的方法org.apache.hadoop.util.GcTimeMonitor.GcData
Returns the time since the start of the associated GcTimeMonitor.
getGcTimePercentage() - 类 中的方法org.apache.hadoop.util.GcTimeMonitor.GcData
Returns the percentage (0..100) of time that the JVM spent in GC pauses within the observation window of the associated GcTimeMonitor.
getGetPermissionCommand() - 类 中的静态方法org.apache.hadoop.util.Shell
Return a command to get permission information.
getGid(String) - 接口 中的方法org.apache.hadoop.security.IdMappingServiceProvider
 
getGid(String) - 类 中的方法org.apache.hadoop.security.ShellBasedIdMapping
 
getGidAllowingUnknown(String) - 接口 中的方法org.apache.hadoop.security.IdMappingServiceProvider
 
getGidAllowingUnknown(String) - 类 中的方法org.apache.hadoop.security.ShellBasedIdMapping
 
getGidNameMap() - 类 中的方法org.apache.hadoop.security.ShellBasedIdMapping
 
getGlobalStorageStatistics() - 类 中的静态方法org.apache.hadoop.fs.FileSystem
Get the global storage statistics.
getGroup() - 类 中的方法org.apache.hadoop.fs.FileStatus
Get the group associated with the file.
getGroup() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional string group = 6;
getGroup() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
optional string group = 6;
getGroup() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional string group = 6;
getGroup() - 类 中的方法org.apache.hadoop.fs.permission.AclStatus
Returns the file group.
getGroup() - 类 中的方法org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
 
getGroupAction() - 类 中的方法org.apache.hadoop.fs.permission.FsPermission
Return group FsAction.
getGroupBytes() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional string group = 6;
getGroupBytes() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
optional string group = 6;
getGroupBytes() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional string group = 6;
getGroupName(int, String) - 接口 中的方法org.apache.hadoop.security.IdMappingServiceProvider
 
getGroupName(int, String) - 类 中的方法org.apache.hadoop.security.ShellBasedIdMapping
 
getGroupNames() - 类 中的方法org.apache.hadoop.security.UserGroupInformation
Get the group names for this user.
getGroups() - 类 中的方法org.apache.hadoop.security.authorize.AccessControlList
Get the names of user groups allowed for this service.
getGroups(String) - 接口 中的方法org.apache.hadoop.security.GroupMappingServiceProvider
Get all various group memberships of a given user.
getGroups(String) - 类 中的方法org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback
 
getGroups(String) - 类 中的方法org.apache.hadoop.security.JniBasedUnixGroupsNetgroupMappingWithFallback
 
getGroups(String) - 类 中的方法org.apache.hadoop.security.NullGroupsMapping
Returns an empty list.
getGroups() - 类 中的方法org.apache.hadoop.security.UserGroupInformation
Get the group names for this user.
getGroups(int) - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
repeated string groups = 1;
getGroups(int) - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
repeated string groups = 1;
getGroups(int) - 接口 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProtoOrBuilder
repeated string groups = 1;
GetGroupsBase - org.apache.hadoop.tools中的类
Base class for the HDFS and MR implementations of tools which fetch and display the groups that users belong to.
GetGroupsBase(Configuration) - 类 的构造器org.apache.hadoop.tools.GetGroupsBase
Create an instance of this tool using the given configuration.
GetGroupsBase(Configuration, PrintStream) - 类 的构造器org.apache.hadoop.tools.GetGroupsBase
Used exclusively for testing.
getGroupsBytes(int) - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
repeated string groups = 1;
getGroupsBytes(int) - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
repeated string groups = 1;
getGroupsBytes(int) - 接口 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProtoOrBuilder
repeated string groups = 1;
getGroupsCommand() - 类 中的静态方法org.apache.hadoop.util.Shell
a Unix command to get the current user's groups list.
getGroupsCount() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
repeated string groups = 1;
getGroupsCount() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
repeated string groups = 1;
getGroupsCount() - 接口 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProtoOrBuilder
repeated string groups = 1;
getGroupsForUser(RpcController, GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto) - 接口 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.BlockingInterface
 
getGroupsForUser(RpcController, GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto, RpcCallback<GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto>) - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService
rpc getGroupsForUser(.hadoop.common.GetGroupsForUserRequestProto) returns (.hadoop.common.GetGroupsForUserResponseProto); Get the groups which are mapped to the given user.
getGroupsForUser(RpcController, GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto, RpcCallback<GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto>) - 接口 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Interface
rpc getGroupsForUser(.hadoop.common.GetGroupsForUserRequestProto) returns (.hadoop.common.GetGroupsForUserResponseProto); Get the groups which are mapped to the given user.
getGroupsForUser(RpcController, GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto, RpcCallback<GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto>) - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Stub
 
getGroupsForUser(String) - 类 中的方法org.apache.hadoop.tools.protocolPB.GetUserMappingsProtocolClientSideTranslatorPB
 
getGroupsForUser(RpcController, GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto) - 类 中的方法org.apache.hadoop.tools.protocolPB.GetUserMappingsProtocolServerSideTranslatorPB
 
getGroupsForUserCommand(String) - 类 中的静态方法org.apache.hadoop.util.Shell
A command to get a given user's groups list.
getGroupsIDForUserCommand(String) - 类 中的静态方法org.apache.hadoop.util.Shell
A command to get a given user's group id list.
getGroupsList() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
repeated string groups = 1;
getGroupsList() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
repeated string groups = 1;
getGroupsList() - 接口 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProtoOrBuilder
repeated string groups = 1;
getHadoopHome() - 类 中的静态方法org.apache.hadoop.util.Shell
Get the Hadoop home directory.
getHarHash(Path) - 类 中的静态方法org.apache.hadoop.fs.HarFileSystem
the hash of the path p inside the filesystem
getHarVersion() - 类 中的方法org.apache.hadoop.fs.HarFileSystem
 
getHeader(boolean) - 类 中的静态方法org.apache.hadoop.fs.ContentSummary
Return the header of the output.
getHeader() - 类 中的静态方法org.apache.hadoop.fs.QuotaUsage
Return the header of the output.
getHeader(String) - 接口 中的方法org.apache.hadoop.security.http.RestCsrfPreventionFilter.HttpInteraction
Returns the value of a header.
getHeaderFields() - 类 中的静态方法org.apache.hadoop.fs.ContentSummary
Returns the names of the fields from the summary header.
getHealthMonitorAddress() - 类 中的方法org.apache.hadoop.ha.HAServiceTarget
Returns an optional separate RPC server address for health checks at the target node.
getHealthMonitorProxy(Configuration, int) - 类 中的方法org.apache.hadoop.ha.HAServiceTarget
Returns a proxy to connect to the target HA service for health monitoring.
getHealthReport() - 类 中的方法org.apache.hadoop.util.NodeHealthScriptRunner
Returns output from health script. if node is healthy then an empty string is returned.
getHelp() - 类 中的方法org.apache.hadoop.fs.shell.find.BaseExpression
 
getHelp() - 接口 中的方法org.apache.hadoop.fs.shell.find.Expression
Returns a description of the expression for use in help.
getHelp() - 类 中的方法org.apache.hadoop.fs.shell.find.FilterExpression
 
getHomeDirectory() - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
Return the current user's home directory in this file system.
getHomeDirectory() - 类 中的方法org.apache.hadoop.fs.FileContext
Return the current user's home directory in this file system.
getHomeDirectory() - 类 中的方法org.apache.hadoop.fs.FileSystem
Return the current user's home directory in this FileSystem.
getHomeDirectory() - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
getHomeDirectory() - 类 中的方法org.apache.hadoop.fs.ftp.FTPFileSystem
 
getHomeDirectory() - 类 中的方法org.apache.hadoop.fs.HarFileSystem
return the top level archive path.
getHomeDirectory() - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
 
getHomeDirectory() - 类 中的方法org.apache.hadoop.fs.sftp.SFTPFileSystem
 
getHomeDirectory() - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getHomeDirectory() - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
getHomeDirValue(Configuration) - 类 中的静态方法org.apache.hadoop.fs.viewfs.ConfigUtil
Get the value of the home dir conf value for default mount table
getHomeDirValue(Configuration, String) - 类 中的静态方法org.apache.hadoop.fs.viewfs.ConfigUtil
Get the value of the home dir conf value for specified mount table
getHostAddress() - 类 中的方法org.apache.hadoop.ipc.Server.Call
 
getHostAddress() - 类 中的方法org.apache.hadoop.ipc.Server.Connection
 
getHostFromPrincipal(String) - 类 中的静态方法org.apache.hadoop.security.SecurityUtil
Get the host name from the principal name of format /host@realm.
getHostInetAddress() - 类 中的方法org.apache.hadoop.ipc.Server.Call
 
getHostInetAddress() - 类 中的方法org.apache.hadoop.ipc.Server.Connection
 
getHostName() - 类 中的方法org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
getHosts() - 类 中的方法org.apache.hadoop.fs.BlockLocation
Get the list of hosts (hostname) hosting this block
getId(Class<?>) - 类 中的方法org.apache.hadoop.io.AbstractMapWritable
 
getId() - 类 中的方法org.apache.hadoop.tracing.SpanReceiverInfo
 
getId() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
required int64 id = 1;
getId() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
required int64 id = 1;
getId() - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProtoOrBuilder
required int64 id = 1;
getId() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
required int64 id = 1;
getId() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
required int64 id = 1;
getId() - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProtoOrBuilder
required int64 id = 1;
getId() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
required int64 id = 1;
getId() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
required int64 id = 1;
getId() - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfoOrBuilder
required int64 id = 1;
getIdentifier() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
optional string identifier = 1;
getIdentifier() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
optional string identifier = 1;
getIdentifier() - 接口 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder
optional string identifier = 1;
getIdentifier() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
required bytes identifier = 1;
getIdentifier() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
required bytes identifier = 1;
getIdentifier() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProtoOrBuilder
required bytes identifier = 1;
getIdentifier() - 类 中的方法org.apache.hadoop.security.token.Token
Get the token identifier's byte representation.
getIdentifierBytes() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
optional string identifier = 1;
getIdentifierBytes() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
optional string identifier = 1;
getIdentifierBytes() - 接口 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder
optional string identifier = 1;
getIn() - 类 中的方法org.apache.hadoop.fs.shell.find.FindOptions
Returns the input stream to be used.
getIncludedHosts() - 类 中的方法org.apache.hadoop.util.HostsFileReader.HostDetails
 
getIncludesFile() - 类 中的方法org.apache.hadoop.util.HostsFileReader.HostDetails
 
getIndexInterval() - 类 中的方法org.apache.hadoop.io.MapFile.Writer
The number of entries that are added before an index entry is added.
getInitialMessage() - 异常错误 中的方法org.apache.hadoop.security.KerberosAuthException
 
getInitialUsed() - 类 中的方法org.apache.hadoop.fs.GetSpaceUsed.Builder
 
getInitialWorkingDirectory() - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
Some file systems like LocalFileSystem have an initial workingDir that is used as the starting workingDir.
getInitialWorkingDirectory() - 类 中的方法org.apache.hadoop.fs.FileSystem
Note: with the new FileContext class, getWorkingDirectory() will be removed.
getInitialWorkingDirectory() - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
getInitialWorkingDirectory() - 类 中的方法org.apache.hadoop.fs.HarFileSystem
 
getInitialWorkingDirectory() - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
 
getInstance(Configuration, FileSystem, Path) - 类 中的静态方法org.apache.hadoop.fs.TrashPolicy
getInstance(Configuration, FileSystem) - 类 中的静态方法org.apache.hadoop.fs.TrashPolicy
Get an instance of the configured TrashPolicy based on the value of the configuration parameter fs.trash.classname.
getInstance(String, int, DecayRpcScheduler) - 类 中的静态方法org.apache.hadoop.ipc.DecayRpcScheduler.MetricsProxy
 
getInstance(Configuration) - 类 中的静态方法org.apache.hadoop.security.SaslPropertiesResolver
Returns an instance of SaslPropertiesResolver.
getInstances(String, Class<U>) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name property as a List of objects implementing the interface specified by xface.
getInt(String, int) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name property as an int.
getInterface() - 类 中的方法org.apache.hadoop.io.retry.DefaultFailoverProxyProvider
 
getInterface() - 接口 中的方法org.apache.hadoop.io.retry.FailoverProxyProvider
Return a reference to the interface this provider's proxy objects actually implement.
getInterfaceName() - 异常错误 中的方法org.apache.hadoop.ipc.RPC.VersionMismatch
Get the interface name
getInterval() - 类 中的方法org.apache.hadoop.fs.GetSpaceUsed.Builder
 
getInterval() - 类 中的方法org.apache.hadoop.metrics2.lib.MutableQuantiles
 
getInts(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name property as a set of comma-delimited int values.
getIssueDate() - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
 
getJarsInDirectory(String) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
Returns all jars that are in the directory.
getJarsInDirectory(String, boolean) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
Returns all jars that are in the directory.
getJitter() - 类 中的方法org.apache.hadoop.fs.GetSpaceUsed.Builder
 
getKerberosInfo(Class<?>, Configuration) - 类 中的方法org.apache.hadoop.security.AnnotatedSecurityInfo
 
getKerberosInfo(Class<?>, Configuration) - 类 中的静态方法org.apache.hadoop.security.SecurityUtil
Look up the KerberosInfo for a given protocol.
getKey() - 类 中的方法org.apache.hadoop.conf.Configuration.DeprecationDelta
 
getKey(BytesWritable) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
Copy the key into BytesWritable.
getKey(byte[]) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
Copy the key into user supplied buffer.
getKey(byte[], int) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
Copy the key into user supplied buffer.
getKey() - 接口 中的方法org.apache.hadoop.io.SequenceFile.Sorter.RawKeyValueIterator
Gets the current raw key
getKey() - 类 中的方法org.apache.hadoop.io.SequenceFile.Sorter.SegmentDescriptor
Returns the stored rawKey
getKey() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
required string key = 1;
getKey() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
required string key = 1;
getKey() - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPairOrBuilder
required string key = 1;
getKeyBytes() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
required string key = 1;
getKeyBytes() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
required string key = 1;
getKeyBytes() - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPairOrBuilder
required string key = 1;
getKeyClass() - 类 中的方法org.apache.hadoop.io.MapFile.Reader
Returns the class of keys in this file.
getKeyClass() - 类 中的方法org.apache.hadoop.io.SequenceFile.Reader
Returns the class of keys in this file.
getKeyClass() - 类 中的方法org.apache.hadoop.io.SequenceFile.Writer
Returns the class of keys in this file.
getKeyClass() - 类 中的方法org.apache.hadoop.io.WritableComparator
Returns the WritableComparable implementation class.
getKeyClassName() - 类 中的方法org.apache.hadoop.io.SequenceFile.Reader
Returns the name of the key class.
getKeyLength() - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
Get the length of the key.
getKeyNear(long) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader
Get a sample key that is within a block whose starting offset is greater than or equal to the specified offset.
getKeyProvider() - 类 中的方法org.apache.hadoop.crypto.key.KeyProviderExtension
 
getKeyProviderUri() - 类 中的方法org.apache.hadoop.fs.FsServerDefaults
 
getKeys() - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider
Get the key names for all keys.
getKeys() - 类 中的方法org.apache.hadoop.crypto.key.KeyProviderExtension
 
getKeys() - 类 中的方法org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
getKeysMetadata(String...) - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider
Get key metadata in bulk.
getKeysMetadata(String...) - 类 中的方法org.apache.hadoop.crypto.key.KeyProviderExtension
 
getKeysMetadata(String...) - 类 中的方法org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
getKeyStream() - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
Streaming access to the key.
getKeytabFile() - 异常错误 中的方法org.apache.hadoop.security.KerberosAuthException
 
getKeyVersion(String) - 类 中的方法org.apache.hadoop.crypto.key.CachingKeyProvider
 
getKeyVersion(String) - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider
Get the key material for a specific version of the key.
getKeyVersion(String) - 类 中的方法org.apache.hadoop.crypto.key.KeyProviderExtension
 
getKeyVersion(String) - 类 中的方法org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
getKeyVersions(String) - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider
Get the key material for all versions of a specific key name.
getKeyVersions(String) - 类 中的方法org.apache.hadoop.crypto.key.KeyProviderExtension
 
getKeyVersions(String) - 类 中的方法org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
getKind() - 类 中的方法org.apache.hadoop.crypto.key.kms.KMSDelegationToken.KMSDelegationTokenIdentifier
 
getKind() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
required string kind = 3;
getKind() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
required string kind = 3;
getKind() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProtoOrBuilder
required string kind = 3;
getKind() - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
 
getKind() - 类 中的方法org.apache.hadoop.security.token.Token
Get the token kind.
getKind() - 类 中的方法org.apache.hadoop.security.token.Token.TrivialRenewer
 
getKind() - 类 中的方法org.apache.hadoop.security.token.TokenIdentifier
Get the token kind
getKindBytes() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
required string kind = 3;
getKindBytes() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
required string kind = 3;
getKindBytes() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProtoOrBuilder
required string kind = 3;
getKlass() - 类 中的方法org.apache.hadoop.fs.GetSpaceUsed.Builder
 
getLargeReadOps() - 类 中的方法org.apache.hadoop.fs.FileSystem.Statistics
Get the number of large file system read operations such as list files under a large directory.
getLargeReadOps() - 类 中的方法org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
 
getLastContact() - 类 中的方法org.apache.hadoop.ipc.Server.Connection
 
getLastKey() - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader
Get the last key in the TFile.
getLastReportedTime() - 类 中的方法org.apache.hadoop.util.NodeHealthScriptRunner
Returns time stamp when node health script was last run.
getLatestGcData() - 类 中的方法org.apache.hadoop.util.GcTimeMonitor
Returns a copy of the most recent data measured by this monitor.
getLeaf(int, Node) - 类 中的方法org.apache.hadoop.net.InnerNodeImpl
 
getLeasedCompressorsCount(CompressionCodec) - 类 中的静态方法org.apache.hadoop.io.compress.CodecPool
Return the number of leased Compressors for this CompressionCodec
getLeasedDecompressorsCount(CompressionCodec) - 类 中的静态方法org.apache.hadoop.io.compress.CodecPool
Return the number of leased Decompressors for this CompressionCodec
getLen() - 类 中的方法org.apache.hadoop.fs.FileStatus
Get the length of this file, in bytes.
getLength() - 类 中的方法org.apache.hadoop.fs.BlockLocation
Get the length of the block
getLength() - 类 中的方法org.apache.hadoop.fs.ContentSummary
 
getLength() - 类 中的方法org.apache.hadoop.fs.FileChecksum
The length of the checksum in bytes
getLength(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
已过时。
getLength() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint64 length = 3;
getLength() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
optional uint64 length = 3;
getLength() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional uint64 length = 3;
getLength() - 类 中的方法org.apache.hadoop.fs.store.EtagChecksum
 
getLength() - 类 中的方法org.apache.hadoop.io.BinaryComparable
Return n st bytes 0..n-1 from {#getBytes()} are valid.
getLength() - 类 中的方法org.apache.hadoop.io.BytesWritable
Get the current size of the buffer.
getLength() - 类 中的方法org.apache.hadoop.io.DataInputByteBuffer
 
getLength() - 类 中的方法org.apache.hadoop.io.DataOutputByteBuffer
 
getLength() - 接口 中的方法org.apache.hadoop.io.ReadaheadPool.ReadaheadRequest
 
getLength() - 类 中的方法org.apache.hadoop.io.SequenceFile.Writer
Returns the current length of the output file.
getLength() - 类 中的方法org.apache.hadoop.io.Text
Returns the number of bytes in the byte array
getLibraryName() - 类 中的静态方法org.apache.hadoop.io.compress.bzip2.Bzip2Compressor
 
getLibraryName(Configuration) - 类 中的静态方法org.apache.hadoop.io.compress.bzip2.Bzip2Factory
 
getLibraryName() - 类 中的静态方法org.apache.hadoop.io.compress.lz4.Lz4Compressor
 
getLibraryName() - 类 中的静态方法org.apache.hadoop.io.compress.Lz4Codec
 
getLibraryName() - 类 中的静态方法org.apache.hadoop.io.compress.snappy.SnappyCompressor
 
getLibraryName() - 类 中的静态方法org.apache.hadoop.io.compress.SnappyCodec
 
getLibraryName() - 类 中的静态方法org.apache.hadoop.io.compress.zlib.ZlibCompressor
 
getLibraryName() - 类 中的静态方法org.apache.hadoop.io.compress.zlib.ZlibFactory
 
getLibraryName() - 类 中的静态方法org.apache.hadoop.io.compress.ZStandardCodec
 
getLibraryName() - 类 中的静态方法org.apache.hadoop.io.compress.zstd.ZStandardCompressor
 
getLibraryName() - 类 中的静态方法org.apache.hadoop.io.erasurecode.ErasureCodeNative
Get the native library name that's available or supported.
getLifecycleHistory() - 类 中的方法org.apache.hadoop.service.AbstractService
 
getLifecycleHistory() - 接口 中的方法org.apache.hadoop.service.Service
Get a snapshot of the lifecycle history; it is a static list
getLinkCount(File) - 类 中的静态方法org.apache.hadoop.fs.HardLink
Retrieves the number of links to the specified file.
getLinkTarget(Path) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
Partially resolves the path.
getLinkTarget(Path) - 类 中的方法org.apache.hadoop.fs.FileContext
Returns the target of the given symbolic link as it was specified when the link was created.
getLinkTarget(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
getLinkTarget(Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
getLinkTarget(Path) - 类 中的方法org.apache.hadoop.fs.LocalFileSystem
 
getLinkTarget(Path) - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
 
getLinkTarget(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getLinkTarget(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
getListenerAddress() - 类 中的方法org.apache.hadoop.ipc.Server
Return the socket (ip+port) on which the RPC server is listening to.
getLoadingFailureReason() - 类 中的静态方法org.apache.hadoop.io.erasurecode.ErasureCodeNative
 
getLoc(String) - 类 中的方法org.apache.hadoop.net.InnerNodeImpl
 
getLocal(Configuration) - 类 中的静态方法org.apache.hadoop.fs.FileSystem
Get the local FileSystem.
getLocalFSFileContext() - 类 中的静态方法org.apache.hadoop.fs.FileContext
 
getLocalFSFileContext(Configuration) - 类 中的静态方法org.apache.hadoop.fs.FileContext
 
getLocalPath(String, String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get a local file under a directory named by dirsProp with the given path.
getLoginUser() - 类 中的静态方法org.apache.hadoop.security.UserGroupInformation
Get the currently logged in user.
getLong(String, long) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name property as a long.
getLong(String) - 类 中的方法org.apache.hadoop.fs.StorageStatistics
Get the value of a statistic.
getLongBytes(String, long) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name property as a long or human readable format.
getLongName() - 枚举 中的方法org.apache.hadoop.conf.StorageUnit
 
getLongStatistics() - 类 中的方法org.apache.hadoop.fs.StorageStatistics
Get an iterator over all the currently tracked long statistics.
getMajor() - 类 中的方法org.apache.hadoop.io.file.tfile.Utils.Version
Get the major version.
getMandatoryKeys() - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
Get all the keys that are set as mandatory keys.
getMasked() - 类 中的方法org.apache.hadoop.fs.permission.FsCreateModes
 
getMasked() - 类 中的方法org.apache.hadoop.fs.permission.FsPermission
Get masked permission if exists.
getMasterKeyId() - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
 
getMaterial() - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider.KeyVersion
 
getMaxDate() - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
 
getMaxDepth() - 类 中的方法org.apache.hadoop.fs.shell.find.FindOptions
Returns the maximum depth for applying expressions.
getMaxQueueSize() - 类 中的方法org.apache.hadoop.ipc.Server
The maximum size of the rpc call queue of this server.
getMbeanNameName(ObjectName) - 类 中的静态方法org.apache.hadoop.metrics2.util.MBeans
 
getMbeanNameService(ObjectName) - 类 中的静态方法org.apache.hadoop.metrics2.util.MBeans
 
getMechanism() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
required string mechanism = 2;
getMechanism() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
required string mechanism = 2;
getMechanism() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder
required string mechanism = 2;
getMechanismBytes() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
required string mechanism = 2;
getMechanismBytes() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
required string mechanism = 2;
getMechanismBytes() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder
required string mechanism = 2;
getMechanismName() - 枚举 中的方法org.apache.hadoop.security.SaslRpcServer.AuthMethod
Return the SASL mechanism name
getMechanismNames(Map<String, ?>) - 类 中的方法org.apache.hadoop.security.SaslPlainServer.SaslPlainServerFactory
 
getMemlockLimit() - 类 中的方法org.apache.hadoop.io.nativeio.NativeIO.POSIX.CacheManipulator
 
getMemlockLimit() - 类 中的方法org.apache.hadoop.io.nativeio.NativeIO.POSIX.NoMlockCacheManipulator
 
getMemlockLimit(Long) - 类 中的静态方法org.apache.hadoop.util.Shell
Static method to return the memory lock limit for datanode.
getMemory() - 类 中的方法org.apache.hadoop.io.SequenceFile.Sorter
Get the total amount of buffer memory, in bytes.
getMessage() - 异常错误 中的方法org.apache.hadoop.fs.PathIOException
Format: cmd: {operation} `path' {to `target'}: error string
getMessage() - 异常错误 中的方法org.apache.hadoop.fs.shell.CommandFormat.IllegalNumberOfArgumentsException
 
getMessage() - 异常错误 中的方法org.apache.hadoop.fs.shell.CommandFormat.NotEnoughArgumentsException
 
getMessage() - 异常错误 中的方法org.apache.hadoop.fs.shell.CommandFormat.TooManyArgumentsException
 
getMessage() - 异常错误 中的方法org.apache.hadoop.fs.viewfs.NotInMountpointException
 
getMessage() - 类 中的方法org.apache.hadoop.ipc.RefreshResponse
 
getMessage() - 异常错误 中的方法org.apache.hadoop.security.KerberosAuthException
 
getMetaBlock(String) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader
Stream access to a meta block
getMetadata(String) - 类 中的方法org.apache.hadoop.crypto.key.CachingKeyProvider
 
getMetadata(String) - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider
Get metadata about the key.
getMetadata(String) - 类 中的方法org.apache.hadoop.crypto.key.KeyProviderExtension
 
getMetadata(String) - 类 中的方法org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
getMetadata() - 类 中的方法org.apache.hadoop.io.SequenceFile.Metadata
 
getMetadata() - 类 中的方法org.apache.hadoop.io.SequenceFile.Reader
Returns the metadata object of the file
getMethod() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
required string method = 1;
getMethod() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
required string method = 1;
getMethod() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder
required string method = 1;
getMethod() - 接口 中的方法org.apache.hadoop.security.http.RestCsrfPreventionFilter.HttpInteraction
Returns the method.
getMethodBytes() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
required string method = 1;
getMethodBytes() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
required string method = 1;
getMethodBytes() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder
required string method = 1;
getMethodName() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
required string methodName = 1; Name of the RPC method
getMethodName() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
required string methodName = 1; Name of the RPC method
getMethodName() - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder
required string methodName = 1; Name of the RPC method
getMethodNameBytes() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
required string methodName = 1; Name of the RPC method
getMethodNameBytes() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
required string methodName = 1; Name of the RPC method
getMethodNameBytes() - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder
required string methodName = 1; Name of the RPC method
getMethods(int) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
repeated uint32 methods = 2;
getMethods(int) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
repeated uint32 methods = 2;
getMethods(int) - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProtoOrBuilder
repeated uint32 methods = 2;
getMethods() - 类 中的方法org.apache.hadoop.ipc.ProtocolSignature
 
getMethodsCount() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
repeated uint32 methods = 2;
getMethodsCount() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
repeated uint32 methods = 2;
getMethodsCount() - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProtoOrBuilder
repeated uint32 methods = 2;
getMethodsList() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
repeated uint32 methods = 2;
getMethodsList() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
repeated uint32 methods = 2;
getMethodsList() - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProtoOrBuilder
repeated uint32 methods = 2;
getMetric(String) - 类 中的方法org.apache.hadoop.metrics2.util.MetricsCache.Record
Lookup a metric value
getMetricInstance(String) - 类 中的方法org.apache.hadoop.metrics2.util.MetricsCache.Record
Lookup a metric instance
getMetrics(MetricsCollector, boolean) - 类 中的方法org.apache.hadoop.ipc.DecayRpcScheduler
 
getMetrics(MetricsCollector, boolean) - 类 中的方法org.apache.hadoop.ipc.DecayRpcScheduler.MetricsProxy
 
getMetrics(MetricsCollector, boolean) - 接口 中的方法org.apache.hadoop.metrics2.MetricsSource
Get metrics from the metrics source
getMillisToCede() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
required uint32 millisToCede = 1;
getMillisToCede() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
required uint32 millisToCede = 1;
getMillisToCede() - 接口 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProtoOrBuilder
required uint32 millisToCede = 1;
getMinDepth() - 类 中的方法org.apache.hadoop.fs.shell.find.FindOptions
Returns the minimum depth for applying expressions.
getMinor() - 类 中的方法org.apache.hadoop.io.file.tfile.Utils.Version
Get the minor version.
getMode() - 类 中的方法org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
 
getModificationTime() - 类 中的方法org.apache.hadoop.fs.FileStatus
Get the modification time of the file.
getModificationTime() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint64 modification_time = 7;
getModificationTime() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
optional uint64 modification_time = 7;
getModificationTime() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional uint64 modification_time = 7;
getMountedOnPath() - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem.MountPoint
 
getMountPoints() - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getMountPoints() - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
getMovableTypes() - 枚举 中的静态方法org.apache.hadoop.fs.StorageType
 
getMultipleLinearRandomRetry(Configuration, String, boolean, String, String) - 类 中的静态方法org.apache.hadoop.io.retry.RetryUtils
Return the MultipleLinearRandomRetry policy specified in the conf, or null if the feature is disabled.
getName() - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider.KeyVersion
 
getName() - 接口 中的方法org.apache.hadoop.fs.BlockStoragePolicySpi
Return the name of the storage policy.
getName() - 类 中的方法org.apache.hadoop.fs.FileSystem
已过时。
call FileSystem.getUri() instead.
getName() - 类 中的方法org.apache.hadoop.fs.Path
Returns the final component of this path.
getName() - 类 中的方法org.apache.hadoop.fs.permission.AclEntry
Returns the optional ACL entry name.
getName() - 类 中的方法org.apache.hadoop.fs.StorageStatistics
Get the name of this StorageStatistics object.
getName() - 类 中的方法org.apache.hadoop.fs.StorageStatistics.LongStatistic
 
getName() - 枚举 中的方法org.apache.hadoop.io.file.tfile.Compression.Algorithm
 
getName() - 类 中的方法org.apache.hadoop.service.AbstractService
 
getName() - 类 中的方法org.apache.hadoop.service.launcher.IrqHandler.InterruptData
 
getName() - 接口 中的方法org.apache.hadoop.service.Service
Get the name of this service.
getNamed(String, Configuration) - 类 中的静态方法org.apache.hadoop.fs.FileSystem
已过时。
getNames() - 类 中的方法org.apache.hadoop.fs.BlockLocation
Get the list of names (IP:xferPort) hosting this block
getNetworkBytesRead() - 类 中的方法org.apache.hadoop.util.SysInfo
Obtain the aggregated number of bytes read over the network.
getNetworkBytesWritten() - 类 中的方法org.apache.hadoop.util.SysInfo
Obtain the aggregated number of bytes written to the network.
getNewConf() - 类 中的方法org.apache.hadoop.conf.ReconfigurableBase
Create a new configuration.
getNewExpiryTime() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
required uint64 newExpiryTime = 1;
getNewExpiryTime() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
required uint64 newExpiryTime = 1;
getNewExpiryTime() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProtoOrBuilder
required uint64 newExpiryTime = 1;
getNewKeys() - 类 中的方法org.apache.hadoop.conf.Configuration.DeprecationDelta
 
getNewValue() - 异常错误 中的方法org.apache.hadoop.conf.ReconfigurationException
Get value to which property was supposed to be changed.
getNext() - 类 中的方法org.apache.hadoop.ipc.RetryCache.CacheEntry
 
getNext() - 接口 中的方法org.apache.hadoop.util.LightWeightGSet.LinkedElement
Get the next element.
getNextAncestorName(Node) - 类 中的方法org.apache.hadoop.net.InnerNodeImpl
 
getNotReadyReason() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
optional string notReadyReason = 3; If not ready to become active, a textual explanation of why not
getNotReadyReason() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
optional string notReadyReason = 3; If not ready to become active, a textual explanation of why not
getNotReadyReason() - 接口 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder
optional string notReadyReason = 3; If not ready to become active, a textual explanation of why not
getNotReadyReasonBytes() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
optional string notReadyReason = 3; If not ready to become active, a textual explanation of why not
getNotReadyReasonBytes() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
optional string notReadyReason = 3; If not ready to become active, a textual explanation of why not
getNotReadyReasonBytes() - 接口 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder
optional string notReadyReason = 3; If not ready to become active, a textual explanation of why not
getNumber() - 枚举 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.FileType
 
getNumber() - 枚举 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Flags
 
getNumber() - 枚举 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HARequestSource
 
getNumber() - 枚举 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceStateProto
 
getNumber() - 枚举 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcKindProto
 
getNumber() - 枚举 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.OperationProto
 
getNumber() - 枚举 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
 
getNumber() - 枚举 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto
 
getNumber() - 枚举 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslState
 
getNumber() - 类 中的方法org.apache.hadoop.service.launcher.IrqHandler.InterruptData
 
getNumCores() - 类 中的方法org.apache.hadoop.util.SysInfo
Obtain total number of physical cores present on the system.
getNumDataUnits() - 类 中的方法org.apache.hadoop.io.erasurecode.ECSchema
Get required data units count in a coding group
getNumDroppedConnections() - 类 中的方法org.apache.hadoop.ipc.Server
The number of RPC connections dropped due to too many connections.
getNumOfLeaves() - 类 中的方法org.apache.hadoop.net.InnerNodeImpl
 
getNumOpenConnections() - 类 中的方法org.apache.hadoop.ipc.Server
The number of open RPC conections
getNumOpenConnectionsPerUser() - 类 中的方法org.apache.hadoop.ipc.Server
Get the NumOpenConnections/User.
getNumParityUnits() - 类 中的方法org.apache.hadoop.io.erasurecode.ECSchema
Get required parity units count in a coding group
getNumProcessors() - 类 中的方法org.apache.hadoop.util.SysInfo
Obtain the total number of logical processors present on the system.
getNumReaders() - 类 中的方法org.apache.hadoop.ipc.Server
The number of reader threads for this server.
getNumVCoresUsed() - 类 中的方法org.apache.hadoop.util.SysInfo
Obtain the number of VCores used.
getOffset() - 类 中的方法org.apache.hadoop.fs.BlockLocation
Get the start offset of file associated with this block
getOffset() - 接口 中的方法org.apache.hadoop.io.ReadaheadPool.ReadaheadRequest
 
getOldValue() - 异常错误 中的方法org.apache.hadoop.conf.ReconfigurationException
Get old value of property that cannot be changed.
getOperatingSystemPageSize() - 类 中的方法org.apache.hadoop.io.nativeio.NativeIO.POSIX.CacheManipulator
 
getOperatingSystemPageSize() - 类 中的方法org.apache.hadoop.io.nativeio.NativeIO.POSIX.NoMlockCacheManipulator
 
getOpt(Class<T>, Options.HandleOpt...) - 类 中的静态方法org.apache.hadoop.fs.Options.HandleOpt
Utility method to extract a HandleOpt from the set provided.
getOpt(String) - 类 中的方法org.apache.hadoop.fs.shell.CommandFormat
Return if the option is set or not
getOption() - 异常错误 中的方法org.apache.hadoop.fs.shell.CommandFormat.UnknownOptionException
 
getOption(Class<T>, base[]) - 类 中的静态方法org.apache.hadoop.util.Options
Find the first option of the required class.
getOptions() - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
 
getOptions() - 类 中的方法org.apache.hadoop.fs.shell.find.BaseExpression
Return the options to be used by this expression.
getOpts() - 类 中的方法org.apache.hadoop.fs.shell.CommandFormat
Returns all the options that are set
getOptValue(String) - 类 中的方法org.apache.hadoop.fs.shell.CommandFormat
get the option's value
getOtherAction() - 类 中的方法org.apache.hadoop.fs.permission.FsPermission
Return other FsAction.
getOut() - 类 中的方法org.apache.hadoop.fs.shell.find.FindOptions
Returns the output stream to be used.
getOut() - 类 中的方法org.apache.hadoop.tools.CommandShell
 
getOutput() - 接口 中的方法org.apache.hadoop.util.Shell.CommandExecutor
 
getOutput() - 类 中的方法org.apache.hadoop.util.Shell.ShellCommandExecutor
Get the output of the shell command.
getOverflowedCalls() - 类 中的方法org.apache.hadoop.ipc.FairCallQueue
 
getOverflowedCalls() - 接口 中的方法org.apache.hadoop.ipc.FairCallQueueMXBean
 
getOwner() - 类 中的方法org.apache.hadoop.fs.FileStatus
Get the owner of the file.
getOwner() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional string owner = 5;
getOwner() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
optional string owner = 5;
getOwner() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional string owner = 5;
getOwner() - 类 中的方法org.apache.hadoop.fs.permission.AclStatus
Returns the file owner.
getOwner() - 类 中的方法org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
 
getOwner() - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
 
getOwnerBytes() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional string owner = 5;
getOwnerBytes() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
optional string owner = 5;
getOwnerBytes() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional string owner = 5;
getParameter(String) - 类 中的方法org.apache.hadoop.http.HttpServer2.QuotingInputFilter.RequestQuoter
Unquote the name and quote the value.
getParameterMap() - 类 中的方法org.apache.hadoop.http.HttpServer2.QuotingInputFilter.RequestQuoter
 
getParameterNames() - 类 中的方法org.apache.hadoop.http.HttpServer2.QuotingInputFilter.RequestQuoter
Return the set of parameter names, quoting each name.
getParameterValues(String) - 类 中的方法org.apache.hadoop.http.HttpServer2.QuotingInputFilter.RequestQuoter
 
getParent() - 类 中的方法org.apache.hadoop.fs.Path
Returns the parent of a path or null if at root.
getParentId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
optional int64 parentId = 2; parentIdLow
getParentId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
optional int64 parentId = 2; parentIdLow
getParentId() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProtoOrBuilder
optional int64 parentId = 2; parentIdLow
getParserForType() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
 
getParserForType() - 类 中的方法org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
getParserForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
getParserForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
getParserForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
getParserForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
getParserForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
getParserForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
getParserForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
getParserForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
getParserForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
getParserForType() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
getParserForType() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
getParserForType() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
getParserForType() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
getParserForType() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
getParserForType() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
getParserForType() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
getParserForType() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
getParserForType() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
getParserForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
getParserForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
getParserForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
getParserForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
getParserForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
getParserForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
getParserForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
getParserForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
getParserForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
getParserForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
getParserForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
getParserForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
getParserForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
getParserForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
getParserForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
getParserForType() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
getParserForType() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
getParserForType() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
getParserForType() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
getParserForType() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
getParserForType() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
getParserForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
getParserForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
getParserForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
getParserForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
getParserForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
getParserForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
getParserForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
getParserForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
getParserForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
getParserForType() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
getParserForType() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
getParserForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
getParserForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
getParserForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
getParserForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
getParserForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
getParserForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
getParserForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
getParserForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
getPassword(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value for a known password configuration element.
getPassword() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
required bytes password = 2;
getPassword() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
required bytes password = 2;
getPassword() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProtoOrBuilder
required bytes password = 2;
getPassword() - 类 中的方法org.apache.hadoop.security.token.Token
Get the token password/secret.
getPasswordFromConfig(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Fallback to clear text passwords in configuration.
getPasswordFromCredentialProviders(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Try and resolve the provided element name as a credential provider alias.
getPasswordReader() - 类 中的方法org.apache.hadoop.security.alias.CredentialShell
 
getPath() - 类 中的方法org.apache.hadoop.fs.FileStatus
 
getPath() - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
 
getPath() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
required string path = 2;
getPath() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
required string path = 2;
getPath() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
required string path = 2;
getPath() - 类 中的方法org.apache.hadoop.fs.GetSpaceUsed.Builder
 
getPath() - 异常错误 中的方法org.apache.hadoop.fs.PathIOException
 
getPath(PathData) - 类 中的方法org.apache.hadoop.fs.shell.find.BaseExpression
Returns the Path from the PathData item.
getPathBytes() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
required string path = 2;
getPathBytes() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
required string path = 2;
getPathBytes() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
required string path = 2;
getPathHandle(FileStatus, Options.HandleOpt...) - 类 中的方法org.apache.hadoop.fs.FileSystem
Create a durable, serializable handle to the referent of the given entity.
getPathWithoutSchemeAndAuthority(Path) - 类 中的静态方法org.apache.hadoop.fs.Path
Return a version of the given Path without the scheme information.
getPattern(String, Pattern) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name property as a Pattern.
getPayload() - 类 中的方法org.apache.hadoop.ipc.RetryCache.CacheEntryWithPayload
 
getPerm() - 类 中的方法org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
required uint32 perm = 1; UNIX-style mode bits
getPerm() - 类 中的方法org.apache.hadoop.fs.FSProtos.FsPermissionProto
required uint32 perm = 1; UNIX-style mode bits
getPerm() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FsPermissionProtoOrBuilder
required uint32 perm = 1; UNIX-style mode bits
getPermission() - 类 中的方法org.apache.hadoop.fs.FileStatus
Get FsPermission associated with the file.
getPermission() - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
 
getPermission() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional .hadoop.fs.FsPermissionProto permission = 4;
getPermission() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
optional .hadoop.fs.FsPermissionProto permission = 4;
getPermission() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional .hadoop.fs.FsPermissionProto permission = 4;
getPermission() - 类 中的方法org.apache.hadoop.fs.permission.AclEntry
Returns the set of permissions in the ACL entry.
getPermission() - 类 中的方法org.apache.hadoop.fs.permission.AclStatus
Returns the permission set for the path
getPermissionBuilder() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional .hadoop.fs.FsPermissionProto permission = 4;
getPermissionOrBuilder() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional .hadoop.fs.FsPermissionProto permission = 4;
getPermissionOrBuilder() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
optional .hadoop.fs.FsPermissionProto permission = 4;
getPermissionOrBuilder() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional .hadoop.fs.FsPermissionProto permission = 4;
getPhysicalMemorySize() - 类 中的方法org.apache.hadoop.util.SysInfo
Obtain the total size of the physical memory present in the system.
getPingInterval(Configuration) - 类 中的静态方法org.apache.hadoop.ipc.Client
Get the ping interval from configuration; If not set in the configuration, return the default value.
getPort() - 类 中的方法org.apache.hadoop.ipc.Server
Get the port on which the IPC Server is listening for incoming connections.
getPos() - 异常错误 中的方法org.apache.hadoop.fs.ChecksumException
 
getPos() - 类 中的方法org.apache.hadoop.fs.crypto.CryptoFSDataOutputStream
 
getPos() - 类 中的方法org.apache.hadoop.fs.FSDataInputStream
Get the current position in the input stream.
getPos() - 类 中的方法org.apache.hadoop.fs.FSDataOutputStream
Get the current position in the output stream.
getPos() - 类 中的方法org.apache.hadoop.fs.FSInputStream
Return the current offset from the start of the file
getPos() - 接口 中的方法org.apache.hadoop.fs.Seekable
Return the current offset from the start of the file
getPos() - 类 中的方法org.apache.hadoop.io.compress.CompressionInputStream
This method returns the current position in the stream.
getPosition() - 类 中的方法org.apache.hadoop.io.DataInputByteBuffer
 
getPosition() - 类 中的方法org.apache.hadoop.io.SequenceFile.Reader
Return the current byte position in the input file.
getPrecedence() - 类 中的方法org.apache.hadoop.fs.shell.find.BaseExpression
 
getPrecedence() - 接口 中的方法org.apache.hadoop.fs.shell.find.Expression
Returns the precedence of this expression (only applicable to operators).
getPrecedence() - 类 中的方法org.apache.hadoop.fs.shell.find.FilterExpression
 
getPrefix() - 类 中的方法org.apache.hadoop.security.HttpCrossOriginFilterInitializer
 
getPrimaryGroupName() - 类 中的方法org.apache.hadoop.security.UserGroupInformation
 
getPrincipal() - 异常错误 中的方法org.apache.hadoop.security.KerberosAuthException
 
getPriorityLevel(Schedulable) - 类 中的方法org.apache.hadoop.ipc.DecayRpcScheduler
Compute the appropriate priority for a schedulable based on past requests.
getPriorityLevel(Schedulable) - 类 中的方法org.apache.hadoop.ipc.DefaultRpcScheduler
 
getPriorityLevel(Schedulable) - 接口 中的方法org.apache.hadoop.ipc.RpcScheduler
Returns priority level greater than zero as a hint for scheduling.
getPriorityLevel() - 类 中的方法org.apache.hadoop.ipc.Server.Call
 
getPriorityLevel() - 类 中的静态方法org.apache.hadoop.ipc.Server
Return the priority level assigned by call queue to an RPC Returns 0 in case no priority is assigned.
getProcess() - 类 中的方法org.apache.hadoop.util.Shell
get the current sub-process executing the given command.
getProcessedByteCount() - 类 中的方法org.apache.hadoop.io.compress.bzip2.CBZip2InputStream
This method reports the processed bytes so far.
getProgress() - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
 
getProgress() - 接口 中的方法org.apache.hadoop.io.SequenceFile.Sorter.RawKeyValueIterator
Gets the Progress object; this has a float (0.0 - 1.0) indicating the bytes processed by the iterator so far
getProperty() - 异常错误 中的方法org.apache.hadoop.conf.ReconfigurationException
Get property that cannot be changed.
getPropertySources(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Gets information about why a property was set.
getProps() - 类 中的方法org.apache.hadoop.conf.Configuration
 
getPropsWithPrefix(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Constructs a mapping of configuration and includes all properties that start with the specified configuration prefix.
getProtocol() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
optional string protocol = 3; Protocol name for next rpc layer.
getProtocol() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
optional string protocol = 3; Protocol name for next rpc layer.
getProtocol() - 接口 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
optional string protocol = 3; Protocol name for next rpc layer.
getProtocol() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
required string protocol = 1; Protocol name
getProtocol() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
required string protocol = 1; Protocol name
getProtocol() - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder
required string protocol = 1; Protocol name
getProtocol() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
required string protocol = 1; Protocol name
getProtocol() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
required string protocol = 1; Protocol name
getProtocol() - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProtoOrBuilder
required string protocol = 1; Protocol name
getProtocol() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
optional string protocol = 3;
getProtocol() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
optional string protocol = 3;
getProtocol() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder
optional string protocol = 3;
getProtocol() - 类 中的方法org.apache.hadoop.ipc.Server.Call
 
getProtocol() - 类 中的静态方法org.apache.hadoop.ipc.Server
 
getProtocolAddress(Configuration) - 类 中的方法org.apache.hadoop.tools.GetGroupsBase
Must be overridden by subclasses to get the address where the GetUserMappingsProtocol implementation is running.
getProtocolBytes() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
optional string protocol = 3; Protocol name for next rpc layer.
getProtocolBytes() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
optional string protocol = 3; Protocol name for next rpc layer.
getProtocolBytes() - 接口 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
optional string protocol = 3; Protocol name for next rpc layer.
getProtocolBytes() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
required string protocol = 1; Protocol name
getProtocolBytes() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
required string protocol = 1; Protocol name
getProtocolBytes() - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder
required string protocol = 1; Protocol name
getProtocolBytes() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
required string protocol = 1; Protocol name
getProtocolBytes() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
required string protocol = 1; Protocol name
getProtocolBytes() - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProtoOrBuilder
required string protocol = 1; Protocol name
getProtocolBytes() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
optional string protocol = 3;
getProtocolBytes() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
optional string protocol = 3;
getProtocolBytes() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder
optional string protocol = 3;
getProtocolMetaInfoProxy(Client.ConnectionId, Configuration, SocketFactory) - 类 中的方法org.apache.hadoop.ipc.ProtobufRpcEngine
 
getProtocolMetaInfoProxy(Client.ConnectionId, Configuration, SocketFactory) - 接口 中的方法org.apache.hadoop.ipc.RpcEngine
Returns a proxy for ProtocolMetaInfoPB, which uses the given connection id.
getProtocolMetaInfoProxy(Client.ConnectionId, Configuration, SocketFactory) - 类 中的方法org.apache.hadoop.ipc.WritableRpcEngine
已过时。
 
getProtocolSignature(int) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolSignature(int) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolSignature(int) - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProtoOrBuilder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolSignature(RpcController, ProtocolInfoProtos.GetProtocolSignatureRequestProto) - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService.BlockingInterface
 
getProtocolSignature(RpcController, ProtocolInfoProtos.GetProtocolSignatureRequestProto, RpcCallback<ProtocolInfoProtos.GetProtocolSignatureResponseProto>) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService
rpc getProtocolSignature(.hadoop.common.GetProtocolSignatureRequestProto) returns (.hadoop.common.GetProtocolSignatureResponseProto); Return protocol version corresponding to protocol interface.
getProtocolSignature(RpcController, ProtocolInfoProtos.GetProtocolSignatureRequestProto, RpcCallback<ProtocolInfoProtos.GetProtocolSignatureResponseProto>) - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService.Interface
rpc getProtocolSignature(.hadoop.common.GetProtocolSignatureRequestProto) returns (.hadoop.common.GetProtocolSignatureResponseProto); Return protocol version corresponding to protocol interface.
getProtocolSignature(RpcController, ProtocolInfoProtos.GetProtocolSignatureRequestProto, RpcCallback<ProtocolInfoProtos.GetProtocolSignatureResponseProto>) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService.Stub
 
getProtocolSignature(RpcController, ProtocolInfoProtos.GetProtocolSignatureRequestProto) - 类 中的方法org.apache.hadoop.ipc.ProtocolMetaInfoServerSideTranslatorPB
 
getProtocolSignature(int, long, Class<? extends VersionedProtocol>) - 类 中的静态方法org.apache.hadoop.ipc.ProtocolSignature
Get a server protocol's signature
getProtocolSignature(String, long) - 类 中的静态方法org.apache.hadoop.ipc.ProtocolSignature
 
getProtocolSignature(VersionedProtocol, String, long, int) - 类 中的静态方法org.apache.hadoop.ipc.ProtocolSignature
Get a server protocol's signature
getProtocolSignature(String, long, int) - 接口 中的方法org.apache.hadoop.ipc.VersionedProtocol
Return protocol version corresponding to protocol interface.
getProtocolSignatureBuilder(int) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolSignatureBuilderList() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolSignatureCount() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolSignatureCount() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolSignatureCount() - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProtoOrBuilder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolSignatureList() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolSignatureList() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolSignatureList() - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProtoOrBuilder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolSignatureOrBuilder(int) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolSignatureOrBuilder(int) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolSignatureOrBuilder(int) - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProtoOrBuilder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolSignatureOrBuilderList() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolSignatureOrBuilderList() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolSignatureOrBuilderList() - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProtoOrBuilder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
getProtocolVersion(String, long) - 接口 中的方法org.apache.hadoop.ipc.VersionedProtocol
Return protocol version corresponding to protocol interface.
getProtocolVersions(int) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocolVersions(int) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocolVersions(int) - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProtoOrBuilder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocolVersions(RpcController, ProtocolInfoProtos.GetProtocolVersionsRequestProto) - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService.BlockingInterface
 
getProtocolVersions(RpcController, ProtocolInfoProtos.GetProtocolVersionsRequestProto, RpcCallback<ProtocolInfoProtos.GetProtocolVersionsResponseProto>) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService
rpc getProtocolVersions(.hadoop.common.GetProtocolVersionsRequestProto) returns (.hadoop.common.GetProtocolVersionsResponseProto); Return protocol version corresponding to protocol interface for each supported rpc kind.
getProtocolVersions(RpcController, ProtocolInfoProtos.GetProtocolVersionsRequestProto, RpcCallback<ProtocolInfoProtos.GetProtocolVersionsResponseProto>) - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService.Interface
rpc getProtocolVersions(.hadoop.common.GetProtocolVersionsRequestProto) returns (.hadoop.common.GetProtocolVersionsResponseProto); Return protocol version corresponding to protocol interface for each supported rpc kind.
getProtocolVersions(RpcController, ProtocolInfoProtos.GetProtocolVersionsRequestProto, RpcCallback<ProtocolInfoProtos.GetProtocolVersionsResponseProto>) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService.Stub
 
getProtocolVersions(RpcController, ProtocolInfoProtos.GetProtocolVersionsRequestProto) - 类 中的方法org.apache.hadoop.ipc.ProtocolMetaInfoServerSideTranslatorPB
 
getProtocolVersionsBuilder(int) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocolVersionsBuilderList() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocolVersionsCount() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocolVersionsCount() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocolVersionsCount() - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProtoOrBuilder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocolVersionsList() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocolVersionsList() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocolVersionsList() - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProtoOrBuilder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocolVersionsOrBuilder(int) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocolVersionsOrBuilder(int) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocolVersionsOrBuilder(int) - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProtoOrBuilder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocolVersionsOrBuilderList() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocolVersionsOrBuilderList() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocolVersionsOrBuilderList() - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProtoOrBuilder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
getProtocVersion() - 类 中的静态方法org.apache.hadoop.util.VersionInfo
Returns the protoc version used for the build.
getProviders(Configuration) - 类 中的静态方法org.apache.hadoop.crypto.key.KeyProviderFactory
 
getProviders() - 类 中的方法org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
getProviders(Configuration) - 类 中的静态方法org.apache.hadoop.security.alias.CredentialProviderFactory
 
getProxy(Configuration, int) - 类 中的方法org.apache.hadoop.ha.HAServiceTarget
 
getProxy() - 类 中的方法org.apache.hadoop.io.retry.DefaultFailoverProxyProvider
 
getProxy() - 接口 中的方法org.apache.hadoop.io.retry.FailoverProxyProvider
Get the proxy object which should be used until the next failover event occurs.
getProxy(Class<T>, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int) - 类 中的方法org.apache.hadoop.ipc.ProtobufRpcEngine
 
getProxy(Class<T>, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int, RetryPolicy) - 类 中的方法org.apache.hadoop.ipc.ProtobufRpcEngine
 
getProxy(Class<T>, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int, RetryPolicy, AtomicBoolean) - 类 中的方法org.apache.hadoop.ipc.ProtobufRpcEngine
 
getProxy() - 类 中的方法org.apache.hadoop.ipc.ProtocolProxy
 
getProxy(Class<T>, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int, RetryPolicy) - 接口 中的方法org.apache.hadoop.ipc.RpcEngine
Construct a client-side proxy object.
getProxy(Class<T>, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int, RetryPolicy, AtomicBoolean) - 接口 中的方法org.apache.hadoop.ipc.RpcEngine
Construct a client-side proxy object.
getProxy(Class<T>, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int, RetryPolicy) - 类 中的方法org.apache.hadoop.ipc.WritableRpcEngine
已过时。
Construct a client-side proxy object that implements the named protocol, talking to a server at the named address.
getProxy(Class<T>, long, InetSocketAddress, UserGroupInformation, Configuration, SocketFactory, int, RetryPolicy, AtomicBoolean) - 类 中的方法org.apache.hadoop.ipc.WritableRpcEngine
已过时。
Construct a client-side proxy object that implements the named protocol, talking to a server at the named address.
getProxyGroups() - 类 中的方法org.apache.hadoop.security.authorize.DefaultImpersonationProvider
 
getProxyHosts() - 类 中的方法org.apache.hadoop.security.authorize.DefaultImpersonationProvider
 
getProxySuperuserGroupConfKey(String) - 类 中的方法org.apache.hadoop.security.authorize.DefaultImpersonationProvider
Returns configuration key for effective groups allowed for a superuser
getProxySuperuserIpConfKey(String) - 类 中的方法org.apache.hadoop.security.authorize.DefaultImpersonationProvider
Return configuration key for superuser ip addresses
getProxySuperuserUserConfKey(String) - 类 中的方法org.apache.hadoop.security.authorize.DefaultImpersonationProvider
Returns configuration key for effective usergroups allowed for a superuser
getQualifiedBin(String) - 类 中的静态方法org.apache.hadoop.util.Shell
Fully qualify the path to a binary that should be in a known hadoop bin location.
getQualifiedBinPath(String) - 类 中的静态方法org.apache.hadoop.util.Shell
Fully qualify the path to a binary that should be in a known hadoop bin location.
getQueueSizes() - 类 中的方法org.apache.hadoop.ipc.FairCallQueue
 
getQueueSizes() - 接口 中的方法org.apache.hadoop.ipc.FairCallQueueMXBean
 
getQuota() - 类 中的方法org.apache.hadoop.fs.QuotaUsage
Return the directory quota.
getQuotaHeaderFields() - 类 中的静态方法org.apache.hadoop.fs.ContentSummary
Returns the names of the fields used in the quota summary.
getQuotaUsage(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Return the QuotaUsage of a given Path.
getQuotaUsage(boolean) - 类 中的方法org.apache.hadoop.fs.QuotaUsage
 
getQuotaUsage(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getRange(String, String) - 类 中的方法org.apache.hadoop.conf.Configuration
Parse the given attribute as a set of integer ranges
getRangeStart() - 类 中的方法org.apache.hadoop.conf.Configuration.IntegerRanges
Get range start for the first integer range.
getRaw(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name property, without doing variable expansion.If the key is deprecated, it returns the value of the first key which replaces the deprecated key and is not null.
getRaw() - 类 中的方法org.apache.hadoop.fs.LocalFileSystem
 
getRawFileSystem() - 类 中的方法org.apache.hadoop.fs.ChecksumFileSystem
get the raw file system
getRawFileSystem() - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
Get the raw file system
getReadlinkCommand(String) - 类 中的静态方法org.apache.hadoop.util.Shell
Return a command to read the target of the a symbolic link.
getReadOps() - 类 中的方法org.apache.hadoop.fs.FileSystem.Statistics
Get the number of file system read operations such as list files.
getReadOps() - 类 中的方法org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
 
getReadyToBecomeActive() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
optional bool readyToBecomeActive = 2; If state is STANDBY, indicate whether it is ready to become active.
getReadyToBecomeActive() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
optional bool readyToBecomeActive = 2; If state is STANDBY, indicate whether it is ready to become active.
getReadyToBecomeActive() - 接口 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder
optional bool readyToBecomeActive = 2; If state is STANDBY, indicate whether it is ready to become active.
getRealAuthenticationMethod() - 类 中的方法org.apache.hadoop.security.UserGroupInformation
Get the authentication method from the real user's subject.
getRealAuthenticationMethod(UserGroupInformation) - 类 中的静态方法org.apache.hadoop.security.UserGroupInformation
Returns the authentication method of a ugi.
getRealUser() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
optional string realUser = 2;
getRealUser() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
optional string realUser = 2;
getRealUser() - 接口 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProtoOrBuilder
optional string realUser = 2;
getRealUser() - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
 
getRealUser() - 类 中的方法org.apache.hadoop.security.UserGroupInformation
get RealUser (vs.
getRealUserBytes() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
optional string realUser = 2;
getRealUserBytes() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
optional string realUser = 2;
getRealUserBytes() - 接口 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProtoOrBuilder
optional string realUser = 2;
getRecommendedBufferSize() - 类 中的静态方法org.apache.hadoop.io.compress.zstd.ZStandardCompressor
 
getRecommendedBufferSize() - 类 中的静态方法org.apache.hadoop.io.compress.zstd.ZStandardDecompressor
 
getReconfigurableProperties() - 接口 中的方法org.apache.hadoop.conf.Reconfigurable
Return all the properties that can be changed at run time.
getReconfigurableProperties() - 类 中的方法org.apache.hadoop.conf.ReconfigurableBase
Return all the properties that can be changed at run time.
getReconfigurationTaskStatus() - 类 中的方法org.apache.hadoop.conf.ReconfigurableBase
 
getRecordNum() - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner
Get the RecordNum corresponding to the entry pointed by the cursor.
getRecordNumNear(long) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader
Get the RecordNum for the first key-value pair in a compressed block whose byte offset in the TFile is greater than or equal to the specified offset.
getReferenceCount() - 类 中的方法org.apache.hadoop.util.CloseableReferenceCount
Get the current reference count.
getRemaining() - 类 中的方法org.apache.hadoop.fs.FsStatus
Return the number of remaining bytes on the file system
getRemaining() - 类 中的方法org.apache.hadoop.io.compress.bzip2.Bzip2Decompressor
Returns the number of bytes remaining in the input buffers; normally called when finished() is true to determine amount of post-gzip-stream data.
getRemaining() - 类 中的方法org.apache.hadoop.io.compress.bzip2.BZip2DummyDecompressor
 
getRemaining() - 接口 中的方法org.apache.hadoop.io.compress.Decompressor
Returns the number of bytes remaining in the compressed data buffer.
getRemaining() - 类 中的方法org.apache.hadoop.io.compress.lz4.Lz4Decompressor
Returns 0.
getRemaining() - 类 中的方法org.apache.hadoop.io.compress.snappy.SnappyDecompressor
Returns 0.
getRemaining() - 类 中的方法org.apache.hadoop.io.compress.zlib.BuiltInGzipDecompressor
Returns the number of bytes remaining in the input buffer; normally called when finished() is true to determine amount of post-gzip-stream data.
getRemaining() - 类 中的方法org.apache.hadoop.io.compress.zlib.ZlibDecompressor
Returns the number of bytes remaining in the input buffers; normally called when finished() is true to determine amount of post-gzip-stream data.
getRemaining() - 类 中的方法org.apache.hadoop.io.compress.zstd.ZStandardDecompressor
Returns the number of bytes remaining in the input buffers; normally called when finished() is true to determine amount of post-stream data.
getRemoteAddress() - 类 中的静态方法org.apache.hadoop.ipc.Server
Returns remote address as a string when invoked inside an RPC.
getRemoteIp() - 类 中的静态方法org.apache.hadoop.ipc.Server
Returns the remote side ip address when invoked inside an RPC Returns null incase of an error.
getRemoteUser() - 类 中的方法org.apache.hadoop.ipc.ExternalCall
 
getRemoteUser() - 类 中的方法org.apache.hadoop.ipc.Server.Call
 
getRemoteUser() - 类 中的静态方法org.apache.hadoop.ipc.Server
Returns the RPC remote user when invoked inside an RPC.
getRenewDate() - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager.DelegationTokenInformation
returns renew date
getRenewer() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
required string renewer = 1;
getRenewer() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
required string renewer = 1;
getRenewer() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProtoOrBuilder
required string renewer = 1;
getRenewer() - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
 
getRenewerBytes() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
required string renewer = 1;
getRenewerBytes() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
required string renewer = 1;
getRenewerBytes() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProtoOrBuilder
required string renewer = 1;
getRenewToken() - 接口 中的方法org.apache.hadoop.fs.DelegationTokenRenewer.Renewable
 
getReplication() - 类 中的方法org.apache.hadoop.fs.FileStatus
Get the replication factor of a file.
getReplication(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
已过时。
getReplication() - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
 
getReplication() - 类 中的方法org.apache.hadoop.fs.FsServerDefaults
 
getReplicationFallbacks() - 接口 中的方法org.apache.hadoop.fs.BlockStoragePolicySpi
Get the fallback storage types for replicating existing block replicas.
getReqInfo() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
getReqInfo() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
getReqInfo() - 接口 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProtoOrBuilder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
getReqInfo() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
getReqInfo() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
getReqInfo() - 接口 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProtoOrBuilder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
getReqInfoBuilder() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
getReqInfoBuilder() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - 接口 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProtoOrBuilder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
getReqInfoOrBuilder() - 接口 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProtoOrBuilder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
getReqSource() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
required .hadoop.common.HARequestSource reqSource = 1;
getReqSource() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
required .hadoop.common.HARequestSource reqSource = 1;
getReqSource() - 接口 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProtoOrBuilder
required .hadoop.common.HARequestSource reqSource = 1;
getRequestLog(String) - 类 中的静态方法org.apache.hadoop.http.HttpRequestLog
 
getRequestPrototype(Descriptors.MethodDescriptor) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService
 
getRequestPrototype(Descriptors.MethodDescriptor) - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService
 
getRequestPrototype(Descriptors.MethodDescriptor) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService
 
getRequestPrototype(Descriptors.MethodDescriptor) - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService
 
getRequestPrototype(Descriptors.MethodDescriptor) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService
 
getRequestPrototype(Descriptors.MethodDescriptor) - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService
 
getRequestPrototype(Descriptors.MethodDescriptor) - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService
 
getRequestPrototype(Descriptors.MethodDescriptor) - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService
 
getRequestPrototype(Descriptors.MethodDescriptor) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService
 
getRequestURL() - 类 中的方法org.apache.hadoop.http.HttpServer2.QuotingInputFilter.RequestQuoter
Quote the url so that users specifying the HOST HTTP header can't inject attacks.
getResource(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the URL for the named resource.
getResource(String) - 类 中的方法org.apache.hadoop.util.ApplicationClassLoader
 
getResourceAsStream(String) - 类 中的静态方法org.apache.hadoop.util.ThreadUtil
Convenience method that returns a resource as inputstream from the classpath.
getResourceAsStream(ClassLoader, String) - 类 中的静态方法org.apache.hadoop.util.ThreadUtil
Convenience method that returns a resource as inputstream from the classpath using given classloader.
getResponsePrototype(Descriptors.MethodDescriptor) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService
 
getResponsePrototype(Descriptors.MethodDescriptor) - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService
 
getResponsePrototype(Descriptors.MethodDescriptor) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService
 
getResponsePrototype(Descriptors.MethodDescriptor) - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService
 
getResponsePrototype(Descriptors.MethodDescriptor) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService
 
getResponsePrototype(Descriptors.MethodDescriptor) - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService
 
getResponsePrototype(Descriptors.MethodDescriptor) - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService
 
getResponsePrototype(Descriptors.MethodDescriptor) - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService
 
getResponsePrototype(Descriptors.MethodDescriptor) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService
 
getResponses(int) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponses(int) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponses(int) - 接口 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponsesBuilder(int) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponsesBuilderList() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponsesCount() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponsesCount() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponsesCount() - 接口 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponsesList() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponsesList() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponsesList() - 接口 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponsesOrBuilder(int) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponsesOrBuilder(int) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponsesOrBuilder(int) - 接口 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponsesOrBuilderList() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponsesOrBuilderList() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponsesOrBuilderList() - 接口 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProtoOrBuilder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
getResponseTimeCountInLastWindow() - 类 中的方法org.apache.hadoop.ipc.DecayRpcScheduler
 
getResponseTimeCountInLastWindow() - 类 中的方法org.apache.hadoop.ipc.DecayRpcScheduler.MetricsProxy
 
getResponseTimeCountInLastWindow() - 接口 中的方法org.apache.hadoop.ipc.DecayRpcSchedulerMXBean
 
getRetainDays() - 类 中的方法org.apache.hadoop.http.HttpRequestLogAppender
 
getRetryCount() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional sint32 retryCount = 5 [default = -1]; clientId + callId uniquely identifies a request retry count, 1 means this is the first retry
getRetryCount() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
optional sint32 retryCount = 5 [default = -1]; clientId + callId uniquely identifies a request retry count, 1 means this is the first retry
getRetryCount() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
optional sint32 retryCount = 5 [default = -1]; clientId + callId uniquely identifies a request retry count, 1 means this is the first retry
getRetryCount() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional sint32 retryCount = 8 [default = -1];
getRetryCount() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
optional sint32 retryCount = 8 [default = -1];
getRetryCount() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
optional sint32 retryCount = 8 [default = -1];
getReturnCode() - 类 中的方法org.apache.hadoop.ipc.RefreshResponse
 
getRevision() - 接口 中的方法org.apache.hadoop.ipc.FairCallQueueMXBean
 
getRevision() - 类 中的静态方法org.apache.hadoop.util.VersionInfo
Get the Git commit hash of the repository when compiled.
getRollInterval() - 类 中的方法org.apache.hadoop.metrics2.sink.RollingFileSystemSink
Extract the roll interval from the configuration and return it in milliseconds.
getRpcDetailedMetrics() - 类 中的方法org.apache.hadoop.ipc.Server
 
getRpcErrorCodeProto() - 异常错误 中的方法org.apache.hadoop.ipc.RPC.VersionMismatch
get the detailed rpc status corresponding to this exception
getRpcErrorCodeProto() - 异常错误 中的方法org.apache.hadoop.ipc.RpcNoSuchMethodException
get the detailed rpc status corresponding to this exception
getRpcErrorCodeProto() - 异常错误 中的方法org.apache.hadoop.ipc.RpcNoSuchProtocolException
get the detailed rpc status corresponding to this exception
getRpcErrorCodeProto() - 异常错误 中的方法org.apache.hadoop.ipc.RpcServerException
get the detailed rpc status corresponding to this exception
getRpcInvoker(RPC.RpcKind) - 类 中的静态方法org.apache.hadoop.ipc.Server
 
getRpcKind() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
required string rpcKind = 2; RPC kind
getRpcKind() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
required string rpcKind = 2; RPC kind
getRpcKind() - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder
required string rpcKind = 2; RPC kind
getRpcKind() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
required string rpcKind = 1; RPC kind
getRpcKind() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
required string rpcKind = 1; RPC kind
getRpcKind() - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProtoOrBuilder
required string rpcKind = 1; RPC kind
getRpcKind() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RpcKindProto rpcKind = 1;
getRpcKind() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
optional .hadoop.common.RpcKindProto rpcKind = 1;
getRpcKind() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
optional .hadoop.common.RpcKindProto rpcKind = 1;
getRpcKindBytes() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
required string rpcKind = 2; RPC kind
getRpcKindBytes() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
required string rpcKind = 2; RPC kind
getRpcKindBytes() - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder
required string rpcKind = 2; RPC kind
getRpcKindBytes() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
required string rpcKind = 1; RPC kind
getRpcKindBytes() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
required string rpcKind = 1; RPC kind
getRpcKindBytes() - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProtoOrBuilder
required string rpcKind = 1; RPC kind
getRpcMetrics() - 类 中的方法org.apache.hadoop.ipc.Server
Returns a handle to the rpcMetrics (required in tests)
getRpcOp() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RpcRequestHeaderProto.OperationProto rpcOp = 2;
getRpcOp() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
optional .hadoop.common.RpcRequestHeaderProto.OperationProto rpcOp = 2;
getRpcOp() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
optional .hadoop.common.RpcRequestHeaderProto.OperationProto rpcOp = 2;
getRpcRequestWrapper(RpcHeaderProtos.RpcKindProto) - 类 中的方法org.apache.hadoop.ipc.Server
 
getRpcStatusProto() - 异常错误 中的方法org.apache.hadoop.ipc.RPC.VersionMismatch
get the rpc status corresponding to this exception
getRpcStatusProto() - 异常错误 中的方法org.apache.hadoop.ipc.RpcNoSuchMethodException
get the rpc status corresponding to this exception
getRpcStatusProto() - 异常错误 中的方法org.apache.hadoop.ipc.RpcNoSuchProtocolException
get the rpc status corresponding to this exception
getRpcStatusProto() - 异常错误 中的方法org.apache.hadoop.ipc.RpcServerException
get the rpc status corresponding to this exception
getRpcTimeout(Configuration) - 类 中的静态方法org.apache.hadoop.ipc.Client
The time after which a RPC will timeout.
getRunScriptCommand(File) - 类 中的静态方法org.apache.hadoop.util.Shell
Returns a command to run the given script.
getSaslQop() - 枚举 中的方法org.apache.hadoop.security.SaslRpcServer.QualityOfProtection
 
getSchedulingDecisionSummary() - 类 中的方法org.apache.hadoop.ipc.DecayRpcScheduler
 
getSchedulingDecisionSummary() - 类 中的方法org.apache.hadoop.ipc.DecayRpcScheduler.MetricsProxy
 
getSchedulingDecisionSummary() - 接口 中的方法org.apache.hadoop.ipc.DecayRpcSchedulerMXBean
 
getScheme() - 类 中的方法org.apache.hadoop.fs.FileSystem
Return the protocol scheme for this FileSystem.
getScheme() - 类 中的方法org.apache.hadoop.fs.FileSystem.Statistics
Get the uri scheme associated with this statistics object.
getScheme() - 类 中的方法org.apache.hadoop.fs.ftp.FTPFileSystem
Return the protocol scheme for the FileSystem.
getScheme() - 类 中的方法org.apache.hadoop.fs.HarFileSystem
Return the protocol scheme for the FileSystem.
getScheme() - 类 中的方法org.apache.hadoop.fs.http.HttpFileSystem
 
getScheme() - 类 中的方法org.apache.hadoop.fs.http.HttpsFileSystem
 
getScheme() - 类 中的方法org.apache.hadoop.fs.LocalFileSystem
Return the protocol scheme for the FileSystem.
getScheme() - 类 中的方法org.apache.hadoop.fs.StorageStatistics
 
getScheme() - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
Return the protocol scheme for the FileSystem.
getScope() - 类 中的方法org.apache.hadoop.fs.permission.AclEntry
Returns the scope of the ACL entry.
getSecret() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
optional bytes secret = 3;
getSecret() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
optional bytes secret = 3;
getSecret() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProtoOrBuilder
optional bytes secret = 3;
getSecretKey(Text) - 类 中的方法org.apache.hadoop.security.Credentials
Returns the key bytes for the alias.
getSecrets(int) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSecrets(int) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSecrets(int) - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProtoOrBuilder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSecretsBuilder(int) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSecretsBuilderList() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSecretsCount() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSecretsCount() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSecretsCount() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProtoOrBuilder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSecretsList() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSecretsList() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSecretsList() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProtoOrBuilder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSecretsOrBuilder(int) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSecretsOrBuilder(int) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSecretsOrBuilder(int) - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProtoOrBuilder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSecretsOrBuilderList() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSecretsOrBuilderList() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSecretsOrBuilderList() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProtoOrBuilder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
getSenderName() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
optional string senderName = 3; which handler sent this message
getSenderName() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
optional string senderName = 3; which handler sent this message
getSenderName() - 接口 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
optional string senderName = 3; which handler sent this message
getSenderName() - 类 中的方法org.apache.hadoop.ipc.RefreshResponse
 
getSenderNameBytes() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
optional string senderName = 3; which handler sent this message
getSenderNameBytes() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
optional string senderName = 3; which handler sent this message
getSenderNameBytes() - 接口 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
optional string senderName = 3; which handler sent this message
getSequenceNumber() - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
 
getSerializedSize() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
getSerializedSize() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
getSerializedSize() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
getSerializedSize() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
getServer(Class<?>, Object, String, int, int, int, int, boolean, Configuration, SecretManager<? extends TokenIdentifier>, String) - 类 中的方法org.apache.hadoop.ipc.ProtobufRpcEngine
 
getServer(Class<?>, Object, String, int, int, int, int, boolean, Configuration, SecretManager<? extends TokenIdentifier>, String) - 接口 中的方法org.apache.hadoop.ipc.RpcEngine
Construct a server for a protocol implementation instance.
getServer() - 类 中的方法org.apache.hadoop.ipc.Server.Connection
 
getServer(Class<?>, Object, String, int, int, int, int, boolean, Configuration, SecretManager<? extends TokenIdentifier>, String) - 类 中的方法org.apache.hadoop.ipc.WritableRpcEngine
已过时。
 
getServerDefaults() - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
getServerDefaults(Path) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
Return a set of server default configuration values based on path.
getServerDefaults() - 类 中的方法org.apache.hadoop.fs.FileSystem
已过时。
getServerDefaults(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Return a set of server default configuration values.
getServerDefaults() - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
getServerDefaults(Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
getServerDefaults() - 类 中的方法org.apache.hadoop.fs.HarFileSystem
 
getServerDefaults(Path) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
 
getServerDefaults() - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getServerDefaults(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getServerDefaults() - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
已过时。
getServerDefaults(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
getServerId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
optional string serverId = 4;
getServerId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
optional string serverId = 4;
getServerId() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder
optional string serverId = 4;
getServerIdBytes() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
optional string serverId = 4;
getServerIdBytes() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
optional string serverId = 4;
getServerIdBytes() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder
optional string serverId = 4;
getServerIpcVersionNum() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional uint32 serverIpcVersionNum = 3; Sent if success or fail
getServerIpcVersionNum() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
optional uint32 serverIpcVersionNum = 3; Sent if success or fail
getServerIpcVersionNum() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
optional uint32 serverIpcVersionNum = 3; Sent if success or fail
getServerName() - 类 中的方法org.apache.hadoop.http.HttpServer2.QuotingInputFilter.RequestQuoter
Quote the server name so that users specifying the HOST HTTP header can't inject attacks.
getServerPrincipal(String, String) - 类 中的静态方法org.apache.hadoop.security.SecurityUtil
Convert Kerberos principal name pattern to valid Kerberos principal names.
getServerPrincipal(String, InetAddress) - 类 中的静态方法org.apache.hadoop.security.SecurityUtil
Convert Kerberos principal name pattern to valid Kerberos principal names.
getServerProperties(InetAddress) - 类 中的方法org.apache.hadoop.security.SaslPropertiesResolver
Identify the Sasl Properties to be used for a connection with a client.
getServerProperties(InetAddress) - 类 中的方法org.apache.hadoop.security.WhitelistBasedResolver
Identify the Sasl Properties to be used for a connection with a client.
getServerProperties(String) - 类 中的方法org.apache.hadoop.security.WhitelistBasedResolver
 
getServerVersion() - 异常错误 中的方法org.apache.hadoop.ipc.RPC.VersionMismatch
Get the server's agreed to version.
getService() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
required string service = 4;
getService() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
required string service = 4;
getService() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProtoOrBuilder
required string service = 4;
getService() - 类 中的方法org.apache.hadoop.security.token.Token
Get the service on which the token is supposed to be used.
getService() - 类 中的方法org.apache.hadoop.service.launcher.ServiceLauncher
Get the service.
getServiceBytes() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
required string service = 4;
getServiceBytes() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
required string service = 4;
getServiceBytes() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProtoOrBuilder
required string service = 4;
getServiceClass() - 类 中的方法org.apache.hadoop.ipc.Server.Connection
Get service class for connection
getServiceException() - 类 中的方法org.apache.hadoop.service.launcher.ServiceLauncher
Get the exit exception used to end this service.
getServiceExitCode() - 类 中的方法org.apache.hadoop.service.launcher.ServiceLauncher
The exit code from a successful service execution.
getServiceName() - 接口 中的方法org.apache.hadoop.security.token.DtFetcher
Return a key used to identify the object/service implementation.
getServiceName() - 类 中的方法org.apache.hadoop.service.launcher.ServiceLauncher
Get the service name via Service.getName().
getServices() - 类 中的方法org.apache.hadoop.service.CompositeService
Get a cloned list of services
getServiceState() - 类 中的方法org.apache.hadoop.service.AbstractService
 
getServiceState() - 接口 中的方法org.apache.hadoop.service.Service
Get the current service state
getServiceStatus() - 接口 中的方法org.apache.hadoop.ha.HAServiceProtocol
Return the current status of the service.
getServiceStatus(RpcController, HAServiceProtocolProtos.GetServiceStatusRequestProto) - 接口 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService.BlockingInterface
 
getServiceStatus(RpcController, HAServiceProtocolProtos.GetServiceStatusRequestProto, RpcCallback<HAServiceProtocolProtos.GetServiceStatusResponseProto>) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService
rpc getServiceStatus(.hadoop.common.GetServiceStatusRequestProto) returns (.hadoop.common.GetServiceStatusResponseProto); Get the current status of the service.
getServiceStatus(RpcController, HAServiceProtocolProtos.GetServiceStatusRequestProto, RpcCallback<HAServiceProtocolProtos.GetServiceStatusResponseProto>) - 接口 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService.Interface
rpc getServiceStatus(.hadoop.common.GetServiceStatusRequestProto) returns (.hadoop.common.GetServiceStatusResponseProto); Get the current status of the service.
getServiceStatus(RpcController, HAServiceProtocolProtos.GetServiceStatusRequestProto, RpcCallback<HAServiceProtocolProtos.GetServiceStatusResponseProto>) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService.Stub
 
getSetOwnerCommand(String) - 类 中的静态方法org.apache.hadoop.util.Shell
Return a command to set owner.
getSetPermissionCommand(String, boolean) - 类 中的静态方法org.apache.hadoop.util.Shell
Return a command to set permission.
getSetPermissionCommand(String, boolean, String) - 类 中的静态方法org.apache.hadoop.util.Shell
Return a command to set permission for specific file.
getShortName() - 枚举 中的方法org.apache.hadoop.conf.StorageUnit
 
getShortUserName() - 类 中的方法org.apache.hadoop.security.UserGroupInformation
Get the user's login name.
getSignalKillCommand(int, String) - 类 中的静态方法org.apache.hadoop.util.Shell
Return a command to send a signal to a given pid.
getSignature() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
optional bytes signature = 2;
getSignature() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
optional bytes signature = 2;
getSignature() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProtoOrBuilder
optional bytes signature = 2;
getSize() - 类 中的方法org.apache.hadoop.io.BytesWritable
已过时。
getSize() - 接口 中的方法org.apache.hadoop.io.SequenceFile.ValueBytes
Size of stored data.
getSnapshotDirectoryCount() - 类 中的方法org.apache.hadoop.fs.ContentSummary
 
getSnapshotFileCount() - 类 中的方法org.apache.hadoop.fs.ContentSummary
 
getSnapshotLength() - 类 中的方法org.apache.hadoop.fs.ContentSummary
 
getSnapshotSpaceConsumed() - 类 中的方法org.apache.hadoop.fs.ContentSummary
 
getSocketAddr(String, String, String, int) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the socket address for hostProperty as a InetSocketAddress.
getSocketAddr(String, String, int) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the socket address for name property as a InetSocketAddress.
getSource() - 类 中的方法org.apache.hadoop.ha.HAServiceProtocol.StateChangeRequestInfo
 
getSpaceConsumed() - 类 中的方法org.apache.hadoop.fs.QuotaUsage
Return (disk) space consumed.
getSpaceQuota() - 类 中的方法org.apache.hadoop.fs.QuotaUsage
Return (disk) space quota.
GetSpaceUsed - org.apache.hadoop.fs中的接口
 
GetSpaceUsed.Builder - org.apache.hadoop.fs中的类
The builder class
getSrcChecksum() - 类 中的静态方法org.apache.hadoop.util.VersionInfo
Get the checksum of the source files from which Hadoop was built.
getStackTrace() - 异常错误 中的方法org.apache.hadoop.security.authorize.AuthorizationException
 
getStartTime() - 类 中的方法org.apache.hadoop.fs.shell.find.FindOptions
Returns the start time of this Find command.
getStartTime() - 类 中的方法org.apache.hadoop.service.AbstractService
 
getStartTime() - 接口 中的方法org.apache.hadoop.service.Service
Get the service start time
getStat(String) - 类 中的静态方法org.apache.hadoop.io.nativeio.NativeIO.POSIX
Return the file stat for a file path.
getState() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
required .hadoop.common.HAServiceStateProto state = 1;
getState() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
required .hadoop.common.HAServiceStateProto state = 1;
getState() - 接口 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder
required .hadoop.common.HAServiceStateProto state = 1;
getState() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
required .hadoop.common.RpcSaslProto.SaslState state = 2;
getState() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
required .hadoop.common.RpcSaslProto.SaslState state = 2;
getState() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProtoOrBuilder
required .hadoop.common.RpcSaslProto.SaslState state = 2;
getState() - 类 中的方法org.apache.hadoop.service.ServiceStateModel
Query the service state.
getStatistics() - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
 
getStatistics(URI) - 类 中的静态方法org.apache.hadoop.fs.AbstractFileSystem
Get the statistics for a particular file system.
getStatistics(URI) - 类 中的静态方法org.apache.hadoop.fs.FileContext
Get the statistics for a particular file system
getStatistics() - 类 中的静态方法org.apache.hadoop.fs.FileSystem
getStatistics(String, Class<? extends FileSystem>) - 类 中的静态方法org.apache.hadoop.fs.FileSystem
getStats(int) - 接口 中的方法org.apache.hadoop.log.LogThrottlingHelper.LogAction
Return summary information for the value that was recorded at index idx.
getStats(long) - 类 中的方法org.apache.hadoop.metrics2.lib.MutableRollingAverages
Retrieve a map of metric name -> (aggregate).
getStatus() - 类 中的方法org.apache.hadoop.fs.FileSystem
Returns a status object describing the use and capacity of the filesystem.
getStatus(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Returns a status object describing the use and capacity of the filesystem.
getStatus(Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
getStatus(Path) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
 
getStatus(Path) - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
 
getStatus() - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getStatus(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getStatus(FileSystem, Path) - 类 中的静态方法org.apache.hadoop.fs.viewfs.ViewFileSystemUtil
Get FsStatus for all ViewFsMountPoints matching path for the given ViewFileSystem.
getStatus() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
required .hadoop.common.RpcResponseHeaderProto.RpcStatusProto status = 2;
getStatus() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
required .hadoop.common.RpcResponseHeaderProto.RpcStatusProto status = 2;
getStatus() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
required .hadoop.common.RpcResponseHeaderProto.RpcStatusProto status = 2;
getStickyBit() - 类 中的方法org.apache.hadoop.fs.permission.FsPermission
 
getStorageBytesRead() - 类 中的方法org.apache.hadoop.util.SysInfo
Obtain the aggregated number of bytes read from disks.
getStorageBytesWritten() - 类 中的方法org.apache.hadoop.util.SysInfo
Obtain the aggregated number of bytes written to disks.
getStorageIds() - 类 中的方法org.apache.hadoop.fs.BlockLocation
Get the storageID of each replica of the block.
getStoragePolicy(Path) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
Retrieve the storage policy for a given file or directory.
getStoragePolicy(Path) - 类 中的方法org.apache.hadoop.fs.FileContext
Query the effective storage policy ID for the given file or directory.
getStoragePolicy(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Query the effective storage policy ID for the given file or directory.
getStoragePolicy(Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
getStoragePolicy(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getStoragePolicy(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
Retrieve the storage policy for a given file or directory.
getStorageSize(String, String, StorageUnit) - 类 中的方法org.apache.hadoop.conf.Configuration
Gets the Storage Size from the config, or returns the defaultValue.
getStorageSize(String, double, StorageUnit) - 类 中的方法org.apache.hadoop.conf.Configuration
Gets storage size from a config file.
getStorageStatistics() - 类 中的方法org.apache.hadoop.fs.FileSystem
Get the StorageStatistics for this FileSystem object.
getStorageTypeHeader(List<StorageType>) - 类 中的静态方法org.apache.hadoop.fs.QuotaUsage
return the header of with the StorageTypes.
getStorageTypes() - 类 中的方法org.apache.hadoop.fs.BlockLocation
Get the storage type of each replica of the block.
getStorageTypes() - 接口 中的方法org.apache.hadoop.fs.BlockStoragePolicySpi
Return the preferred storage types associated with this policy.
getString(String) - 类 中的方法org.apache.hadoop.io.retry.FailoverProxyProvider.ProxyInfo
 
getStringCollection(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the comma delimited values of the name property as a collection of Strings.
getStrings(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the comma delimited values of the name property as an array of Strings.
getStrings(String, String...) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the comma delimited values of the name property as an array of Strings.
getSubject() - 类 中的方法org.apache.hadoop.security.UserGroupInformation
Get the underlying subject from this ugi.
getSuffixChar() - 枚举 中的方法org.apache.hadoop.conf.StorageUnit
 
getSupportedCompressionAlgorithms() - 类 中的静态方法org.apache.hadoop.io.file.tfile.TFile
Get names of supported compression algorithms.
getSwitchMap() - 类 中的方法org.apache.hadoop.net.AbstractDNSToSwitchMapping
Get a copy of the map (for diagnostics)
getSwitchMap() - 类 中的方法org.apache.hadoop.net.CachedDNSToSwitchMapping
Get the (host x switch) map.
getSymlink() - 类 中的方法org.apache.hadoop.fs.FileStatus
 
getSymlink() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional string symlink = 9;
getSymlink() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
optional string symlink = 9;
getSymlink() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional string symlink = 9;
getSymlinkBytes() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional string symlink = 9;
getSymlinkBytes() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
optional string symlink = 9;
getSymlinkBytes() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional string symlink = 9;
getSymlinkCommand(String, String) - 类 中的静态方法org.apache.hadoop.util.Shell
Return a command to create symbolic links.
getTag(String) - 类 中的方法org.apache.hadoop.metrics2.lib.MetricsRegistry
Get a tag by name
getTag(String) - 类 中的方法org.apache.hadoop.metrics2.util.MetricsCache.Record
Lookup a tag value
getTargetFileSystemURIs() - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem.MountPoint
 
getTargetPath() - 异常错误 中的方法org.apache.hadoop.fs.PathIOException
 
getTestProvider() - 类 中的静态方法org.apache.hadoop.security.authorize.DefaultImpersonationProvider
 
getThisBuilder() - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
Return the concrete implementation of the builder instance.
getThreadStatistics() - 类 中的方法org.apache.hadoop.fs.FileSystem.Statistics
Get or create the thread-local data associated with the current thread.
getThresholds() - 类 中的方法org.apache.hadoop.ipc.DecayRpcScheduler
 
getTicketCacheFile() - 异常错误 中的方法org.apache.hadoop.security.KerberosAuthException
 
getTimeDuration(String, long, TimeUnit) - 类 中的方法org.apache.hadoop.conf.Configuration
Return time duration in the given time unit.
getTimeDuration(String, String, TimeUnit) - 类 中的方法org.apache.hadoop.conf.Configuration
 
getTimeDurationHelper(String, String, TimeUnit) - 类 中的方法org.apache.hadoop.conf.Configuration
Return time duration in the given time unit.
getTimeDurations(String, TimeUnit) - 类 中的方法org.apache.hadoop.conf.Configuration
 
getTimeout(Configuration) - 类 中的静态方法org.apache.hadoop.ipc.Client
已过时。
getTimeout() - 类 中的方法org.apache.hadoop.security.ShellBasedIdMapping
 
getTimeoutInterval() - 类 中的方法org.apache.hadoop.util.Shell.ShellCommandExecutor
Returns the timeout value set for the executor's sub-commands.
getTimerTask() - 类 中的方法org.apache.hadoop.util.NodeHealthScriptRunner
Used only by tests to access the timer task directly
getTimestamp() - 类 中的方法org.apache.hadoop.util.GcTimeMonitor.GcData
Returns the absolute timestamp when this measurement was taken.
getToken() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
optional bytes token = 3;
getToken() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
optional bytes token = 3;
getToken() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProtoOrBuilder
optional bytes token = 3;
getToken(Text) - 类 中的方法org.apache.hadoop.security.Credentials
Returns the Token object for the alias.
getToken() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
required .hadoop.common.TokenProto token = 1;
getToken() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
required .hadoop.common.TokenProto token = 1;
getToken() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProtoOrBuilder
required .hadoop.common.TokenProto token = 1;
getToken() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
optional .hadoop.common.TokenProto token = 2;
getToken() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
optional .hadoop.common.TokenProto token = 2;
getToken() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProtoOrBuilder
optional .hadoop.common.TokenProto token = 2;
getToken() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
optional .hadoop.common.TokenProto token = 1;
getToken() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
optional .hadoop.common.TokenProto token = 1;
getToken() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProtoOrBuilder
optional .hadoop.common.TokenProto token = 1;
getToken() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
required .hadoop.common.TokenProto token = 1;
getToken() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
required .hadoop.common.TokenProto token = 1;
getToken() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProtoOrBuilder
required .hadoop.common.TokenProto token = 1;
getTokenBuilder() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
required .hadoop.common.TokenProto token = 1;
getTokenBuilder() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
optional .hadoop.common.TokenProto token = 2;
getTokenBuilder() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
optional .hadoop.common.TokenProto token = 1;
getTokenBuilder() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
required .hadoop.common.TokenProto token = 1;
getTokenFile(File, String, Text, Text, String, String, Configuration) - 类 中的静态方法org.apache.hadoop.security.token.DtFileOperations
Fetch a token from a service and save to file in the local filesystem.
getTokenIdentifiers() - 类 中的方法org.apache.hadoop.security.UserGroupInformation
Get the set of TokenIdentifiers belonging to this UGI
getTokenInfo(Class<?>, Configuration) - 类 中的方法org.apache.hadoop.security.AnnotatedSecurityInfo
 
getTokenInfo(Class<?>, Configuration) - 类 中的静态方法org.apache.hadoop.security.SecurityUtil
Look up the TokenInfo for a given protocol.
getTokenInfo(TokenIdent) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
For subclasses externalizing the storage, for example Zookeeper based implementations
getTokenOrBuilder() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
required .hadoop.common.TokenProto token = 1;
getTokenOrBuilder() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
required .hadoop.common.TokenProto token = 1;
getTokenOrBuilder() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProtoOrBuilder
required .hadoop.common.TokenProto token = 1;
getTokenOrBuilder() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
optional .hadoop.common.TokenProto token = 2;
getTokenOrBuilder() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
optional .hadoop.common.TokenProto token = 2;
getTokenOrBuilder() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProtoOrBuilder
optional .hadoop.common.TokenProto token = 2;
getTokenOrBuilder() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
optional .hadoop.common.TokenProto token = 1;
getTokenOrBuilder() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
optional .hadoop.common.TokenProto token = 1;
getTokenOrBuilder() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProtoOrBuilder
optional .hadoop.common.TokenProto token = 1;
getTokenOrBuilder() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
required .hadoop.common.TokenProto token = 1;
getTokenOrBuilder() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
required .hadoop.common.TokenProto token = 1;
getTokenOrBuilder() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProtoOrBuilder
required .hadoop.common.TokenProto token = 1;
getTokens(int) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokens(int) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokens(int) - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProtoOrBuilder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokens() - 类 中的方法org.apache.hadoop.security.UserGroupInformation
Obtain the collection of tokens associated with this user.
getTokensBuilder(int) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokensBuilderList() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokensCount() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokensCount() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokensCount() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProtoOrBuilder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokenServiceAddr(Token<?>) - 类 中的静态方法org.apache.hadoop.security.SecurityUtil
Decode the given token's service field into an InetAddress
getTokensList() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokensList() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokensList() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProtoOrBuilder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokensOrBuilder(int) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokensOrBuilder(int) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokensOrBuilder(int) - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProtoOrBuilder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokensOrBuilderList() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokensOrBuilderList() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokensOrBuilderList() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProtoOrBuilder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
getTokenTrackingId(TokenIdent) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
 
getTopologyPaths() - 类 中的方法org.apache.hadoop.fs.BlockLocation
Get the list of network topology paths for each of the hosts.
getTotalCallSnapshot() - 类 中的方法org.apache.hadoop.ipc.DecayRpcScheduler
 
getTotalCallVolume() - 类 中的方法org.apache.hadoop.ipc.DecayRpcScheduler
 
getTotalCallVolume() - 类 中的方法org.apache.hadoop.ipc.DecayRpcScheduler.MetricsProxy
 
getTotalCallVolume() - 接口 中的方法org.apache.hadoop.ipc.DecayRpcSchedulerMXBean
 
getTotalRawCallVolume() - 类 中的方法org.apache.hadoop.ipc.DecayRpcScheduler
 
getTraceId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
optional int64 traceId = 1; parentIdHigh
getTraceId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
optional int64 traceId = 1; parentIdHigh
getTraceId() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProtoOrBuilder
optional int64 traceId = 1; parentIdHigh
getTraceInfo() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RPCTraceInfoProto traceInfo = 6; tracing info
getTraceInfo() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
optional .hadoop.common.RPCTraceInfoProto traceInfo = 6; tracing info
getTraceInfo() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
optional .hadoop.common.RPCTraceInfoProto traceInfo = 6; tracing info
getTraceInfoBuilder() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RPCTraceInfoProto traceInfo = 6; tracing info
getTraceInfoOrBuilder() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RPCTraceInfoProto traceInfo = 6; tracing info
getTraceInfoOrBuilder() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
optional .hadoop.common.RPCTraceInfoProto traceInfo = 6; tracing info
getTraceInfoOrBuilder() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
optional .hadoop.common.RPCTraceInfoProto traceInfo = 6; tracing info
getTrackingId() - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager.DelegationTokenInformation
returns tracking id
getTrackingId() - 类 中的方法org.apache.hadoop.security.token.TokenIdentifier
Returns a tracking identifier that can be used to associate usages of a token across multiple client sessions.
getTrackingIdIfEnabled(TokenIdent) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
 
getTrashInterval() - 类 中的方法org.apache.hadoop.fs.FsServerDefaults
 
getTrashRoot(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Get the root directory of Trash for current user when the path specified is deleted.
getTrashRoot(Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
getTrashRoot(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
Get the trash root directory for current user when the path specified is deleted.
getTrashRoots(boolean) - 类 中的方法org.apache.hadoop.fs.FileSystem
Get all the trash roots for current user or all users.
getTrashRoots(boolean) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
getTrashRoots(boolean) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
Get all the trash roots for current user or all users.
getTrimmed(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name property as a trimmed String, null if no such property exists.
getTrimmed(String, String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the value of the name property as a trimmed String, defaultValue if no such property exists.
getTrimmedStringCollection(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the comma delimited values of the name property as a collection of Strings, trimmed of the leading and trailing whitespace.
getTrimmedStrings(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the comma delimited values of the name property as an array of Strings, trimmed of the leading and trailing whitespace.
getTrimmedStrings(String, String...) - 类 中的方法org.apache.hadoop.conf.Configuration
Get the comma delimited values of the name property as an array of Strings, trimmed of the leading and trailing whitespace.
getType() - 类 中的方法org.apache.hadoop.fs.permission.AclEntry
Returns the ACL entry type.
getTypeConsumed(StorageType) - 类 中的方法org.apache.hadoop.fs.QuotaUsage
Return storage type consumed.
getTypeQuota(StorageType) - 类 中的方法org.apache.hadoop.fs.QuotaUsage
Return storage type quota.
getTypes() - 类 中的方法org.apache.hadoop.io.GenericWritable
Return all classes that may be wrapped.
getTypesQuotaUsage(boolean, List<StorageType>) - 类 中的方法org.apache.hadoop.fs.QuotaUsage
 
getTypesSupportingQuota() - 枚举 中的静态方法org.apache.hadoop.fs.StorageType
 
getUgi() - 类 中的方法org.apache.hadoop.fs.FileContext
Gets the ugi in the file-context
getUgi(IpcConnectionContextProtos.IpcConnectionContextProto) - 类 中的静态方法org.apache.hadoop.util.ProtoUtil
 
getUgi(IpcConnectionContextProtos.UserInformationProto) - 类 中的静态方法org.apache.hadoop.util.ProtoUtil
 
getUGIFromSubject(Subject) - 类 中的静态方法org.apache.hadoop.security.UserGroupInformation
Create a UserGroupInformation from a Subject with Kerberos principal.
getUGIFromTicketCache(String, String) - 类 中的静态方法org.apache.hadoop.security.UserGroupInformation
Create a UserGroupInformation from a Kerberos ticket cache.
getUgmProtocol() - 类 中的方法org.apache.hadoop.tools.GetGroupsBase
Get a client of the GetUserMappingsProtocol.
getUid(String) - 接口 中的方法org.apache.hadoop.security.IdMappingServiceProvider
 
getUid(String) - 类 中的方法org.apache.hadoop.security.ShellBasedIdMapping
 
getUidAllowingUnknown(String) - 接口 中的方法org.apache.hadoop.security.IdMappingServiceProvider
 
getUidAllowingUnknown(String) - 类 中的方法org.apache.hadoop.security.ShellBasedIdMapping
 
getUidNameMap() - 类 中的方法org.apache.hadoop.security.ShellBasedIdMapping
 
getUMask() - 类 中的方法org.apache.hadoop.fs.FileContext
 
getUMask(Configuration) - 类 中的静态方法org.apache.hadoop.fs.permission.FsPermission
Get the user file creation mask (umask) UMASK_LABEL config param has umask value that is either symbolic or octal.
getUnderlyingProxyObject() - 类 中的方法org.apache.hadoop.ha.protocolPB.ZKFCProtocolClientSideTranslatorPB
 
getUniqueIdentityCount() - 类 中的方法org.apache.hadoop.ipc.DecayRpcScheduler
 
getUniqueIdentityCount() - 类 中的方法org.apache.hadoop.ipc.DecayRpcScheduler.MetricsProxy
 
getUniqueIdentityCount() - 接口 中的方法org.apache.hadoop.ipc.DecayRpcSchedulerMXBean
 
getUnit() - 类 中的方法org.apache.hadoop.conf.StorageSize
 
getUnknownFields() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
getUnknownFields() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
getUnknownFields() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
getUnknownFields() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
getUnmasked() - 类 中的方法org.apache.hadoop.fs.permission.FsCreateModes
 
getUnmasked() - 类 中的方法org.apache.hadoop.fs.permission.FsPermission
Get unmasked permission if exists.
getUri() - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
Returns a URI whose scheme and authority identify this FileSystem.
getUri() - 类 中的方法org.apache.hadoop.fs.FileSystem
Returns a URI which identifies this FileSystem.
getUri() - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
Returns a URI whose scheme and authority identify this FileSystem.
getUri() - 类 中的方法org.apache.hadoop.fs.ftp.FTPFileSystem
 
getUri() - 类 中的方法org.apache.hadoop.fs.HarFileSystem
Returns the uri of this filesystem.
getUri() - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
 
getUri() - 类 中的方法org.apache.hadoop.fs.sftp.SFTPFileSystem
 
getUri() - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getUriDefaultPort() - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
The default port of this file system.
getUriDefaultPort() - 类 中的方法org.apache.hadoop.fs.HarFs
 
getUriDefaultPort() - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
getUriPath(Path) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
Get the path-part of a pathname.
getUrl() - 类 中的静态方法org.apache.hadoop.util.VersionInfo
Get the URL for the Hadoop repository.
getUsage() - 类 中的方法org.apache.hadoop.fs.DUHelper
 
getUsage() - 类 中的方法org.apache.hadoop.fs.shell.find.BaseExpression
 
getUsage() - 接口 中的方法org.apache.hadoop.fs.shell.find.Expression
Returns brief usage instructions for this expression.
getUsage() - 类 中的方法org.apache.hadoop.fs.shell.find.FilterExpression
 
getUsage() - 类 中的方法org.apache.hadoop.tools.CommandShell.SubCommand
 
getUsageMessage() - 类 中的方法org.apache.hadoop.service.launcher.ServiceLauncher
Get the usage message, ideally dynamically.
getUsed() - 类 中的方法org.apache.hadoop.fs.FileSystem
Return the total size of all files in the filesystem.
getUsed(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Return the total size of all files from a specified path.
getUsed() - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
Return the total size of all files in the filesystem.
getUsed(Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
Return the total size of all files from a specified path.
getUsed() - 类 中的方法org.apache.hadoop.fs.FsStatus
Return the number of bytes used on the file system
getUsed() - 接口 中的方法org.apache.hadoop.fs.GetSpaceUsed
 
getUsed() - 类 中的方法org.apache.hadoop.fs.HarFileSystem
 
getUsed(Path) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
Return the total size of all files from a specified path.
getUsed() - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
Return the total size of all files under "/", if Constants.CONFIG_VIEWFS_LINK_MERGE_SLASH is supported and is a valid mount point.
getUser() - 异常错误 中的方法org.apache.hadoop.security.KerberosAuthException
 
getUser() - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
Get the username encoded in the token identifier
getUser() - 类 中的方法org.apache.hadoop.security.token.TokenIdentifier
Get the Ugi with the username encoded in the token identifier
getUser() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
required string user = 1;
getUser() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
required string user = 1;
getUser() - 接口 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProtoOrBuilder
required string user = 1;
getUser() - 类 中的静态方法org.apache.hadoop.util.VersionInfo
The user that compiled Hadoop.
getUserAction() - 类 中的方法org.apache.hadoop.fs.permission.FsPermission
Return user FsAction.
getUserBytes() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
required string user = 1;
getUserBytes() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
required string user = 1;
getUserBytes() - 接口 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProtoOrBuilder
required string user = 1;
getUserGroupInformation() - 类 中的方法org.apache.hadoop.ipc.Server.Call
 
getUserInfo() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
optional .hadoop.common.UserInformationProto userInfo = 2; UserInfo beyond what is determined as part of security handshake at connection time (kerberos, tokens etc).
getUserInfo() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
optional .hadoop.common.UserInformationProto userInfo = 2; UserInfo beyond what is determined as part of security handshake at connection time (kerberos, tokens etc).
getUserInfo() - 接口 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
optional .hadoop.common.UserInformationProto userInfo = 2; UserInfo beyond what is determined as part of security handshake at connection time (kerberos, tokens etc).
getUserInfoBuilder() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
optional .hadoop.common.UserInformationProto userInfo = 2; UserInfo beyond what is determined as part of security handshake at connection time (kerberos, tokens etc).
getUserInfoOrBuilder() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
optional .hadoop.common.UserInformationProto userInfo = 2; UserInfo beyond what is determined as part of security handshake at connection time (kerberos, tokens etc).
getUserInfoOrBuilder() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
optional .hadoop.common.UserInformationProto userInfo = 2; UserInfo beyond what is determined as part of security handshake at connection time (kerberos, tokens etc).
getUserInfoOrBuilder() - 接口 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
optional .hadoop.common.UserInformationProto userInfo = 2; UserInfo beyond what is determined as part of security handshake at connection time (kerberos, tokens etc).
GetUserMappingsProtocolClientSideTranslatorPB - org.apache.hadoop.tools.protocolPB中的类
 
GetUserMappingsProtocolClientSideTranslatorPB(GetUserMappingsProtocolPB) - 类 的构造器org.apache.hadoop.tools.protocolPB.GetUserMappingsProtocolClientSideTranslatorPB
 
GetUserMappingsProtocolProtos - org.apache.hadoop.tools.proto中的类
 
GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto - org.apache.hadoop.tools.proto中的类
Protobuf type hadoop.common.GetGroupsForUserRequestProto Get groups for user request.
GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder - org.apache.hadoop.tools.proto中的类
Protobuf type hadoop.common.GetGroupsForUserRequestProto Get groups for user request.
GetUserMappingsProtocolProtos.GetGroupsForUserRequestProtoOrBuilder - org.apache.hadoop.tools.proto中的接口
 
GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto - org.apache.hadoop.tools.proto中的类
Protobuf type hadoop.common.GetGroupsForUserResponseProto Response for get groups.
GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder - org.apache.hadoop.tools.proto中的类
Protobuf type hadoop.common.GetGroupsForUserResponseProto Response for get groups.
GetUserMappingsProtocolProtos.GetGroupsForUserResponseProtoOrBuilder - org.apache.hadoop.tools.proto中的接口
 
GetUserMappingsProtocolProtos.GetUserMappingsProtocolService - org.apache.hadoop.tools.proto中的类
Protobuf service hadoop.common.GetUserMappingsProtocolService Protocol which maps users to groups.
GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.BlockingInterface - org.apache.hadoop.tools.proto中的接口
 
GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Interface - org.apache.hadoop.tools.proto中的接口
 
GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Stub - org.apache.hadoop.tools.proto中的类
 
GetUserMappingsProtocolServerSideTranslatorPB - org.apache.hadoop.tools.protocolPB中的类
 
GetUserMappingsProtocolServerSideTranslatorPB(GetUserMappingsProtocol) - 类 的构造器org.apache.hadoop.tools.protocolPB.GetUserMappingsProtocolServerSideTranslatorPB
 
GetUserMappingsProtocolService() - 类 的构造器org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService
 
getUserMessage() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
optional string userMessage = 2; to be displayed to the user
getUserMessage() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
optional string userMessage = 2; to be displayed to the user
getUserMessage() - 接口 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
optional string userMessage = 2; to be displayed to the user
getUserMessageBytes() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
optional string userMessage = 2; to be displayed to the user
getUserMessageBytes() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
optional string userMessage = 2; to be displayed to the user
getUserMessageBytes() - 接口 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
optional string userMessage = 2; to be displayed to the user
getUserName(int, String) - 接口 中的方法org.apache.hadoop.security.IdMappingServiceProvider
 
getUserName(int, String) - 类 中的方法org.apache.hadoop.security.ShellBasedIdMapping
 
getUserName() - 类 中的方法org.apache.hadoop.security.UserGroupInformation
Get the user's full principal name.
getUsers() - 类 中的方法org.apache.hadoop.security.authorize.AccessControlList
Get the names of users allowed for this service.
getUsersForNetgroupCommand(String) - 类 中的静态方法org.apache.hadoop.util.Shell
A command to get a given netgroup's user list.
getVal() - 类 中的方法org.apache.hadoop.util.Waitable
 
getValByRegex(String) - 类 中的方法org.apache.hadoop.conf.Configuration
get keys matching the the regex
getValue() - 类 中的方法org.apache.hadoop.conf.StorageSize
 
getValue() - 类 中的方法org.apache.hadoop.fs.Options.CreateOpts.BlockSize
 
getValue() - 类 中的方法org.apache.hadoop.fs.Options.CreateOpts.BufferSize
 
getValue() - 类 中的方法org.apache.hadoop.fs.Options.CreateOpts.BytesPerChecksum
 
getValue() - 类 中的方法org.apache.hadoop.fs.Options.CreateOpts.ChecksumParam
 
getValue() - 类 中的方法org.apache.hadoop.fs.Options.CreateOpts.CreateParent
 
getValue() - 类 中的方法org.apache.hadoop.fs.Options.CreateOpts.Perms
 
getValue() - 类 中的方法org.apache.hadoop.fs.Options.CreateOpts.Progress
 
getValue() - 类 中的方法org.apache.hadoop.fs.Options.CreateOpts.ReplicationFactor
 
getValue() - 类 中的方法org.apache.hadoop.fs.StorageStatistics.LongStatistic
 
getValue() - 枚举 中的方法org.apache.hadoop.fs.StreamCapabilities.StreamCapability
已过时。
 
getValue(BytesWritable) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
Copy the value into BytesWritable.
getValue(byte[]) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
Copy value into user-supplied buffer.
getValue(byte[], int) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
Copy value into user-supplied buffer.
getValue() - 接口 中的方法org.apache.hadoop.io.SequenceFile.Sorter.RawKeyValueIterator
Gets the current raw value
getValue(T) - 类 中的方法org.apache.hadoop.ipc.RpcWritable.Buffer
 
getValue() - 枚举 中的方法org.apache.hadoop.service.Service.STATE
Get the integer value of a state
getValue() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
required string value = 2;
getValue() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
required string value = 2;
getValue() - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPairOrBuilder
required string value = 2;
getValue() - 类 中的方法org.apache.hadoop.util.Options.BooleanOption
 
getValue() - 类 中的方法org.apache.hadoop.util.Options.ClassOption
 
getValue() - 类 中的方法org.apache.hadoop.util.Options.FSDataInputStreamOption
 
getValue() - 类 中的方法org.apache.hadoop.util.Options.FSDataOutputStreamOption
 
getValue() - 类 中的方法org.apache.hadoop.util.Options.IntegerOption
 
getValue() - 类 中的方法org.apache.hadoop.util.Options.LongOption
 
getValue() - 类 中的方法org.apache.hadoop.util.Options.PathOption
 
getValue() - 类 中的方法org.apache.hadoop.util.Options.ProgressableOption
 
getValue() - 类 中的方法org.apache.hadoop.util.Options.StringOption
 
getValue() - 类 中的方法org.apache.hadoop.util.PureJavaCrc32
 
getValue() - 类 中的方法org.apache.hadoop.util.PureJavaCrc32C
 
getValueBytes() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
required string value = 2;
getValueBytes() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
required string value = 2;
getValueBytes() - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPairOrBuilder
required string value = 2;
getValueClass() - 类 中的方法org.apache.hadoop.io.ArrayWritable
 
getValueClass() - 类 中的方法org.apache.hadoop.io.MapFile.Reader
Returns the class of values in this file.
getValueClass() - 类 中的方法org.apache.hadoop.io.SequenceFile.Reader
Returns the class of values in this file.
getValueClass() - 类 中的方法org.apache.hadoop.io.SequenceFile.Writer
Returns the class of values in this file.
getValueClassName() - 类 中的方法org.apache.hadoop.io.SequenceFile.Reader
Returns the name of the value class.
getValueDescriptor() - 枚举 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.FileType
 
getValueDescriptor() - 枚举 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Flags
 
getValueDescriptor() - 枚举 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HARequestSource
 
getValueDescriptor() - 枚举 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceStateProto
 
getValueDescriptor() - 枚举 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcKindProto
 
getValueDescriptor() - 枚举 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.OperationProto
 
getValueDescriptor() - 枚举 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
 
getValueDescriptor() - 枚举 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto
 
getValueDescriptor() - 枚举 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslState
 
getValueLength() - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
Get the length of the value. isValueLengthKnown() must be tested true.
getValueStream() - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
Stream access to value.
getVectorSize() - 类 中的方法org.apache.hadoop.util.bloom.BloomFilter
 
getVersion() - 类 中的方法org.apache.hadoop.io.VersionedWritable
Return the version number of the current implementation.
getVersion() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
required uint64 version = 1;
getVersion() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
required uint64 version = 1;
getVersion() - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProtoOrBuilder
required uint64 version = 1;
getVersion() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
optional uint32 version = 1;
getVersion() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
optional uint32 version = 1;
getVersion() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProtoOrBuilder
optional uint32 version = 1;
getVersion() - 类 中的方法org.apache.hadoop.ipc.ProtocolSignature
 
getVersion() - 类 中的静态方法org.apache.hadoop.util.VersionInfo
Get the Hadoop version.
getVersionName() - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider.KeyVersion
 
getVersions() - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider.Metadata
 
getVersions(int) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
repeated uint64 versions = 2; Protocol version corresponding to the rpc kind.
getVersions(int) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
repeated uint64 versions = 2; Protocol version corresponding to the rpc kind.
getVersions(int) - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProtoOrBuilder
repeated uint64 versions = 2; Protocol version corresponding to the rpc kind.
getVersionsCount() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
repeated uint64 versions = 2; Protocol version corresponding to the rpc kind.
getVersionsCount() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
repeated uint64 versions = 2; Protocol version corresponding to the rpc kind.
getVersionsCount() - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProtoOrBuilder
repeated uint64 versions = 2; Protocol version corresponding to the rpc kind.
getVersionsList() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
repeated uint64 versions = 2; Protocol version corresponding to the rpc kind.
getVersionsList() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
repeated uint64 versions = 2; Protocol version corresponding to the rpc kind.
getVersionsList() - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProtoOrBuilder
repeated uint64 versions = 2; Protocol version corresponding to the rpc kind.
getVIntSize(long) - 类 中的静态方法org.apache.hadoop.io.WritableUtils
Get the encoded length if an integer is stored in a variable-length format
getVirtualMemorySize() - 类 中的方法org.apache.hadoop.util.SysInfo
Obtain the total size of the virtual memory present in the system.
getWaitingThread() - 类 中的方法org.apache.hadoop.util.Shell
get the thread that is waiting on this instance of Shell.
getWinUtilsFile() - 类 中的静态方法org.apache.hadoop.util.Shell
Get a file reference to winutils.
getWinUtilsPath() - 类 中的静态方法org.apache.hadoop.util.Shell
Locate the winutils binary, or fail with a meaningful exception and stack trace as an RTE.
getWorkFactor(Configuration) - 类 中的静态方法org.apache.hadoop.io.compress.bzip2.Bzip2Factory
 
getWorkingDirectory() - 类 中的方法org.apache.hadoop.fs.FileContext
Gets the working directory for wd-relative names (such a "foo/bar").
getWorkingDirectory() - 类 中的方法org.apache.hadoop.fs.FileSystem
Get the current working directory for the given FileSystem
getWorkingDirectory() - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
Get the current working directory for the given file system
getWorkingDirectory() - 类 中的方法org.apache.hadoop.fs.ftp.FTPFileSystem
 
getWorkingDirectory() - 类 中的方法org.apache.hadoop.fs.HarFileSystem
return the top level archive.
getWorkingDirectory() - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
 
getWorkingDirectory() - 类 中的方法org.apache.hadoop.fs.sftp.SFTPFileSystem
 
getWorkingDirectory() - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getWriteOps() - 类 中的方法org.apache.hadoop.fs.FileSystem.Statistics
Get the number of file system write operations such as create, append rename etc.
getWriteOps() - 类 中的方法org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
 
getWritePacketSize() - 类 中的方法org.apache.hadoop.fs.FsServerDefaults
 
getXAttr(Path, String) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
Get an xattr for a file or directory.
getXAttr(Path, String) - 类 中的方法org.apache.hadoop.fs.FileContext
Get an xattr for a file or directory.
getXAttr(Path, String) - 类 中的方法org.apache.hadoop.fs.FileSystem
Get an xattr name and value for a file or directory.
getXAttr(Path, String) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
getXAttr(Path, String) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getXAttr(Path, String) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
getXAttrs(Path) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
Get all of the xattrs for a file or directory.
getXAttrs(Path, List<String>) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
Get all of the xattrs for a file or directory.
getXAttrs(Path) - 类 中的方法org.apache.hadoop.fs.FileContext
Get all of the xattrs for a file or directory.
getXAttrs(Path, List<String>) - 类 中的方法org.apache.hadoop.fs.FileContext
Get all of the xattrs for a file or directory.
getXAttrs(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Get all of the xattr name/value pairs for a file or directory.
getXAttrs(Path, List<String>) - 类 中的方法org.apache.hadoop.fs.FileSystem
Get all of the xattrs name/value pairs for a file or directory.
getXAttrs(Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
getXAttrs(Path, List<String>) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
getXAttrs(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getXAttrs(Path, List<String>) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
getXAttrs(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
getXAttrs(Path, List<String>) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
getZKAuthInfos(Configuration, String) - 类 中的静态方法org.apache.hadoop.security.SecurityUtil
Utility method to fetch ZK auth info from the configuration.
getZKFCAddress() - 类 中的方法org.apache.hadoop.ha.HAServiceTarget
 
getZKFCProxy(Configuration, int) - 类 中的方法org.apache.hadoop.ha.HAServiceTarget
 
getZlibCompressor(Configuration) - 类 中的静态方法org.apache.hadoop.io.compress.zlib.ZlibFactory
Return the appropriate implementation of the zlib compressor.
getZlibCompressorType(Configuration) - 类 中的静态方法org.apache.hadoop.io.compress.zlib.ZlibFactory
Return the appropriate type of the zlib compressor.
getZlibDecompressor(Configuration) - 类 中的静态方法org.apache.hadoop.io.compress.zlib.ZlibFactory
Return the appropriate implementation of the zlib decompressor.
getZlibDecompressorType(Configuration) - 类 中的静态方法org.apache.hadoop.io.compress.zlib.ZlibFactory
Return the appropriate type of the zlib decompressor.
getZlibDirectDecompressor(Configuration) - 类 中的静态方法org.apache.hadoop.io.compress.zlib.ZlibFactory
Return the appropriate implementation of the zlib direct decompressor.
GlobalStorageStatistics - org.apache.hadoop.fs中的枚举
Stores global storage statistics objects.
GlobalStorageStatistics.StorageStatisticsProvider - org.apache.hadoop.fs中的接口
A callback API for creating new StorageStatistics instances.
GlobFilter - org.apache.hadoop.fs中的类
A filter for POSIX glob pattern with brace expansions.
GlobFilter(String) - 类 的构造器org.apache.hadoop.fs.GlobFilter
Creates a glob filter with the specified file pattern.
GlobFilter(String, PathFilter) - 类 的构造器org.apache.hadoop.fs.GlobFilter
Creates a glob filter with the specified file pattern and an user filter.
GlobFilter - org.apache.hadoop.metrics2.filter中的类
A glob pattern filter for metrics.
GlobFilter() - 类 的构造器org.apache.hadoop.metrics2.filter.GlobFilter
 
globStatus(Path) - 类 中的方法org.apache.hadoop.fs.FileContext.Util
Return all the files that match filePattern and are not checksum files.
globStatus(Path, PathFilter) - 类 中的方法org.apache.hadoop.fs.FileContext.Util
Return an array of FileStatus objects whose path names match pathPattern and is accepted by the user-supplied path filter.
globStatus(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Return all the files that match filePattern and are not checksum files.
globStatus(Path, PathFilter) - 类 中的方法org.apache.hadoop.fs.FileSystem
Return an array of FileStatus objects whose path names match pathPattern and is accepted by the user-supplied path filter.
gracefulFailover(RpcController, ZKFCProtocolProtos.GracefulFailoverRequestProto) - 接口 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService.BlockingInterface
 
gracefulFailover(RpcController, ZKFCProtocolProtos.GracefulFailoverRequestProto, RpcCallback<ZKFCProtocolProtos.GracefulFailoverResponseProto>) - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService
rpc gracefulFailover(.hadoop.common.GracefulFailoverRequestProto) returns (.hadoop.common.GracefulFailoverResponseProto);
gracefulFailover(RpcController, ZKFCProtocolProtos.GracefulFailoverRequestProto, RpcCallback<ZKFCProtocolProtos.GracefulFailoverResponseProto>) - 接口 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService.Interface
rpc gracefulFailover(.hadoop.common.GracefulFailoverRequestProto) returns (.hadoop.common.GracefulFailoverResponseProto);
gracefulFailover(RpcController, ZKFCProtocolProtos.GracefulFailoverRequestProto, RpcCallback<ZKFCProtocolProtos.GracefulFailoverResponseProto>) - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService.Stub
 
gracefulFailover() - 类 中的方法org.apache.hadoop.ha.protocolPB.ZKFCProtocolClientSideTranslatorPB
 
Graphite(String, int) - 类 的构造器org.apache.hadoop.metrics2.sink.GraphiteSink.Graphite
 
GraphiteSink - org.apache.hadoop.metrics2.sink中的类
A metrics sink that writes to a Graphite server
GraphiteSink() - 类 的构造器org.apache.hadoop.metrics2.sink.GraphiteSink
 
GraphiteSink.Graphite - org.apache.hadoop.metrics2.sink中的类
 
GREATER_ICOST - 类 中的静态变量org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
This constant is accessible by subclasses for historical purposes.
group - 类 中的变量org.apache.hadoop.fs.FsShellPermissions.Chown
 
group(String) - 类 中的方法org.apache.hadoop.fs.permission.AclStatus.Builder
Sets the file group.
GROUP_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.fs.FSProtos.FileStatusProto
 
GROUP_MAPPING_CONFIG_PREFIX - 接口 中的静态变量org.apache.hadoop.security.GroupMappingServiceProvider
 
GroupMappingServiceProvider - org.apache.hadoop.security中的接口
An interface for the implementation of a user-to-groups mapping service used by Groups.
GROUPS_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
GzipCodec - org.apache.hadoop.io.compress中的类
This class creates gzip compressors/decompressors.
GzipCodec() - 类 的构造器org.apache.hadoop.io.compress.GzipCodec
 
GzipCodec.GzipOutputStream - org.apache.hadoop.io.compress中的类
A bridge that wraps around a DeflaterOutputStream to make it a CompressionOutputStream.
GzipOutputStream(OutputStream) - 类 的构造器org.apache.hadoop.io.compress.GzipCodec.GzipOutputStream
 
GzipOutputStream(CompressorStream) - 类 的构造器org.apache.hadoop.io.compress.GzipCodec.GzipOutputStream
Allow children types to put a different type in here.

H

HAAdmin.UsageInfo - org.apache.hadoop.ha中的类
 
HADOOP_AUTHENTICATION_IS_DISABLED - 类 中的静态变量org.apache.hadoop.security.KDiag
 
HADOOP_CALLER_CONTEXT_ENABLED_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_CALLER_CONTEXT_ENABLED_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_CALLER_CONTEXT_MAX_SIZE_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_CALLER_CONTEXT_MAX_SIZE_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_CALLER_CONTEXT_SIGNATURE_MAX_SIZE_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_CALLER_CONTEXT_SIGNATURE_MAX_SIZE_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_CUSTOM_TAGS - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_HTTP_AUTHENTICATION_TYPE - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_HTTP_LOGS_ENABLED - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_HTTP_LOGS_ENABLED_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Defalt value for HADOOP_HTTP_LOGS_ENABLED
HADOOP_JAAS_DEBUG - 类 中的静态变量org.apache.hadoop.security.KDiag
 
HADOOP_KERBEROS_MIN_SECONDS_BEFORE_RELOGIN - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_KERBEROS_MIN_SECONDS_BEFORE_RELOGIN_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for HADOOP_KERBEROS_MIN_SECONDS_BEFORE_RELOGIN
HADOOP_RPC_PROTECTION - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_RPC_PROTECTION_NON_WHITELIST - 类 中的静态变量org.apache.hadoop.security.WhitelistBasedResolver
comma separated list containing alternate hadoop.rpc.protection values for clients which are not in whitelist
HADOOP_RPC_SOCKET_FACTORY_CLASS_DEFAULT_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_RPC_SOCKET_FACTORY_CLASS_DEFAULT_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_AUTH_TO_LOCAL - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_AUTH_TO_LOCAL_MECHANISM - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_AUTHENTICATION - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_AUTHORIZATION - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_CREDENTIAL_CLEAR_TEXT_FALLBACK - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_CREDENTIAL_CLEAR_TEXT_FALLBACK_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_CREDENTIAL_PASSWORD_FILE_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_CREDENTIAL_PROVIDER_PATH - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_CRYPTO_BUFFER_SIZE_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Defalt value for HADOOP_SECURITY_CRYPTO_BUFFER_SIZE_KEY
HADOOP_SECURITY_CRYPTO_BUFFER_SIZE_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_CRYPTO_CIPHER_SUITE_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_CRYPTO_CIPHER_SUITE_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_CRYPTO_CODEC_CLASSES_AES_CTR_NOPADDING_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_CRYPTO_CODEC_CLASSES_AES_CTR_NOPADDING_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_CRYPTO_CODEC_CLASSES_KEY_PREFIX - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_CRYPTO_JCE_PROVIDER_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_CRYPTO_JCEKS_KEY_SERIALFILTER - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_DNS_INTERFACE_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_DNS_NAMESERVER_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_GROUP_MAPPING - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_GROUP_SHELL_COMMAND_TIMEOUT_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_GROUP_SHELL_COMMAND_TIMEOUT_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_GROUP_SHELL_COMMAND_TIMEOUT_SECS - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
HADOOP_SECURITY_GROUP_SHELL_COMMAND_TIMEOUT_SECS_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
HADOOP_SECURITY_GROUPS_CACHE_BACKGROUND_RELOAD - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_GROUPS_CACHE_BACKGROUND_RELOAD_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_GROUPS_CACHE_BACKGROUND_RELOAD_THREADS - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_GROUPS_CACHE_BACKGROUND_RELOAD_THREADS_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_GROUPS_CACHE_SECS - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_GROUPS_CACHE_SECS_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_GROUPS_CACHE_WARN_AFTER_MS - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_GROUPS_CACHE_WARN_AFTER_MS_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_GROUPS_NEGATIVE_CACHE_SECS - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_GROUPS_NEGATIVE_CACHE_SECS_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_IMPERSONATION_PROVIDER_CLASS - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Class to override Impersonation provider
HADOOP_SECURITY_INSTRUMENTATION_REQUIRES_ADMIN - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_JAVA_SECURE_RANDOM_ALGORITHM_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Defalt value for HADOOP_SECURITY_JAVA_SECURE_RANDOM_ALGORITHM_KEY
HADOOP_SECURITY_JAVA_SECURE_RANDOM_ALGORITHM_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_KEY_DEFAULT_BITLENGTH_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Defalt value for HADOOP_SECURITY_KEY_DEFAULT_BITLENGTH_KEY.
HADOOP_SECURITY_KEY_DEFAULT_BITLENGTH_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_KEY_DEFAULT_CIPHER_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Defalt value for HADOOP_SECURITY_KEY_DEFAULT_CIPHER_KEY.
HADOOP_SECURITY_KEY_DEFAULT_CIPHER_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_KEY_PROVIDER_PATH - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_SASL_FIXEDWHITELIST_FILE - 类 中的静态变量org.apache.hadoop.security.WhitelistBasedResolver
Path to the file to containing subnets and ip addresses to form fixed whitelist.
HADOOP_SECURITY_SASL_PROPS_RESOLVER_CLASS - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Class to override Sasl Properties for a connection
HADOOP_SECURITY_SASL_VARIABLEWHITELIST_CACHE_SECS - 类 中的静态变量org.apache.hadoop.security.WhitelistBasedResolver
time in seconds by which the variable whitelist file is checked for updates
HADOOP_SECURITY_SASL_VARIABLEWHITELIST_ENABLE - 类 中的静态变量org.apache.hadoop.security.WhitelistBasedResolver
Enables/Disables variable whitelist
HADOOP_SECURITY_SASL_VARIABLEWHITELIST_FILE - 类 中的静态变量org.apache.hadoop.security.WhitelistBasedResolver
Path to the file to containing subnets and ip addresses to form variable whitelist.
HADOOP_SECURITY_SECURE_RANDOM_DEVICE_FILE_PATH_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_SECURE_RANDOM_DEVICE_FILE_PATH_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_SECURE_RANDOM_IMPL_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_SENSITIVE_CONFIG_KEYS - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_SENSITIVE_CONFIG_KEYS_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SECURITY_SERVICE_USER_NAME_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SHELL_MISSING_DEFAULT_FS_WARNING_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SHELL_MISSING_DEFAULT_FS_WARNING_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SHELL_SAFELY_DELETE_LIMIT_NUM_FILES - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SHELL_SAFELY_DELETE_LIMIT_NUM_FILES_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SOCKS_SERVER_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_SYSTEM_TAGS - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_TOKEN_FILE_LOCATION - 类 中的静态变量org.apache.hadoop.security.UserGroupInformation
Environment variable pointing to the token cache file
HADOOP_TOKEN_FILES - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HADOOP_UTIL_HASH_TYPE_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for HADOOP_UTIL_HASH_TYPE_KEY
HADOOP_UTIL_HASH_TYPE_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
HadoopExecutors - org.apache.hadoop.util.concurrent中的类
Factory methods for ExecutorService, ScheduledExecutorService instances.
HadoopIllegalArgumentException - org.apache.hadoop中的异常错误
Indicates that a method has been passed illegal or invalid argument.
HadoopIllegalArgumentException(String) - 异常错误 的构造器org.apache.hadoop.HadoopIllegalArgumentException
Constructs exception with the specified detail message.
HadoopScheduledThreadPoolExecutor - org.apache.hadoop.util.concurrent中的类
An extension of ScheduledThreadPoolExecutor that provides additional functionality.
HadoopScheduledThreadPoolExecutor(int) - 类 的构造器org.apache.hadoop.util.concurrent.HadoopScheduledThreadPoolExecutor
 
HadoopScheduledThreadPoolExecutor(int, ThreadFactory) - 类 的构造器org.apache.hadoop.util.concurrent.HadoopScheduledThreadPoolExecutor
 
HadoopScheduledThreadPoolExecutor(int, RejectedExecutionHandler) - 类 的构造器org.apache.hadoop.util.concurrent.HadoopScheduledThreadPoolExecutor
 
HadoopScheduledThreadPoolExecutor(int, ThreadFactory, RejectedExecutionHandler) - 类 的构造器org.apache.hadoop.util.concurrent.HadoopScheduledThreadPoolExecutor
 
HadoopThreadPoolExecutor - org.apache.hadoop.util.concurrent中的类
An extension of ThreadPoolExecutor that provides additional functionality.
HadoopThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>) - 类 的构造器org.apache.hadoop.util.concurrent.HadoopThreadPoolExecutor
 
HadoopThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory) - 类 的构造器org.apache.hadoop.util.concurrent.HadoopThreadPoolExecutor
 
HadoopThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, RejectedExecutionHandler) - 类 的构造器org.apache.hadoop.util.concurrent.HadoopThreadPoolExecutor
 
HadoopThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - 类 的构造器org.apache.hadoop.util.concurrent.HadoopThreadPoolExecutor
 
HadoopUncaughtExceptionHandler - org.apache.hadoop.service.launcher中的类
This class is intended to be installed by calling Thread.setDefaultUncaughtExceptionHandler(UncaughtExceptionHandler) in the main entry point.
HadoopUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - 类 的构造器org.apache.hadoop.service.launcher.HadoopUncaughtExceptionHandler
Create an instance delegating to the supplied handler if the exception is considered "simple".
HadoopUncaughtExceptionHandler() - 类 的构造器org.apache.hadoop.service.launcher.HadoopUncaughtExceptionHandler
Basic exception handler -logs simple exceptions, then continues.
halfDigest() - 类 中的方法org.apache.hadoop.io.MD5Hash
Construct a half-sized version of this MD5.
HaltException(int, Throwable) - 异常错误 的构造器org.apache.hadoop.util.ExitUtil.HaltException
 
HaltException(int, String) - 异常错误 的构造器org.apache.hadoop.util.ExitUtil.HaltException
 
HaltException(int, String, Throwable) - 异常错误 的构造器org.apache.hadoop.util.ExitUtil.HaltException
 
handle(DomainSocket) - 接口 中的方法org.apache.hadoop.net.unix.DomainSocketWatcher.Handler
Handles an event on a socket.
handle(Callback[]) - 类 中的方法org.apache.hadoop.security.SaslRpcServer.SaslDigestCallbackHandler
 
handle(Callback[]) - 类 中的方法org.apache.hadoop.security.SaslRpcServer.SaslGssCallbackHandler
 
handleEmptyDstDirectoryOnWindows(Path, File, Path, File) - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
 
handleHttpInteraction(RestCsrfPreventionFilter.HttpInteraction) - 类 中的方法org.apache.hadoop.security.http.RestCsrfPreventionFilter
Handles an RestCsrfPreventionFilter.HttpInteraction by applying the filtering logic.
handleKind(Text) - 类 中的方法org.apache.hadoop.crypto.key.kms.KMSClientProvider.KMSTokenRenewer
 
handleKind(Text) - 类 中的方法org.apache.hadoop.security.token.Token.TrivialRenewer
 
handleKind(Text) - 类 中的方法org.apache.hadoop.security.token.TokenRenewer
Does this renewer handle this kind of token?
HandleOpt() - 类 的构造器org.apache.hadoop.fs.Options.HandleOpt
 
handleRefresh(String, String[]) - 接口 中的方法org.apache.hadoop.ipc.RefreshHandler
Implement this method to accept refresh requests from the administrator.
HardLink() - 类 的构造器org.apache.hadoop.fs.FileUtil.HardLink
已过时。
 
HardLink - org.apache.hadoop.fs中的类
Class for creating hardlinks.
HardLink() - 类 的构造器org.apache.hadoop.fs.HardLink
 
HardLink.LinkStats - org.apache.hadoop.fs中的类
HardLink statistics counters and methods.
HarFileSystem - org.apache.hadoop.fs中的类
This is an implementation of the Hadoop Archive Filesystem.
HarFileSystem() - 类 的构造器org.apache.hadoop.fs.HarFileSystem
public construction of harfilesystem
HarFileSystem(FileSystem) - 类 的构造器org.apache.hadoop.fs.HarFileSystem
Constructor to create a HarFileSystem with an underlying filesystem.
HarFs - org.apache.hadoop.fs中的类
 
HAS_ACL_VALUE - 枚举 中的静态变量org.apache.hadoop.fs.FSProtos.FileStatusProto.Flags
HAS_ACL = 1; has ACLs
HAS_CRYPT_VALUE - 枚举 中的静态变量org.apache.hadoop.fs.FSProtos.FileStatusProto.Flags
HAS_CRYPT = 2; encrypted
HAS_EC_VALUE - 枚举 中的静态变量org.apache.hadoop.fs.FSProtos.FileStatusProto.Flags
HAS_EC = 4; erasure coded
hasAccessTime() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint64 access_time = 8;
hasAccessTime() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
optional uint64 access_time = 8;
hasAccessTime() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional uint64 access_time = 8;
hasAcl() - 类 中的方法org.apache.hadoop.fs.FileStatus
Tell whether the underlying file or directory has ACLs set.
hasAlias() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
required string alias = 1;
hasAlias() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
required string alias = 1;
hasAlias() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProtoOrBuilder
required string alias = 1;
hasBlockReplication() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint32 block_replication = 10;
hasBlockReplication() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
optional uint32 block_replication = 10;
hasBlockReplication() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional uint32 block_replication = 10;
hasBlockSize() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint64 block_size = 11;
hasBlockSize() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
optional uint64 block_size = 11;
hasBlockSize() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional uint64 block_size = 11;
hasCallerContext() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RPCCallerContextProto callerContext = 7; call context
hasCallerContext() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
optional .hadoop.common.RPCCallerContextProto callerContext = 7; call context
hasCallerContext() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
optional .hadoop.common.RPCCallerContextProto callerContext = 7; call context
hasCallId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
required sint32 callId = 3; a sequence number that is sent back in response
hasCallId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
required sint32 callId = 3; a sequence number that is sent back in response
hasCallId() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
required sint32 callId = 3; a sequence number that is sent back in response
hasCallId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
required uint32 callId = 1; callId used in Request
hasCallId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
required uint32 callId = 1; callId used in Request
hasCallId() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
required uint32 callId = 1; callId used in Request
hasCapability(String) - 类 中的方法org.apache.hadoop.fs.FSDataInputStream
 
hasCapability(String) - 类 中的方法org.apache.hadoop.fs.FSDataOutputStream
 
hasCapability(String) - 接口 中的方法org.apache.hadoop.fs.StreamCapabilities
Query the stream for a specific capability.
hasChallenge() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
optional bytes challenge = 5;
hasChallenge() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
optional bytes challenge = 5;
hasChallenge() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder
optional bytes challenge = 5;
hasClassName() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
required string className = 1;
hasClassName() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
required string className = 1;
hasClassName() - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder
required string className = 1;
hasClassName() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
required string className = 2;
hasClassName() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
required string className = 2;
hasClassName() - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfoOrBuilder
required string className = 2;
hasClientId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
required bytes clientId = 4; Globally unique client ID
hasClientId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
required bytes clientId = 4; Globally unique client ID
hasClientId() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
required bytes clientId = 4; Globally unique client ID
hasClientId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional bytes clientId = 7; Globally unique client ID
hasClientId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
optional bytes clientId = 7; Globally unique client ID
hasClientId() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
optional bytes clientId = 7; Globally unique client ID
hasClientProtocolVersion() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
required uint64 clientProtocolVersion = 3; protocol version of class declaring the called method
hasClientProtocolVersion() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
required uint64 clientProtocolVersion = 3; protocol version of class declaring the called method
hasClientProtocolVersion() - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder
required uint64 clientProtocolVersion = 3; protocol version of class declaring the called method
hasContext() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
required string context = 1;
hasContext() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
required string context = 1;
hasContext() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProtoOrBuilder
required string context = 1;
hasDeclaringClassProtocolName() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
required string declaringClassProtocolName = 2; RPCs for a particular interface (ie protocol) are done using a IPC connection that is setup using rpcProxy.
hasDeclaringClassProtocolName() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
required string declaringClassProtocolName = 2; RPCs for a particular interface (ie protocol) are done using a IPC connection that is setup using rpcProxy.
hasDeclaringClassProtocolName() - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder
required string declaringClassProtocolName = 2; RPCs for a particular interface (ie protocol) are done using a IPC connection that is setup using rpcProxy.
hasEcData() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional bytes ec_data = 17; storagePolicy = 16
hasEcData() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
optional bytes ec_data = 17; storagePolicy = 16
hasEcData() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional bytes ec_data = 17; storagePolicy = 16
hasEffectiveUser() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
optional string effectiveUser = 1;
hasEffectiveUser() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
optional string effectiveUser = 1;
hasEffectiveUser() - 接口 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProtoOrBuilder
optional string effectiveUser = 1;
hasEncryptionData() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional bytes encryption_data = 15; locations = 12 alias = 13 childrenNum = 14
hasEncryptionData() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
optional bytes encryption_data = 15; locations = 12 alias = 13 childrenNum = 14
hasEncryptionData() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional bytes encryption_data = 15; locations = 12 alias = 13 childrenNum = 14
hasErrorDetail() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional .hadoop.common.RpcResponseHeaderProto.RpcErrorCodeProto errorDetail = 6; in case of error
hasErrorDetail() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
optional .hadoop.common.RpcResponseHeaderProto.RpcErrorCodeProto errorDetail = 6; in case of error
hasErrorDetail() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
optional .hadoop.common.RpcResponseHeaderProto.RpcErrorCodeProto errorDetail = 6; in case of error
hasErrorMsg() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional string errorMsg = 5; if request fails, often contains strack trace
hasErrorMsg() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
optional string errorMsg = 5; if request fails, often contains strack trace
hasErrorMsg() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
optional string errorMsg = 5; if request fails, often contains strack trace
HAServiceProtocol - org.apache.hadoop.ha中的接口
Protocol interface that provides High Availability related primitives to monitor and fail-over the service.
HAServiceProtocol.HAServiceState - org.apache.hadoop.ha中的枚举
An HA service may be in active or standby state.
HAServiceProtocol.RequestSource - org.apache.hadoop.ha中的枚举
 
HAServiceProtocol.StateChangeRequestInfo - org.apache.hadoop.ha中的类
Information describing the source for a request to change state.
HAServiceProtocolHelper - org.apache.hadoop.ha中的类
Helper for making HAServiceProtocol RPC calls.
HAServiceProtocolHelper() - 类 的构造器org.apache.hadoop.ha.HAServiceProtocolHelper
 
HAServiceProtocolPB - org.apache.hadoop.ha.protocolPB中的接口
 
HAServiceProtocolProtos - org.apache.hadoop.ha.proto中的类
 
HAServiceProtocolProtos.GetServiceStatusRequestProto - org.apache.hadoop.ha.proto中的类
Protobuf type hadoop.common.GetServiceStatusRequestProto void request
HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder - org.apache.hadoop.ha.proto中的类
Protobuf type hadoop.common.GetServiceStatusRequestProto void request
HAServiceProtocolProtos.GetServiceStatusRequestProtoOrBuilder - org.apache.hadoop.ha.proto中的接口
 
HAServiceProtocolProtos.GetServiceStatusResponseProto - org.apache.hadoop.ha.proto中的类
Protobuf type hadoop.common.GetServiceStatusResponseProto Returns the state of the service
HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder - org.apache.hadoop.ha.proto中的类
Protobuf type hadoop.common.GetServiceStatusResponseProto Returns the state of the service
HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder - org.apache.hadoop.ha.proto中的接口
 
HAServiceProtocolProtos.HARequestSource - org.apache.hadoop.ha.proto中的枚举
Protobuf enum hadoop.common.HARequestSource
HAServiceProtocolProtos.HAServiceProtocolService - org.apache.hadoop.ha.proto中的类
Protobuf service hadoop.common.HAServiceProtocolService Protocol interface provides High availability related primitives to monitor and failover a service.
HAServiceProtocolProtos.HAServiceProtocolService.BlockingInterface - org.apache.hadoop.ha.proto中的接口
 
HAServiceProtocolProtos.HAServiceProtocolService.Interface - org.apache.hadoop.ha.proto中的接口
 
HAServiceProtocolProtos.HAServiceProtocolService.Stub - org.apache.hadoop.ha.proto中的类
 
HAServiceProtocolProtos.HAServiceStateProto - org.apache.hadoop.ha.proto中的枚举
Protobuf enum hadoop.common.HAServiceStateProto
HAServiceProtocolProtos.HAStateChangeRequestInfoProto - org.apache.hadoop.ha.proto中的类
Protobuf type hadoop.common.HAStateChangeRequestInfoProto
HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder - org.apache.hadoop.ha.proto中的类
Protobuf type hadoop.common.HAStateChangeRequestInfoProto
HAServiceProtocolProtos.HAStateChangeRequestInfoProtoOrBuilder - org.apache.hadoop.ha.proto中的接口
 
HAServiceProtocolProtos.MonitorHealthRequestProto - org.apache.hadoop.ha.proto中的类
Protobuf type hadoop.common.MonitorHealthRequestProto void request
HAServiceProtocolProtos.MonitorHealthRequestProto.Builder - org.apache.hadoop.ha.proto中的类
Protobuf type hadoop.common.MonitorHealthRequestProto void request
HAServiceProtocolProtos.MonitorHealthRequestProtoOrBuilder - org.apache.hadoop.ha.proto中的接口
 
HAServiceProtocolProtos.MonitorHealthResponseProto - org.apache.hadoop.ha.proto中的类
Protobuf type hadoop.common.MonitorHealthResponseProto void response
HAServiceProtocolProtos.MonitorHealthResponseProto.Builder - org.apache.hadoop.ha.proto中的类
Protobuf type hadoop.common.MonitorHealthResponseProto void response
HAServiceProtocolProtos.MonitorHealthResponseProtoOrBuilder - org.apache.hadoop.ha.proto中的接口
 
HAServiceProtocolProtos.TransitionToActiveRequestProto - org.apache.hadoop.ha.proto中的类
Protobuf type hadoop.common.TransitionToActiveRequestProto void request
HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder - org.apache.hadoop.ha.proto中的类
Protobuf type hadoop.common.TransitionToActiveRequestProto void request
HAServiceProtocolProtos.TransitionToActiveRequestProtoOrBuilder - org.apache.hadoop.ha.proto中的接口
 
HAServiceProtocolProtos.TransitionToActiveResponseProto - org.apache.hadoop.ha.proto中的类
Protobuf type hadoop.common.TransitionToActiveResponseProto void response
HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder - org.apache.hadoop.ha.proto中的类
Protobuf type hadoop.common.TransitionToActiveResponseProto void response
HAServiceProtocolProtos.TransitionToActiveResponseProtoOrBuilder - org.apache.hadoop.ha.proto中的接口
 
HAServiceProtocolProtos.TransitionToStandbyRequestProto - org.apache.hadoop.ha.proto中的类
Protobuf type hadoop.common.TransitionToStandbyRequestProto void request
HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder - org.apache.hadoop.ha.proto中的类
Protobuf type hadoop.common.TransitionToStandbyRequestProto void request
HAServiceProtocolProtos.TransitionToStandbyRequestProtoOrBuilder - org.apache.hadoop.ha.proto中的接口
 
HAServiceProtocolProtos.TransitionToStandbyResponseProto - org.apache.hadoop.ha.proto中的类
Protobuf type hadoop.common.TransitionToStandbyResponseProto void response
HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder - org.apache.hadoop.ha.proto中的类
Protobuf type hadoop.common.TransitionToStandbyResponseProto void response
HAServiceProtocolProtos.TransitionToStandbyResponseProtoOrBuilder - org.apache.hadoop.ha.proto中的接口
 
HAServiceProtocolService() - 类 的构造器org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService
 
HAServiceTarget - org.apache.hadoop.ha中的类
Represents a target of the client side HA administration commands.
HAServiceTarget() - 类 的构造器org.apache.hadoop.ha.HAServiceTarget
 
hasExceptionClassName() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional string exceptionClassName = 4; if request fails
hasExceptionClassName() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
optional string exceptionClassName = 4; if request fails
hasExceptionClassName() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
optional string exceptionClassName = 4; if request fails
hasExitStatus() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
optional int32 exitStatus = 1; unix exit status to return
hasExitStatus() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
optional int32 exitStatus = 1; unix exit status to return
hasExitStatus() - 接口 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
optional int32 exitStatus = 1; unix exit status to return
hasFileType() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
required .hadoop.fs.FileStatusProto.FileType fileType = 1;
hasFileType() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
required .hadoop.fs.FileStatusProto.FileType fileType = 1;
hasFileType() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
required .hadoop.fs.FileStatusProto.FileType fileType = 1;
hasFlags() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint32 flags = 18 [default = 0];
hasFlags() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
optional uint32 flags = 18 [default = 0];
hasFlags() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional uint32 flags = 18 [default = 0];
hasFlushed - 类 中的静态变量org.apache.hadoop.metrics2.sink.RollingFileSystemSink
 
hasGroup() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional string group = 6;
hasGroup() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
optional string group = 6;
hasGroup() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional string group = 6;
hash(Key) - 类 中的方法org.apache.hadoop.util.bloom.HashFunction
Hashes a specified key into several integers.
HASH_COUNT - 类 中的静态变量org.apache.hadoop.io.BloomMapFile
 
hashBytes(byte[], int, int) - 类 中的静态方法org.apache.hadoop.io.WritableComparator
Compute hash for binary data.
hashBytes(byte[], int) - 类 中的静态方法org.apache.hadoop.io.WritableComparator
Compute hash for binary data.
hashCode() - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider.KeyVersion
 
hashCode() - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
 
hashCode() - 类 中的方法org.apache.hadoop.fs.ContentSummary
 
hashCode() - 类 中的方法org.apache.hadoop.fs.DelegationTokenRenewer.RenewAction
 
hashCode() - 类 中的方法org.apache.hadoop.fs.FileChecksum
 
hashCode() - 类 中的方法org.apache.hadoop.fs.FileStatus
Returns a hash code value for the object, which is defined as the hash code of the path name.
hashCode() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
 
hashCode() - 类 中的方法org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
hashCode() - 类 中的方法org.apache.hadoop.fs.LocatedFileStatus
Returns a hash code value for the object, which is defined as the hash code of the path name.
hashCode() - 类 中的方法org.apache.hadoop.fs.Path
 
hashCode() - 类 中的方法org.apache.hadoop.fs.permission.AclEntry
 
hashCode() - 类 中的方法org.apache.hadoop.fs.permission.AclStatus
 
hashCode() - 类 中的方法org.apache.hadoop.fs.permission.FsCreateModes
 
hashCode() - 类 中的方法org.apache.hadoop.fs.permission.FsPermission
 
hashCode() - 类 中的方法org.apache.hadoop.fs.QuotaUsage
 
hashCode() - 类 中的方法org.apache.hadoop.fs.shell.find.Result
 
hashCode() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
hashCode() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
hashCode() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
hashCode() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
hashCode() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
hashCode() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
hashCode() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
hashCode() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
hashCode() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
hashCode() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
hashCode() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
hashCode() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
hashCode() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
hashCode() - 类 中的方法org.apache.hadoop.io.BinaryComparable
Return a hash of the bytes returned from {#getBytes()}.
hashCode() - 类 中的方法org.apache.hadoop.io.BooleanWritable
 
hashCode() - 类 中的方法org.apache.hadoop.io.BytesWritable
 
hashCode() - 类 中的方法org.apache.hadoop.io.ByteWritable
 
hashCode() - 类 中的方法org.apache.hadoop.io.DoubleWritable
 
hashCode() - 类 中的方法org.apache.hadoop.io.EnumSetWritable
 
hashCode() - 类 中的方法org.apache.hadoop.io.erasurecode.ECSchema
 
hashCode() - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
 
hashCode() - 类 中的方法org.apache.hadoop.io.file.tfile.Utils.Version
 
hashCode() - 类 中的方法org.apache.hadoop.io.FloatWritable
 
hashCode() - 类 中的方法org.apache.hadoop.io.IntWritable
 
hashCode() - 类 中的方法org.apache.hadoop.io.LongWritable
 
hashCode() - 类 中的方法org.apache.hadoop.io.MapWritable
 
hashCode() - 类 中的方法org.apache.hadoop.io.MD5Hash
Returns a hash code value for this object.
hashCode() - 类 中的方法org.apache.hadoop.io.NullWritable
 
hashCode() - 类 中的方法org.apache.hadoop.io.retry.RetryPolicies.MultipleLinearRandomRetry
 
hashCode() - 类 中的方法org.apache.hadoop.io.SequenceFile.Metadata
 
hashCode() - 类 中的方法org.apache.hadoop.io.SequenceFile.Sorter.SegmentDescriptor
 
hashCode() - 类 中的方法org.apache.hadoop.io.ShortWritable
hash code
hashCode() - 类 中的方法org.apache.hadoop.io.SortedMapWritable
 
hashCode() - 类 中的方法org.apache.hadoop.io.Text
 
hashCode() - 类 中的方法org.apache.hadoop.io.VIntWritable
 
hashCode() - 类 中的方法org.apache.hadoop.io.VLongWritable
 
hashCode() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
hashCode() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
hashCode() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
hashCode() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
hashCode() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
hashCode() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
hashCode() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
hashCode() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
hashCode() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
hashCode() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
hashCode() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
hashCode() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
hashCode() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
hashCode() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
hashCode() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
hashCode() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
hashCode() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
hashCode() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
hashCode() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
hashCode() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
hashCode() - 类 中的方法org.apache.hadoop.ipc.RetryCache.CacheEntry
 
hashCode() - 类 中的方法org.apache.hadoop.ipc.RetryCache.CacheEntryWithPayload
Override hashcode to avoid findbugs warnings
hashCode() - 类 中的方法org.apache.hadoop.metrics2.AbstractMetric
 
hashCode() - 类 中的方法org.apache.hadoop.metrics2.MetricsTag
 
hashCode() - 类 中的方法org.apache.hadoop.net.InnerNodeImpl
 
hashCode() - 类 中的方法org.apache.hadoop.net.SocksSocketFactory
 
hashCode() - 类 中的方法org.apache.hadoop.net.StandardSocketFactory
 
hashCode() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
hashCode() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
hashCode() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
hashCode() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
hashCode() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
hashCode() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
hashCode() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
hashCode() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
hashCode() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
hashCode() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
hashCode() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
hashCode() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
hashCode() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
hashCode() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
hashCode() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
hashCode() - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
 
hashCode() - 类 中的方法org.apache.hadoop.security.token.Token
 
hashCode() - 类 中的方法org.apache.hadoop.security.UserGroupInformation
Return the hash of the subject.
hashCode() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
hashCode() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
hashCode() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
hashCode() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
hashCode() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
hashCode() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
hashCode() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
hashCode() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
hashCode() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
hashCode() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
hashCode() - 类 中的方法org.apache.hadoop.util.ComparableVersion
 
HashFunction - org.apache.hadoop.util.bloom中的类
Implements a hash object that returns a certain number of hashed values.
HashFunction(int, int, int) - 类 的构造器org.apache.hadoop.util.bloom.HashFunction
Constructor.
hasId() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
required int64 id = 1;
hasId() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
required int64 id = 1;
hasId() - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProtoOrBuilder
required int64 id = 1;
hasId() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
required int64 id = 1;
hasId() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
required int64 id = 1;
hasId() - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProtoOrBuilder
required int64 id = 1;
hasId() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
required int64 id = 1;
hasId() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
required int64 id = 1;
hasId() - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfoOrBuilder
required int64 id = 1;
hasIdentifier() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
optional string identifier = 1;
hasIdentifier() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
optional string identifier = 1;
hasIdentifier() - 接口 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProtoOrBuilder
optional string identifier = 1;
hasIdentifier() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
required bytes identifier = 1;
hasIdentifier() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
required bytes identifier = 1;
hasIdentifier() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProtoOrBuilder
required bytes identifier = 1;
hasKerberosCredentials() - 类 中的方法org.apache.hadoop.security.UserGroupInformation
checks if logged in using kerberos
hasKey() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
required string key = 1;
hasKey() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
required string key = 1;
hasKey() - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPairOrBuilder
required string key = 1;
hasKind() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
required string kind = 3;
hasKind() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
required string kind = 3;
hasKind() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProtoOrBuilder
required string kind = 3;
hasLength() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint64 length = 3;
hasLength() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
optional uint64 length = 3;
hasLength() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional uint64 length = 3;
hasMechanism() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
required string mechanism = 2;
hasMechanism() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
required string mechanism = 2;
hasMechanism() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder
required string mechanism = 2;
hasMethod() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
required string method = 1;
hasMethod() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
required string method = 1;
hasMethod() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder
required string method = 1;
hasMethodName() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
required string methodName = 1; Name of the RPC method
hasMethodName() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
required string methodName = 1; Name of the RPC method
hasMethodName() - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder
required string methodName = 1; Name of the RPC method
hasMillisToCede() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
required uint32 millisToCede = 1;
hasMillisToCede() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
required uint32 millisToCede = 1;
hasMillisToCede() - 接口 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProtoOrBuilder
required uint32 millisToCede = 1;
hasModificationTime() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional uint64 modification_time = 7;
hasModificationTime() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
optional uint64 modification_time = 7;
hasModificationTime() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional uint64 modification_time = 7;
hasMore() - 接口 中的方法org.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries
 
hasMore() - 类 中的方法org.apache.hadoop.fs.BatchedRemoteIterator.BatchedListEntries
 
hasNewExpiryTime() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
required uint64 newExpiryTime = 1;
hasNewExpiryTime() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
required uint64 newExpiryTime = 1;
hasNewExpiryTime() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProtoOrBuilder
required uint64 newExpiryTime = 1;
hasNext() - 类 中的方法org.apache.hadoop.fs.BatchedRemoteIterator
 
hasNext() - 接口 中的方法org.apache.hadoop.fs.RemoteIterator
Returns true if the iteration has more elements.
hasNext() - 类 中的方法org.apache.hadoop.util.IntrusiveCollection.IntrusiveIterator
 
hasNext() - 类 中的方法org.apache.hadoop.util.LightWeightGSet.SetIterator
 
hasNotReadyReason() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
optional string notReadyReason = 3; If not ready to become active, a textual explanation of why not
hasNotReadyReason() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
optional string notReadyReason = 3; If not ready to become active, a textual explanation of why not
hasNotReadyReason() - 接口 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder
optional string notReadyReason = 3; If not ready to become active, a textual explanation of why not
hasOwner() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional string owner = 5;
hasOwner() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
optional string owner = 5;
hasOwner() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional string owner = 5;
hasParentId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
optional int64 parentId = 2; parentIdLow
hasParentId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
optional int64 parentId = 2; parentIdLow
hasParentId() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProtoOrBuilder
optional int64 parentId = 2; parentIdLow
hasPassword() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
required bytes password = 2;
hasPassword() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
required bytes password = 2;
hasPassword() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProtoOrBuilder
required bytes password = 2;
hasPath() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
required string path = 2;
hasPath() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
required string path = 2;
hasPath() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
required string path = 2;
hasPattern() - 类 中的方法org.apache.hadoop.fs.GlobFilter
 
hasPerm() - 类 中的方法org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
required uint32 perm = 1; UNIX-style mode bits
hasPerm() - 类 中的方法org.apache.hadoop.fs.FSProtos.FsPermissionProto
required uint32 perm = 1; UNIX-style mode bits
hasPerm() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FsPermissionProtoOrBuilder
required uint32 perm = 1; UNIX-style mode bits
hasPermission() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional .hadoop.fs.FsPermissionProto permission = 4;
hasPermission() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
optional .hadoop.fs.FsPermissionProto permission = 4;
hasPermission() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional .hadoop.fs.FsPermissionProto permission = 4;
hasProtocol() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
optional string protocol = 3; Protocol name for next rpc layer.
hasProtocol() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
optional string protocol = 3; Protocol name for next rpc layer.
hasProtocol() - 接口 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
optional string protocol = 3; Protocol name for next rpc layer.
hasProtocol() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
required string protocol = 1; Protocol name
hasProtocol() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
required string protocol = 1; Protocol name
hasProtocol() - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder
required string protocol = 1; Protocol name
hasProtocol() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
required string protocol = 1; Protocol name
hasProtocol() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
required string protocol = 1; Protocol name
hasProtocol() - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProtoOrBuilder
required string protocol = 1; Protocol name
hasProtocol() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
optional string protocol = 3;
hasProtocol() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
optional string protocol = 3;
hasProtocol() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder
optional string protocol = 3;
hasReadyToBecomeActive() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
optional bool readyToBecomeActive = 2; If state is STANDBY, indicate whether it is ready to become active.
hasReadyToBecomeActive() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
optional bool readyToBecomeActive = 2; If state is STANDBY, indicate whether it is ready to become active.
hasReadyToBecomeActive() - 接口 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder
optional bool readyToBecomeActive = 2; If state is STANDBY, indicate whether it is ready to become active.
hasRealUser() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
optional string realUser = 2;
hasRealUser() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
optional string realUser = 2;
hasRealUser() - 接口 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProtoOrBuilder
optional string realUser = 2;
hasRenewer() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
required string renewer = 1;
hasRenewer() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
required string renewer = 1;
hasRenewer() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProtoOrBuilder
required string renewer = 1;
hasReqInfo() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
hasReqInfo() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
hasReqInfo() - 接口 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProtoOrBuilder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
hasReqInfo() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
hasReqInfo() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
hasReqInfo() - 接口 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProtoOrBuilder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
hasReqSource() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
required .hadoop.common.HARequestSource reqSource = 1;
hasReqSource() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
required .hadoop.common.HARequestSource reqSource = 1;
hasReqSource() - 接口 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProtoOrBuilder
required .hadoop.common.HARequestSource reqSource = 1;
hasRetryCount() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional sint32 retryCount = 5 [default = -1]; clientId + callId uniquely identifies a request retry count, 1 means this is the first retry
hasRetryCount() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
optional sint32 retryCount = 5 [default = -1]; clientId + callId uniquely identifies a request retry count, 1 means this is the first retry
hasRetryCount() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
optional sint32 retryCount = 5 [default = -1]; clientId + callId uniquely identifies a request retry count, 1 means this is the first retry
hasRetryCount() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional sint32 retryCount = 8 [default = -1];
hasRetryCount() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
optional sint32 retryCount = 8 [default = -1];
hasRetryCount() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
optional sint32 retryCount = 8 [default = -1];
hasRpcKind() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
required string rpcKind = 2; RPC kind
hasRpcKind() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
required string rpcKind = 2; RPC kind
hasRpcKind() - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder
required string rpcKind = 2; RPC kind
hasRpcKind() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
required string rpcKind = 1; RPC kind
hasRpcKind() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
required string rpcKind = 1; RPC kind
hasRpcKind() - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProtoOrBuilder
required string rpcKind = 1; RPC kind
hasRpcKind() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RpcKindProto rpcKind = 1;
hasRpcKind() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
optional .hadoop.common.RpcKindProto rpcKind = 1;
hasRpcKind() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
optional .hadoop.common.RpcKindProto rpcKind = 1;
hasRpcOp() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RpcRequestHeaderProto.OperationProto rpcOp = 2;
hasRpcOp() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
optional .hadoop.common.RpcRequestHeaderProto.OperationProto rpcOp = 2;
hasRpcOp() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
optional .hadoop.common.RpcRequestHeaderProto.OperationProto rpcOp = 2;
hasSecret() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
optional bytes secret = 3;
hasSecret() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
optional bytes secret = 3;
hasSecret() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProtoOrBuilder
optional bytes secret = 3;
hasSenderName() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
optional string senderName = 3; which handler sent this message
hasSenderName() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
optional string senderName = 3; which handler sent this message
hasSenderName() - 接口 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
optional string senderName = 3; which handler sent this message
hasServerId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
optional string serverId = 4;
hasServerId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
optional string serverId = 4;
hasServerId() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder
optional string serverId = 4;
hasServerIpcVersionNum() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
optional uint32 serverIpcVersionNum = 3; Sent if success or fail
hasServerIpcVersionNum() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
optional uint32 serverIpcVersionNum = 3; Sent if success or fail
hasServerIpcVersionNum() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
optional uint32 serverIpcVersionNum = 3; Sent if success or fail
hasService() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
required string service = 4;
hasService() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
required string service = 4;
hasService() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProtoOrBuilder
required string service = 4;
hasShutdownHook(Runnable) - 类 中的方法org.apache.hadoop.util.ShutdownHookManager
Indicates if a shutdownHook is registered or not.
hasSignature() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
optional bytes signature = 2;
hasSignature() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
optional bytes signature = 2;
hasSignature() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProtoOrBuilder
optional bytes signature = 2;
hasState() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
required .hadoop.common.HAServiceStateProto state = 1;
hasState() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
required .hadoop.common.HAServiceStateProto state = 1;
hasState() - 接口 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProtoOrBuilder
required .hadoop.common.HAServiceStateProto state = 1;
hasState() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
required .hadoop.common.RpcSaslProto.SaslState state = 2;
hasState() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
required .hadoop.common.RpcSaslProto.SaslState state = 2;
hasState() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProtoOrBuilder
required .hadoop.common.RpcSaslProto.SaslState state = 2;
hasStatus() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
required .hadoop.common.RpcResponseHeaderProto.RpcStatusProto status = 2;
hasStatus() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
required .hadoop.common.RpcResponseHeaderProto.RpcStatusProto status = 2;
hasStatus() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder
required .hadoop.common.RpcResponseHeaderProto.RpcStatusProto status = 2;
hasSymlink() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional string symlink = 9;
hasSymlink() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
optional string symlink = 9;
hasSymlink() - 接口 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProtoOrBuilder
optional string symlink = 9;
hasToken() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
optional bytes token = 3;
hasToken() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
optional bytes token = 3;
hasToken() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProtoOrBuilder
optional bytes token = 3;
hasToken() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
required .hadoop.common.TokenProto token = 1;
hasToken() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
required .hadoop.common.TokenProto token = 1;
hasToken() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProtoOrBuilder
required .hadoop.common.TokenProto token = 1;
hasToken() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
optional .hadoop.common.TokenProto token = 2;
hasToken() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
optional .hadoop.common.TokenProto token = 2;
hasToken() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProtoOrBuilder
optional .hadoop.common.TokenProto token = 2;
hasToken() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
optional .hadoop.common.TokenProto token = 1;
hasToken() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
optional .hadoop.common.TokenProto token = 1;
hasToken() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProtoOrBuilder
optional .hadoop.common.TokenProto token = 1;
hasToken() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
required .hadoop.common.TokenProto token = 1;
hasToken() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
required .hadoop.common.TokenProto token = 1;
hasToken() - 接口 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProtoOrBuilder
required .hadoop.common.TokenProto token = 1;
hasTraceId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
optional int64 traceId = 1; parentIdHigh
hasTraceId() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
optional int64 traceId = 1; parentIdHigh
hasTraceId() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProtoOrBuilder
optional int64 traceId = 1; parentIdHigh
hasTraceInfo() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RPCTraceInfoProto traceInfo = 6; tracing info
hasTraceInfo() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
optional .hadoop.common.RPCTraceInfoProto traceInfo = 6; tracing info
hasTraceInfo() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
optional .hadoop.common.RPCTraceInfoProto traceInfo = 6; tracing info
hasUser() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
required string user = 1;
hasUser() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
required string user = 1;
hasUser() - 接口 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProtoOrBuilder
required string user = 1;
hasUserInfo() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
optional .hadoop.common.UserInformationProto userInfo = 2; UserInfo beyond what is determined as part of security handshake at connection time (kerberos, tokens etc).
hasUserInfo() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
optional .hadoop.common.UserInformationProto userInfo = 2; UserInfo beyond what is determined as part of security handshake at connection time (kerberos, tokens etc).
hasUserInfo() - 接口 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder
optional .hadoop.common.UserInformationProto userInfo = 2; UserInfo beyond what is determined as part of security handshake at connection time (kerberos, tokens etc).
hasUserMessage() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
optional string userMessage = 2; to be displayed to the user
hasUserMessage() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
optional string userMessage = 2; to be displayed to the user
hasUserMessage() - 接口 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
optional string userMessage = 2; to be displayed to the user
hasVal() - 类 中的方法org.apache.hadoop.util.Waitable
 
hasValue() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
required string value = 2;
hasValue() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
required string value = 2;
hasValue() - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPairOrBuilder
required string value = 2;
hasVersion() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
required uint64 version = 1;
hasVersion() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
required uint64 version = 1;
hasVersion() - 接口 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProtoOrBuilder
required uint64 version = 1;
hasVersion() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
optional uint32 version = 1;
hasVersion() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
optional uint32 version = 1;
hasVersion() - 接口 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProtoOrBuilder
optional uint32 version = 1;
hasWarnedDeprecation(String) - 类 中的静态方法org.apache.hadoop.conf.Configuration
Returns whether or not a deprecated name has been warned.
hasWinutilsPath() - 类 中的静态方法org.apache.hadoop.util.Shell
Predicate to indicate whether or not the path to winutils is known.
hbMakeCodeLengths(char[], int[], int, int) - 类 中的静态方法org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
This method is accessible by subclasses for historical purposes.
HEADER_DEFAULT - 类 中的静态变量org.apache.hadoop.security.http.RestCsrfPreventionFilter
 
HEADER_SIZE - 类 中的静态变量org.apache.hadoop.http.JettyUtils
 
HEADER_USER_AGENT - 类 中的静态变量org.apache.hadoop.security.http.RestCsrfPreventionFilter
 
headMap(K) - 类 中的方法org.apache.hadoop.io.SortedMapWritable
 
HealthCheckFailedException - org.apache.hadoop.ha中的异常错误
Exception thrown to indicate that health check of a service failed.
HealthCheckFailedException(String) - 异常错误 的构造器org.apache.hadoop.ha.HealthCheckFailedException
 
HealthCheckFailedException(String, Throwable) - 异常错误 的构造器org.apache.hadoop.ha.HealthCheckFailedException
 
Help() - 类 的构造器org.apache.hadoop.fs.FsShell.Help
 
help - 类 中的变量org.apache.hadoop.ha.HAAdmin.UsageInfo
 
hflush() - 类 中的方法org.apache.hadoop.fs.FSDataOutputStream
 
HFLUSH - 接口 中的静态变量org.apache.hadoop.fs.StreamCapabilities
Stream hflush capability implemented by Syncable.hflush().
hflush() - 接口 中的方法org.apache.hadoop.fs.Syncable
Flush out the data in client's user buffer.
hflush() - 类 中的方法org.apache.hadoop.io.SequenceFile.Writer
 
HHXOR_CODEC_NAME - 类 中的静态变量org.apache.hadoop.io.erasurecode.ErasureCodeConstants
 
hideHeaders() - 类 中的方法org.apache.hadoop.tools.TableListing.Builder
Whether to hide column headers in table output
hostName(String) - 类 中的方法org.apache.hadoop.http.HttpServer2.Builder
Set the hostname of the http server.
HOSTNAME_PATTERN - 类 中的静态变量org.apache.hadoop.security.SecurityUtil
 
HostsFileReader.HostDetails - org.apache.hadoop.util中的类
An atomic view of the included and excluded hosts
hsync() - 类 中的方法org.apache.hadoop.fs.FSDataOutputStream
 
HSYNC - 接口 中的静态变量org.apache.hadoop.fs.StreamCapabilities
Stream hsync capability implemented by Syncable.hsync().
hsync() - 接口 中的方法org.apache.hadoop.fs.Syncable
Similar to posix fsync, flush out the data in client's user buffer all the way to the disk device (but the disk may have it in its cache).
hsync() - 类 中的方法org.apache.hadoop.io.SequenceFile.Writer
 
HtmlQuoting - org.apache.hadoop.http中的类
This class is responsible for quoting HTML characters.
HtmlQuoting() - 类 的构造器org.apache.hadoop.http.HtmlQuoting
 
HttpConfig.Policy - org.apache.hadoop.http中的枚举
 
HttpCrossOriginFilterInitializer - org.apache.hadoop.security中的类
 
HttpCrossOriginFilterInitializer() - 类 的构造器org.apache.hadoop.security.HttpCrossOriginFilterInitializer
 
HttpFileSystem - org.apache.hadoop.fs.http中的类
A Filesystem that reads from HTTP endpoint.
HttpFileSystem() - 类 的构造器org.apache.hadoop.fs.http.HttpFileSystem
 
HttpRequestLog - org.apache.hadoop.http中的类
RequestLog object for use with Http
HttpRequestLog() - 类 的构造器org.apache.hadoop.http.HttpRequestLog
 
HttpRequestLogAppender - org.apache.hadoop.http中的类
Log4j Appender adapter for HttpRequestLog
HttpRequestLogAppender() - 类 的构造器org.apache.hadoop.http.HttpRequestLogAppender
 
HttpServer2.Builder - org.apache.hadoop.http中的类
Class to construct instances of HTTP server with specific options.
HttpServer2.QuotingInputFilter - org.apache.hadoop.http中的类
A Servlet input filter that quotes all HTML active characters in the parameter names and values.
HttpServer2.QuotingInputFilter.RequestQuoter - org.apache.hadoop.http中的类
 
HttpServer2.StackServlet - org.apache.hadoop.http中的类
A very simple servlet to serve up a text representation of the current stack traces.
HttpServer2.XFrameOption - org.apache.hadoop.http中的枚举
The X-FRAME-OPTIONS header in HTTP response to mitigate clickjacking attack.
HttpsFileSystem - org.apache.hadoop.fs.http中的类
A Filesystem that reads from HTTPS endpoint.
HttpsFileSystem() - 类 的构造器org.apache.hadoop.fs.http.HttpsFileSystem
 

I

id - 枚举 中的变量org.apache.hadoop.util.DataChecksum.Type
 
ID_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
ID_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
ID_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
Idempotent - org.apache.hadoop.io.retry中的注释类型
Used to mark certain methods of an interface as being idempotent, and therefore warrant being retried on failover.
IDENTIFIER_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
IDENTIFIER_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
IdentityHashStore.Visitor<K,V> - org.apache.hadoop.util中的接口
 
IdMappingConstant - org.apache.hadoop.security中的类
Some constants for IdMapping
IdMappingConstant() - 类 的构造器org.apache.hadoop.security.IdMappingConstant
 
IdMappingServiceProvider - org.apache.hadoop.security中的接口
An interface for the implementation of mapping and mapping
ignoreError - 类 中的变量org.apache.hadoop.metrics2.sink.RollingFileSystemSink
 
ignoresThrowable() - 类 中的方法org.apache.hadoop.log.Log4Json
This appender does not ignore throwables
IllegalNumberOfArgumentsException(int, int) - 异常错误 的构造器org.apache.hadoop.fs.shell.CommandFormat.IllegalNumberOfArgumentsException
 
ImpersonationProvider - org.apache.hadoop.security.authorize中的接口
 
implies(FsAction) - 枚举 中的方法org.apache.hadoop.fs.permission.FsAction
Return true if this action implies that action.
in - 类 中的变量org.apache.hadoop.io.compress.CompressionInputStream
The input stream to be compressed.
includes(String) - 类 中的方法org.apache.hadoop.util.MachineList
Accepts an ip address and return true if ipAddress is in the list
incr() - 类 中的方法org.apache.hadoop.metrics2.lib.MutableCounter
Increment the metric value by 1.
incr() - 类 中的方法org.apache.hadoop.metrics2.lib.MutableCounterInt
 
incr(int) - 类 中的方法org.apache.hadoop.metrics2.lib.MutableCounterInt
Increment the value by a delta
incr() - 类 中的方法org.apache.hadoop.metrics2.lib.MutableCounterLong
 
incr(long) - 类 中的方法org.apache.hadoop.metrics2.lib.MutableCounterLong
Increment the value by a delta
incr() - 类 中的方法org.apache.hadoop.metrics2.lib.MutableGauge
Increment the value of the metric by 1
incr() - 类 中的方法org.apache.hadoop.metrics2.lib.MutableGaugeFloat
 
incr() - 类 中的方法org.apache.hadoop.metrics2.lib.MutableGaugeInt
 
incr(int) - 类 中的方法org.apache.hadoop.metrics2.lib.MutableGaugeInt
Increment by delta
incr() - 类 中的方法org.apache.hadoop.metrics2.lib.MutableGaugeLong
 
incr(long) - 类 中的方法org.apache.hadoop.metrics2.lib.MutableGaugeLong
Increment by delta
incrementBytesRead(long) - 类 中的方法org.apache.hadoop.fs.FileSystem.Statistics
Increment the bytes read in the statistics.
incrementBytesReadByDistance(int, long) - 类 中的方法org.apache.hadoop.fs.FileSystem.Statistics
Increment the bytes read by the network distance in the statistics In the common network topology setup, distance value should be an even number such as 0, 2, 4, 6.
incrementBytesWritten(long) - 类 中的方法org.apache.hadoop.fs.FileSystem.Statistics
Increment the bytes written in the statistics.
incrementCurrentKeyId() - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
For subclasses externalizing the storage, for example Zookeeper based implementations
incrementDelegationTokenSeqNum() - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
For subclasses externalizing the storage, for example Zookeeper based implementations
incrementLargeReadOps(int) - 类 中的方法org.apache.hadoop.fs.FileSystem.Statistics
Increment the number of large read operations.
incrementReadOps(int) - 类 中的方法org.apache.hadoop.fs.FileSystem.Statistics
Increment the number of read operations.
incrementWriteOps(int) - 类 中的方法org.apache.hadoop.fs.FileSystem.Statistics
Increment the number of write operations.
INDEX_FILE_NAME - 类 中的静态变量org.apache.hadoop.io.MapFile
The name of the index file.
InetAddressFactory() - 类 的构造器org.apache.hadoop.util.MachineList.InetAddressFactory
 
info() - 类 中的方法org.apache.hadoop.metrics2.AbstractMetric
 
info(String, String) - 类 中的静态方法org.apache.hadoop.metrics2.lib.Interns
Get a metric info object.
info() - 类 中的方法org.apache.hadoop.metrics2.lib.MetricsRegistry
 
info() - 类 中的方法org.apache.hadoop.metrics2.lib.MutableCounter
 
info() - 类 中的方法org.apache.hadoop.metrics2.lib.MutableGauge
 
info() - 类 中的方法org.apache.hadoop.metrics2.MetricsTag
 
inheritParentEnv - 类 中的变量org.apache.hadoop.util.Shell
Indicates if the parent env vars should be inherited or not
init() - 类 中的方法org.apache.hadoop.conf.ReconfigurationServlet
 
init(String[]) - 类 中的方法org.apache.hadoop.crypto.key.KeyShell
Parse the command line arguments and initialize the data.
init(FilterConfig) - 类 中的方法org.apache.hadoop.http.HttpServer2.QuotingInputFilter
 
init(FilterConfig) - 类 中的方法org.apache.hadoop.http.lib.StaticUserWebFilter.StaticUserFilter
 
init(FilterConfig) - 类 中的方法org.apache.hadoop.http.NoCacheFilter
 
init() - 类 中的方法org.apache.hadoop.jmx.JMXJsonServlet
Initialize this servlet.
init(Class<?>) - 类 中的方法org.apache.hadoop.metrics2.lib.MutableRates
Initialize the registry with all the methods in a protocol so they all show up in the first snapshot.
init(Class<?>) - 类 中的方法org.apache.hadoop.metrics2.lib.MutableRatesWithAggregation
Initialize the registry with all the methods in a protocol so they all show up in the first snapshot.
init(SubsetConfiguration) - 接口 中的方法org.apache.hadoop.metrics2.MetricsPlugin
Initialize the plugin
init(SubsetConfiguration) - 类 中的方法org.apache.hadoop.metrics2.sink.FileSink
 
init(SubsetConfiguration) - 类 中的方法org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
init(SubsetConfiguration) - 类 中的方法org.apache.hadoop.metrics2.sink.ganglia.GangliaSink30
 
init(SubsetConfiguration) - 类 中的方法org.apache.hadoop.metrics2.sink.GraphiteSink
 
init(SubsetConfiguration) - 类 中的方法org.apache.hadoop.metrics2.sink.RollingFileSystemSink
 
init(SubsetConfiguration) - 类 中的方法org.apache.hadoop.metrics2.sink.StatsDSink
 
init(String[]) - 类 中的方法org.apache.hadoop.security.alias.CredentialShell
Parse the command line arguments and initialize the data.
init(String) - 类 中的方法org.apache.hadoop.security.authorize.DefaultImpersonationProvider
 
init(String) - 接口 中的方法org.apache.hadoop.security.authorize.ImpersonationProvider
Specifies the configuration prefix for the proxy user properties and initializes the provider.
init(FilterConfig) - 类 中的方法org.apache.hadoop.security.http.CrossOriginFilter
 
init(FilterConfig) - 类 中的方法org.apache.hadoop.security.http.RestCsrfPreventionFilter
 
init(FilterConfig) - 类 中的方法org.apache.hadoop.security.http.XFrameOptionsFilter
 
init(String[]) - 类 中的方法org.apache.hadoop.security.token.DtUtilShell
Parse the command line arguments and initialize subcommand.
init(Configuration) - 类 中的方法org.apache.hadoop.service.AbstractService
Initialize the service.
init(Configuration) - 接口 中的方法org.apache.hadoop.service.Service
Initialize the service.
init(String[]) - 类 中的方法org.apache.hadoop.tools.CommandShell
Parse the command line arguments and initialize subcommand instance.
initFilter(FilterContainer, Configuration) - 类 中的方法org.apache.hadoop.http.FilterInitializer
Initialize a Filter to a FilterContainer.
initFilter(FilterContainer, Configuration) - 类 中的方法org.apache.hadoop.http.lib.StaticUserWebFilter
 
initFilter(FilterContainer, Configuration) - 类 中的方法org.apache.hadoop.security.AuthenticationFilterInitializer
Initializes hadoop-auth AuthenticationFilter.
initFilter(FilterContainer, Configuration) - 类 中的方法org.apache.hadoop.security.HttpCrossOriginFilterInitializer
 
initialize(URI, Configuration) - 类 中的方法org.apache.hadoop.fs.FileSystem
Initialize a FileSystem.
initialize(URI, Configuration) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
Called after a new FileSystem instance is constructed.
initialize(URI, Configuration) - 类 中的方法org.apache.hadoop.fs.ftp.FTPFileSystem
 
initialize(URI, Configuration) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
Initialize a Har filesystem per har archive.
initialize(URI, Configuration) - 类 中的方法org.apache.hadoop.fs.LocalFileSystem
 
initialize(URI, Configuration) - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
 
initialize(URI, Configuration) - 类 中的方法org.apache.hadoop.fs.sftp.SFTPFileSystem
 
initialize(Configuration, FileSystem, Path) - 类 中的方法org.apache.hadoop.fs.TrashPolicy
initialize(Configuration, FileSystem) - 类 中的方法org.apache.hadoop.fs.TrashPolicy
Used to setup the trash policy.
initialize(URI, Configuration) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
Called after a new FileSystem instance is constructed.
initialize(String) - 枚举 中的静态方法org.apache.hadoop.metrics2.lib.DefaultMetricsSystem
Convenience method to initialize the metrics system
INITIALIZING_VALUE - 枚举 中的静态变量org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceStateProto
INITIALIZING = 0;
INITIATE_VALUE - 枚举 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslState
INITIATE = 2;
inMiniClusterMode() - 枚举 中的静态方法org.apache.hadoop.metrics2.lib.DefaultMetricsSystem
 
InnerNode.Factory<N extends org.apache.hadoop.net.InnerNode> - org.apache.hadoop.net中的接口
 
InnerNodeImpl - org.apache.hadoop.net中的类
InnerNode represents a switch/router of a data center or rack.
InnerNodeImpl(String) - 类 的构造器org.apache.hadoop.net.InnerNodeImpl
Construct an InnerNode from a path-like string
InnerNodeImpl(String, String, InnerNode, int) - 类 的构造器org.apache.hadoop.net.InnerNodeImpl
Construct an InnerNode from its name, its network location, its parent, and its level
InnerNodeImpl.Factory - org.apache.hadoop.net中的类
 
insert(long) - 接口 中的方法org.apache.hadoop.metrics2.util.QuantileEstimator
 
instance() - 枚举 中的静态方法org.apache.hadoop.metrics2.lib.DefaultMetricsSystem
 
instantiateService(Configuration) - 类 中的方法org.apache.hadoop.service.launcher.ServiceLauncher
Instantiate the service defined in serviceClassName.
IntegerOption(int) - 类 的构造器org.apache.hadoop.util.Options.IntegerOption
 
IntegerRanges() - 类 的构造器org.apache.hadoop.conf.Configuration.IntegerRanges
 
IntegerRanges(String) - 类 的构造器org.apache.hadoop.conf.Configuration.IntegerRanges
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
 
internalGetFieldAccessorTable() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
internalGetValueMap() - 枚举 中的静态方法org.apache.hadoop.fs.FSProtos.FileStatusProto.FileType
 
internalGetValueMap() - 枚举 中的静态方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Flags
 
internalGetValueMap() - 枚举 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HARequestSource
 
internalGetValueMap() - 枚举 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceStateProto
 
internalGetValueMap() - 枚举 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcKindProto
 
internalGetValueMap() - 枚举 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.OperationProto
 
internalGetValueMap() - 枚举 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
 
internalGetValueMap() - 枚举 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto
 
internalGetValueMap() - 枚举 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslState
 
Interns - org.apache.hadoop.metrics2.lib中的类
Helpers to create interned metrics info.
Interns() - 类 的构造器org.apache.hadoop.metrics2.lib.Interns
 
internStringsInArray(String[]) - 类 中的静态方法org.apache.hadoop.util.StringInterner
Interns all the strings in the given array in place, returning the same array.
InterruptData(String, int) - 类 的构造器org.apache.hadoop.service.launcher.IrqHandler.InterruptData
 
interrupted(IrqHandler.InterruptData) - 接口 中的方法org.apache.hadoop.service.launcher.IrqHandler.Interrupted
Handle an interrupt.
InterruptEscalator.ServiceForcedShutdown - org.apache.hadoop.service.launcher中的类
Forced shutdown runnable.
IntrusiveCollection.IntrusiveIterator - org.apache.hadoop.util中的类
An iterator over the intrusive collection.
IntWritable - org.apache.hadoop.io中的类
A WritableComparable for ints.
IntWritable() - 类 的构造器org.apache.hadoop.io.IntWritable
 
IntWritable(int) - 类 的构造器org.apache.hadoop.io.IntWritable
 
IntWritable.Comparator - org.apache.hadoop.io中的类
A Comparator optimized for IntWritable.
invalidateCache(String) - 类 中的方法org.apache.hadoop.crypto.key.CachingKeyProvider
 
invalidateCache(String) - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider
Can be used by implementing classes to invalidate the caches.
invalidateCache(String) - 类 中的方法org.apache.hadoop.crypto.key.KeyProviderExtension
 
invalidateCache(String) - 类 中的方法org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
InvalidChecksumSizeException - org.apache.hadoop.util中的异常错误
Thrown when bytesPerChecksun field in the meta file is less than or equal to 0 or type is invalid.
InvalidChecksumSizeException(String) - 异常错误 的构造器org.apache.hadoop.util.InvalidChecksumSizeException
 
InvalidPathException - org.apache.hadoop.fs中的异常错误
Path string is invalid either because it has invalid characters or due to other file system specific reasons.
InvalidPathException(String) - 异常错误 的构造器org.apache.hadoop.fs.InvalidPathException
Constructs exception with the specified detail message.
InvalidPathException(String, String) - 异常错误 的构造器org.apache.hadoop.fs.InvalidPathException
Constructs exception with the specified detail message.
InvalidPathHandleException - org.apache.hadoop.fs中的异常错误
Thrown when the constraints enoded in a PathHandle do not hold.
InvalidPathHandleException(String) - 异常错误 的构造器org.apache.hadoop.fs.InvalidPathHandleException
 
InvalidPathHandleException(String, Throwable) - 异常错误 的构造器org.apache.hadoop.fs.InvalidPathHandleException
 
InvalidRequestException - org.apache.hadoop.fs中的异常错误
Thrown when the user makes a malformed request, for example missing required parameters or parameters that are not valid.
InvalidRequestException(String) - 异常错误 的构造器org.apache.hadoop.fs.InvalidRequestException
 
InvalidRequestException(String, Throwable) - 异常错误 的构造器org.apache.hadoop.fs.InvalidRequestException
 
InvalidToken(String) - 异常错误 的构造器org.apache.hadoop.security.token.SecretManager.InvalidToken
 
InvalidTopologyException(String) - 异常错误 的构造器org.apache.hadoop.net.NetworkTopology.InvalidTopologyException
 
IO_COMPRESSION_CODEC_LZO_CLASS_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Codec class that implements Lzo compression algorithm
IO_FILE_BUFFER_SIZE_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IO_FILE_BUFFER_SIZE_KEY
IO_FILE_BUFFER_SIZE_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IO_MAP_INDEX_INTERVAL_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IO_MAP_INDEX_INTERVAL_DEFAULT
IO_MAP_INDEX_INTERVAL_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IO_MAP_INDEX_SKIP_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IO_MAP_INDEX_SKIP_KEY
IO_MAP_INDEX_SKIP_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IO_MAPFILE_BLOOM_ERROR_RATE_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IO_MAPFILE_BLOOM_ERROR_RATE_KEY
IO_MAPFILE_BLOOM_ERROR_RATE_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IO_MAPFILE_BLOOM_SIZE_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IO_MAPFILE_BLOOM_SIZE_KEY
IO_MAPFILE_BLOOM_SIZE_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IO_SEQFILE_COMPRESS_BLOCKSIZE_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IO_SEQFILE_COMPRESS_BLOCKSIZE_KEY
IO_SEQFILE_COMPRESS_BLOCKSIZE_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IO_SERIALIZATIONS_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IO_SKIP_CHECKSUM_ERRORS_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IO_SKIP_CHECKSUM_ERRORS_KEY
IO_SKIP_CHECKSUM_ERRORS_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IO_SORT_FACTOR_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
IO_SORT_FACTOR_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
已过时。
Moved to mapreduce, see mapreduce.task.io.sort.factor in mapred-default.xml See https://issues.apache.org/jira/browse/HADOOP-6801 For SequenceFile.Sorter control instead, see CommonConfigurationKeysPublic.SEQ_IO_SORT_FACTOR_KEY.
IO_SORT_MB_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
IO_SORT_MB_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
已过时。
Moved to mapreduce, see mapreduce.task.io.sort.mb in mapred-default.xml See https://issues.apache.org/jira/browse/HADOOP-6801 For SequenceFile.Sorter control instead, see CommonConfigurationKeysPublic.SEQ_IO_SORT_MB_KEY.
IOUtils - org.apache.hadoop.io中的类
An utility class for I/O related functionality.
IOUtils() - 类 的构造器org.apache.hadoop.io.IOUtils
 
IOUtils.NullOutputStream - org.apache.hadoop.io中的类
The /dev/null of OutputStreams.
IPC_CALLQUEUE_PRIORITY_LEVELS_DEFAULT - 类 中的静态变量org.apache.hadoop.ipc.FairCallQueue
已过时。
IPC_CALLQUEUE_PRIORITY_LEVELS_KEY - 类 中的静态变量org.apache.hadoop.ipc.FairCallQueue
已过时。
IPC_CALLQUEUE_WRRMUX_WEIGHTS_KEY - 类 中的静态变量org.apache.hadoop.ipc.WeightedRoundRobinMultiplexer
 
IPC_CLIENT_CONNECT_MAX_RETRIES_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IPC_CLIENT_CONNECT_MAX_RETRIES_KEY
IPC_CLIENT_CONNECT_MAX_RETRIES_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IPC_CLIENT_CONNECT_MAX_RETRIES_ON_SOCKET_TIMEOUTS_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IPC_CLIENT_CONNECT_MAX_RETRIES_ON_SOCKET_TIMEOUTS_KEY
IPC_CLIENT_CONNECT_MAX_RETRIES_ON_SOCKET_TIMEOUTS_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IPC_CLIENT_CONNECT_RETRY_INTERVAL_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IPC_CLIENT_CONNECT_RETRY_INTERVAL_KEY
IPC_CLIENT_CONNECT_RETRY_INTERVAL_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IPC_CLIENT_CONNECT_TIMEOUT_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IPC_CLIENT_CONNECT_TIMEOUT_KEY
IPC_CLIENT_CONNECT_TIMEOUT_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IPC_CLIENT_CONNECTION_MAXIDLETIME_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IPC_CLIENT_CONNECTION_MAXIDLETIME_KEY
IPC_CLIENT_CONNECTION_MAXIDLETIME_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IPC_CLIENT_IDLETHRESHOLD_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IPC_CLIENT_IDLETHRESHOLD_DEFAULT
IPC_CLIENT_IDLETHRESHOLD_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IPC_CLIENT_KILL_MAX_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IPC_CLIENT_KILL_MAX_KEY
IPC_CLIENT_KILL_MAX_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IPC_CLIENT_LOW_LATENCY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Enable low-latency connections from the client
IPC_CLIENT_LOW_LATENCY_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value of IPC_CLIENT_LOW_LATENCY
IPC_CLIENT_TCPNODELAY_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IPC_CLIENT_TCPNODELAY_KEY
IPC_CLIENT_TCPNODELAY_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IPC_DECAYSCHEDULER_BACKOFF_RESPONSETIME_ENABLE_DEFAULT - 类 中的静态变量org.apache.hadoop.ipc.DecayRpcScheduler
 
IPC_DECAYSCHEDULER_BACKOFF_RESPONSETIME_ENABLE_KEY - 类 中的静态变量org.apache.hadoop.ipc.DecayRpcScheduler
 
IPC_DECAYSCHEDULER_BACKOFF_RESPONSETIME_THRESHOLDS_KEY - 类 中的静态变量org.apache.hadoop.ipc.DecayRpcScheduler
 
IPC_DECAYSCHEDULER_THRESHOLDS_KEY - 类 中的静态变量org.apache.hadoop.ipc.DecayRpcScheduler
Thresholds are specified as integer percentages, and specify which usage range each queue will be allocated to.
IPC_FCQ_DECAYSCHEDULER_FACTOR_KEY - 类 中的静态变量org.apache.hadoop.ipc.DecayRpcScheduler
已过时。
IPC_FCQ_DECAYSCHEDULER_PERIOD_KEY - 类 中的静态变量org.apache.hadoop.ipc.DecayRpcScheduler
已过时。
IPC_FCQ_DECAYSCHEDULER_THRESHOLDS_KEY - 类 中的静态变量org.apache.hadoop.ipc.DecayRpcScheduler
已过时。
IPC_SCHEDULER_DECAYSCHEDULER_FACTOR_DEFAULT - 类 中的静态变量org.apache.hadoop.ipc.DecayRpcScheduler
 
IPC_SCHEDULER_DECAYSCHEDULER_FACTOR_KEY - 类 中的静态变量org.apache.hadoop.ipc.DecayRpcScheduler
Decay factor controls how much each count is suppressed by on each sweep.
IPC_SCHEDULER_DECAYSCHEDULER_PERIOD_DEFAULT - 类 中的静态变量org.apache.hadoop.ipc.DecayRpcScheduler
 
IPC_SCHEDULER_DECAYSCHEDULER_PERIOD_KEY - 类 中的静态变量org.apache.hadoop.ipc.DecayRpcScheduler
Period controls how many milliseconds between each decay sweep.
IPC_SERVER_LISTEN_QUEUE_SIZE_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IPC_SERVER_LISTEN_QUEUE_SIZE_KEY
IPC_SERVER_LISTEN_QUEUE_SIZE_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IPC_SERVER_LOG_SLOW_RPC - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Logs if a RPC is really slow compared to rest of RPCs.
IPC_SERVER_LOG_SLOW_RPC_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IPC_SERVER_MAX_CONNECTIONS_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IPC_SERVER_MAX_CONNECTIONS_KEY
IPC_SERVER_MAX_CONNECTIONS_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IPC_SERVER_TCPNODELAY_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for IPC_SERVER_TCPNODELAY_KEY
IPC_SERVER_TCPNODELAY_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
IpcConnectionContextProtos - org.apache.hadoop.ipc.protobuf中的类
 
IpcConnectionContextProtos.IpcConnectionContextProto - org.apache.hadoop.ipc.protobuf中的类
Protobuf type hadoop.common.IpcConnectionContextProto The connection context is sent as part of the connection establishment.
IpcConnectionContextProtos.IpcConnectionContextProto.Builder - org.apache.hadoop.ipc.protobuf中的类
Protobuf type hadoop.common.IpcConnectionContextProto The connection context is sent as part of the connection establishment.
IpcConnectionContextProtos.IpcConnectionContextProtoOrBuilder - org.apache.hadoop.ipc.protobuf中的接口
 
IpcConnectionContextProtos.UserInformationProto - org.apache.hadoop.ipc.protobuf中的类
Protobuf type hadoop.common.UserInformationProto Spec for UserInformationProto is specified in ProtoUtil#makeIpcConnectionContext
IpcConnectionContextProtos.UserInformationProto.Builder - org.apache.hadoop.ipc.protobuf中的类
Protobuf type hadoop.common.UserInformationProto Spec for UserInformationProto is specified in ProtoUtil#makeIpcConnectionContext
IpcConnectionContextProtos.UserInformationProtoOrBuilder - org.apache.hadoop.ipc.protobuf中的接口
 
IpcException - org.apache.hadoop.ipc中的异常错误
IPC exception is thrown by IPC layer when the IPC connection cannot be established.
IpcException(String) - 异常错误 的构造器org.apache.hadoop.ipc.IpcException
 
IPList - org.apache.hadoop.util中的接口
 
IrqHandler.InterruptData - org.apache.hadoop.service.launcher中的类
Interrupt data to pass on.
IrqHandler.Interrupted - org.apache.hadoop.service.launcher中的接口
Callback issues on an interrupt.
isAbsolute() - 类 中的方法org.apache.hadoop.fs.Path
Returns true if the path component (i.e. directory) of this URI is absolute.
isAbsoluteAndSchemeAuthorityNull() - 类 中的方法org.apache.hadoop.fs.Path
Returns true if the path component (i.e. directory) of this URI is absolute and the scheme is null, and the authority is null.
isAction() - 类 中的方法org.apache.hadoop.fs.shell.find.BaseExpression
 
isAction() - 接口 中的方法org.apache.hadoop.fs.shell.find.Expression
Indicates whether this expression performs an action, i.e. provides output back to the user.
isAction() - 类 中的方法org.apache.hadoop.fs.shell.find.FilterExpression
 
isAllAllowed() - 类 中的方法org.apache.hadoop.security.authorize.AccessControlList
 
isAncestor(Node) - 类 中的方法org.apache.hadoop.net.InnerNodeImpl
Judge if this node is an ancestor of node n
isAsynchronousMode() - 类 中的静态方法org.apache.hadoop.ipc.Client
Check if RPC is in asynchronous mode or not.
isAutoFailoverEnabled() - 类 中的方法org.apache.hadoop.ha.HAServiceTarget
 
isAvailable() - 类 中的静态方法org.apache.hadoop.io.nativeio.NativeIO.POSIX
Return true if the JNI-based native IO extensions are available.
isBlockCompressed() - 类 中的方法org.apache.hadoop.io.SequenceFile.Reader
Returns true if records are block-compressed.
isBrowser(String) - 类 中的方法org.apache.hadoop.security.http.RestCsrfPreventionFilter
This method interrogates the User-Agent String and returns whether it refers to a browser.
isChecksumFile(Path) - 类 中的静态方法org.apache.hadoop.fs.ChecksumFileSystem
Return true iff file is a checksum file name.
isClientBackoffEnabled() - 类 中的方法org.apache.hadoop.ipc.Server
 
isCompressed() - 类 中的方法org.apache.hadoop.io.SequenceFile.Reader
Returns true if values are compressed.
isConnected() - 类 中的方法org.apache.hadoop.metrics2.sink.GraphiteSink.Graphite
 
isCopyOnCreateFile() - 接口 中的方法org.apache.hadoop.fs.BlockStoragePolicySpi
Returns true if the policy is inherit-only and cannot be changed for an existing file.
isCorrupt() - 类 中的方法org.apache.hadoop.fs.BlockLocation
Get the corrupt flag.
isDeclaredComponentType(Class<?>) - 类 中的方法org.apache.hadoop.io.ArrayPrimitiveWritable
 
isDeprecated(String) - 类 中的静态方法org.apache.hadoop.conf.Configuration
checks whether the given key is deprecated.
isDepthFirst() - 类 中的方法org.apache.hadoop.fs.shell.find.FindOptions
Should directory tree be traversed depth first?
isDescend() - 类 中的方法org.apache.hadoop.fs.shell.find.Result
Should further directories be descended.
isDir() - 类 中的方法org.apache.hadoop.fs.FileStatus
isDirectory() - 类 中的方法org.apache.hadoop.fs.FileStatus
Is this a directory?
isDirectory(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
已过时。
isDone() - 接口 中的方法org.apache.hadoop.util.concurrent.AsyncGet
 
isDone() - 类 中的方法org.apache.hadoop.util.concurrent.AsyncGetFuture
 
isEmpty() - 类 中的方法org.apache.hadoop.conf.Configuration.IntegerRanges
 
isEmpty() - 类 中的方法org.apache.hadoop.io.MapWritable
 
isEmpty() - 类 中的方法org.apache.hadoop.io.MultipleIOException.Builder
 
isEmpty() - 类 中的方法org.apache.hadoop.io.SortedMapWritable
 
isEnabled() - 类 中的方法org.apache.hadoop.fs.Trash
Returns whether the trash is enabled for this filesystem
isEnabled() - 类 中的方法org.apache.hadoop.fs.TrashPolicy
Returns whether the Trash Policy is enabled for this filesystem.
isEncrypted() - 类 中的方法org.apache.hadoop.fs.FileStatus
Tell whether the underlying file or directory is encrypted or not.
isEqual(Object, Object) - 类 中的静态方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
 
isErasureCoded() - 类 中的方法org.apache.hadoop.fs.FileStatus
Tell whether the underlying file or directory is erasure coded or not.
isFile() - 类 中的方法org.apache.hadoop.fs.FileStatus
Is this a file?
isFile(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
已过时。
isFollowArgLink() - 类 中的方法org.apache.hadoop.fs.shell.find.FindOptions
Should command line symbolic links be follows?
isFollowLink() - 类 中的方法org.apache.hadoop.fs.shell.find.FindOptions
Should symbolic links be follows?
isFromKeytab() - 类 中的方法org.apache.hadoop.security.UserGroupInformation
Is this user logged in from a keytab file managed by the UGI?
isHealthy() - 类 中的方法org.apache.hadoop.util.NodeHealthScriptRunner
Gets the if the node is healthy or not
isHttpEnabled() - 枚举 中的方法org.apache.hadoop.http.HttpConfig.Policy
 
isHttpsEnabled() - 枚举 中的方法org.apache.hadoop.http.HttpConfig.Policy
 
isIn(String) - 类 中的方法org.apache.hadoop.util.CacheableIPList
 
isIn(String) - 类 中的方法org.apache.hadoop.util.CombinedIPList
 
isIn(String) - 类 中的方法org.apache.hadoop.util.CombinedIPWhiteList
 
isIn(String) - 类 中的方法org.apache.hadoop.util.FileBasedIPList
 
isIn(String) - 接口 中的方法org.apache.hadoop.util.IPList
returns true if the ipAddress is in the IPList.
isIncluded(int) - 类 中的方法org.apache.hadoop.conf.Configuration.IntegerRanges
Is the given value in the set of ranges
isInitialized() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
 
isInitialized() - 类 中的方法org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
isInitialized() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
isInitialized() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
isInitialized() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
isInitialized() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
isInitialized() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
isInitialized() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
isInitialized() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
isInitialized() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
isInitialized() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
isInitialized() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
isInitialized() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
isInitialized() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
isInitialized() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
isInitialized() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
isInitialized() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
isInitialized() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
isInitialized() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
isInitialized() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
isInitialized() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
isInitialized() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
isInitialized() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
isInitialized() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
isInitialized() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
isInitialized() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
isInitialized() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
isInitialized() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
isInitialized() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
isInitialized() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
isInitialized() - 类 中的静态方法org.apache.hadoop.security.UserGroupInformation
 
isInitialized() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
isInitialized() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
isInitialized() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
isInitialized() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
isInitialized() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
isInitialized() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
isInitialized() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
isInitialized() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
isInitialized() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
isInitialized() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
 
isInitialized() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
isInState(Service.STATE) - 类 中的方法org.apache.hadoop.service.AbstractService
 
isInState(Service.STATE) - 接口 中的方法org.apache.hadoop.service.Service
Query to see if the service is in a specific state.
isInState(Service.STATE) - 类 中的方法org.apache.hadoop.service.ServiceStateModel
Query that the state is in a specific state
isInstrumentationAccessAllowed(HttpServletRequest, HttpServletResponse) - 类 中的方法org.apache.hadoop.jmx.JMXJsonServlet
 
isIP4Address(String) - 类 中的静态方法org.apache.hadoop.security.ssl.SSLHostnameVerifier.AbstractVerifier
 
isJava7OrAbove() - 类 中的静态方法org.apache.hadoop.util.Shell
已过时。
This call isn't needed any more: please remove uses of it.
isJavaVersionAtLeast(int) - 类 中的静态方法org.apache.hadoop.util.Shell
Query to see if major version of Java specification of the system is equal or greater than the parameter.
isLocalhost(String) - 类 中的静态方法org.apache.hadoop.security.ssl.SSLHostnameVerifier.AbstractVerifier
 
isLoginKeytabBased() - 类 中的静态方法org.apache.hadoop.security.UserGroupInformation
Did the login happen via keytab
isLoginTicketBased() - 类 中的静态方法org.apache.hadoop.security.UserGroupInformation
Did the login happen via ticket cache
isLogSlowRPC() - 类 中的方法org.apache.hadoop.ipc.Server
Checks if LogSlowRPC is set true.
isManaged(Token<?>) - 类 中的方法org.apache.hadoop.crypto.key.kms.KMSClientProvider.KMSTokenRenewer
 
isManaged() - 类 中的方法org.apache.hadoop.security.token.Token
Is this token managed so that it can be renewed or cancelled?
isManaged(Token<?>) - 类 中的方法org.apache.hadoop.security.token.Token.TrivialRenewer
 
isManaged(Token<?>) - 类 中的方法org.apache.hadoop.security.token.TokenRenewer
Is the given token managed?
isMappingSingleSwitch(DNSToSwitchMapping) - 类 中的静态方法org.apache.hadoop.net.AbstractDNSToSwitchMapping
Query for a DNSToSwitchMapping instance being on a single switch.
isMethodSupported(String) - 类 中的方法org.apache.hadoop.ipc.protocolPB.GenericRefreshProtocolClientSideTranslatorPB
 
isMethodSupported(String) - 类 中的方法org.apache.hadoop.ipc.protocolPB.RefreshCallQueueProtocolClientSideTranslatorPB
 
isMethodSupported(String, Class<?>...) - 类 中的方法org.apache.hadoop.ipc.ProtocolProxy
Check if a method is supported by the server or not
isMethodSupported(Object, Class<?>, RPC.RpcKind, long, String) - 类 中的静态方法org.apache.hadoop.ipc.RpcClientUtil
Returns whether the given method is supported or not.
isMethodSupported(String) - 类 中的方法org.apache.hadoop.security.protocolPB.RefreshAuthorizationPolicyProtocolClientSideTranslatorPB
 
isMethodSupported(String) - 类 中的方法org.apache.hadoop.security.protocolPB.RefreshUserMappingsProtocolClientSideTranslatorPB
 
isMethodSupported(String) - 类 中的方法org.apache.hadoop.tools.protocolPB.GetUserMappingsProtocolClientSideTranslatorPB
 
isMovable() - 枚举 中的方法org.apache.hadoop.fs.StorageType
 
isNativeBzip2Loaded(Configuration) - 类 中的静态方法org.apache.hadoop.io.compress.bzip2.Bzip2Factory
Check if native-bzip2 code is loaded & initialized correctly and can be loaded for this job.
isNativeCodeLoaded() - 类 中的静态方法org.apache.hadoop.io.compress.Lz4Codec
Are the native lz4 libraries loaded & initialized?
isNativeCodeLoaded() - 类 中的静态方法org.apache.hadoop.io.compress.snappy.SnappyCompressor
 
isNativeCodeLoaded() - 类 中的静态方法org.apache.hadoop.io.compress.snappy.SnappyDecompressor
 
isNativeCodeLoaded() - 类 中的静态方法org.apache.hadoop.io.compress.SnappyCodec
 
isNativeCodeLoaded() - 类 中的静态方法org.apache.hadoop.io.compress.ZStandardCodec
 
isNativeCodeLoaded() - 类 中的静态方法org.apache.hadoop.io.compress.zstd.ZStandardCompressor
 
isNativeCodeLoaded() - 类 中的静态方法org.apache.hadoop.io.compress.zstd.ZStandardDecompressor
 
isNativeCodeLoaded() - 类 中的静态方法org.apache.hadoop.io.erasurecode.ErasureCodeNative
Are native libraries loaded?
isNativeZlibLoaded(Configuration) - 类 中的静态方法org.apache.hadoop.io.compress.zlib.ZlibFactory
Check if native-zlib code is loaded & initialized correctly and can be loaded for this job.
isNegativeVInt(byte) - 类 中的静态方法org.apache.hadoop.io.WritableUtils
Given the first byte of a vint/vlong, determine the sign
isOpen() - 类 中的方法org.apache.hadoop.util.CloseableReferenceCount
Return true if the status is currently open.
isOperator() - 类 中的方法org.apache.hadoop.fs.shell.find.BaseExpression
 
isOperator() - 接口 中的方法org.apache.hadoop.fs.shell.find.Expression
Identifies the expression as an operator rather than a primary.
isOperator() - 类 中的方法org.apache.hadoop.fs.shell.find.FilterExpression
 
isOriginalTGT(KerberosTicket) - 类 中的静态方法org.apache.hadoop.security.SecurityUtil
Check whether the server principal is the TGS's principal
isParent(Node) - 类 中的方法org.apache.hadoop.net.InnerNodeImpl
Judge if this node is the parent of node n
isPass() - 类 中的方法org.apache.hadoop.fs.shell.find.Result
Should processing continue.
isPrivate() - 类 中的方法org.apache.hadoop.security.token.Token
Whether this is a private token.
isPrivateCloneOf(Text) - 类 中的方法org.apache.hadoop.security.token.Token
Whether this is a private clone of a public token.
isPrivilegedPort(int) - 类 中的静态方法org.apache.hadoop.security.SecurityUtil
 
isPropertyReconfigurable(String) - 接口 中的方法org.apache.hadoop.conf.Reconfigurable
Return whether a given property is changeable at run time.
isPropertyReconfigurable(String) - 类 中的方法org.apache.hadoop.conf.ReconfigurableBase
Return whether a given property is changeable at run time.
isPropertyTag(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Get Property tag Enum corresponding to given source.
isProxyServer(String) - 类 中的静态方法org.apache.hadoop.security.authorize.ProxyServers
 
isRack() - 类 中的方法org.apache.hadoop.net.InnerNodeImpl
Judge if this node represents a rack
isRecursive() - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
Return true to create the parent directories if they do not exist.
isResponseDeferred() - 类 中的方法org.apache.hadoop.ipc.Server.Call
 
isRoot() - 类 中的方法org.apache.hadoop.fs.Path
Returns true if and only if this path represents the root of a file system.
isRpcInvocation() - 类 中的静态方法org.apache.hadoop.ipc.Server
Return true if the invocation was through an RPC.
isRunning() - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
is secretMgr running
isRunning() - 类 中的方法org.apache.hadoop.util.StopWatch
The method is used to find out if the StopWatch is started.
isSecurityEnabled() - 类 中的静态方法org.apache.hadoop.security.UserGroupInformation
Determine if UserGroupInformation is using Kerberos to determine user identities or is relying on simple authentication
isSetsidAvailable - 类 中的静态变量org.apache.hadoop.util.Shell
Flag which is true if setsid exists.
isShutdownInProgress() - 类 中的方法org.apache.hadoop.util.ShutdownHookManager
Indicates if shutdown is in progress or not.
isSimpleAuthentication(Configuration) - 类 中的方法org.apache.hadoop.security.KDiag
Is the authentication method of this configuration "simple"?
isSingleSwitch() - 类 中的方法org.apache.hadoop.net.AbstractDNSToSwitchMapping
Predicate that indicates that the switch mapping is known to be single-switch.
isSingleSwitch() - 类 中的方法org.apache.hadoop.net.CachedDNSToSwitchMapping
Delegate the switch topology query to the raw mapping, via AbstractDNSToSwitchMapping.isMappingSingleSwitch(DNSToSwitchMapping)
isSingleSwitch() - 类 中的方法org.apache.hadoop.net.ScriptBasedMapping.RawScriptBasedMapping
Declare that the mapper is single-switched if a script was not named in the configuration.
isSingleSwitchByScriptPolicy() - 类 中的方法org.apache.hadoop.net.AbstractDNSToSwitchMapping
 
isSnapshotEnabled() - 类 中的方法org.apache.hadoop.fs.FileStatus
Check if directory is Snapshot enabled or not.
isSorted() - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader
Is the TFile sorted?
isStickyBit() - 类 中的方法org.apache.hadoop.fs.permission.AclStatus
Returns the sticky bit.
isSuccess() - 类 中的方法org.apache.hadoop.ipc.RetryCache.CacheEntry
 
isSupported() - 枚举 中的方法org.apache.hadoop.io.file.tfile.Compression.Algorithm
 
isSupportSparseMetrics() - 类 中的方法org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
isSymlink() - 类 中的方法org.apache.hadoop.fs.FileStatus
Is this a symbolic link?
isSystemClass(String, List<String>) - 类 中的静态方法org.apache.hadoop.util.ApplicationClassLoader
Checks if a class should be included as a system class.
isTimedOut() - 类 中的方法org.apache.hadoop.util.Shell
To check if the passed script to shell command executor timed out or not.
isTokenRequired() - 接口 中的方法org.apache.hadoop.security.token.DtFetcher
Used to allow the service API to indicate whether a token is required.
isTracked(String) - 类 中的方法org.apache.hadoop.fs.StorageStatistics
Return true if a statistic is being tracked.
isTransient() - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider
Indicates whether this provider represents a store that is intended for transient use - such as the UserProvider is.
isTransient() - 类 中的方法org.apache.hadoop.crypto.key.KeyProviderExtension
 
isTransient() - 枚举 中的方法org.apache.hadoop.fs.StorageType
 
isTransient() - 类 中的方法org.apache.hadoop.security.alias.CredentialProvider
Indicates whether this provider represents a store that is intended for transient use - such as the UserProvider is.
isTypeConsumedAvailable() - 类 中的方法org.apache.hadoop.fs.QuotaUsage
Return true if any storage type consumption information is available.
isTypeQuotaSet() - 类 中的方法org.apache.hadoop.fs.QuotaUsage
Return true if any storage type quota has been set.
isUriPathAbsolute() - 类 中的方法org.apache.hadoop.fs.Path
Returns true if the path component (i.e. directory) of this URI is absolute.
isUserAllowed(UserGroupInformation) - 类 中的方法org.apache.hadoop.security.authorize.AccessControlList
 
isUserInList(UserGroupInformation) - 类 中的方法org.apache.hadoop.security.authorize.AccessControlList
Checks if a user represented by the provided UserGroupInformation is a member of the Access Control List
isValid() - 类 中的方法org.apache.hadoop.fs.DelegationTokenRenewer.RenewAction
 
isValidName(String) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
Returns true if the specified string is considered valid in the path part of a URI by this file system.
isValidName(String) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
isValidProtocol(String) - 类 中的静态方法org.apache.hadoop.log.LogLevel
 
isValidStateTransition(Service.STATE, Service.STATE) - 类 中的静态方法org.apache.hadoop.service.ServiceStateModel
Is a state transition valid?
isValueLengthKnown() - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
Check whether it is safe to call getValueLength().
isViewFileSystem(FileSystem) - 类 中的静态方法org.apache.hadoop.fs.viewfs.ViewFileSystemUtil
Check if the FileSystem is a ViewFileSystem.
isWindowsAbsolutePath(String, boolean) - 类 中的静态方法org.apache.hadoop.fs.Path
Determine whether a given path string represents an absolute path on Windows. e.g.
iterator() - 类 中的方法org.apache.hadoop.conf.Configuration.IntegerRanges
 
iterator() - 类 中的方法org.apache.hadoop.conf.Configuration
Get an Iterator to go through the list of String key-value pairs in the configuration.
iterator() - 枚举 中的方法org.apache.hadoop.fs.GlobalStorageStatistics
Get an iterator that we can use to iterate throw all the global storage statistics objects.
iterator() - 类 中的方法org.apache.hadoop.io.EnumSetWritable
 
iterator() - 类 中的方法org.apache.hadoop.ipc.CallQueueManager
 
iterator() - 类 中的方法org.apache.hadoop.ipc.FairCallQueue
Iterator is not implemented, as it is not needed.

J

JAVA_SECURITY_KRB5_CONF - 类 中的静态变量org.apache.hadoop.security.KDiag
 
JAVA_SECURITY_KRB5_KDC_ADDRESS - 类 中的静态变量org.apache.hadoop.security.KDiag
 
JAVA_SECURITY_KRB5_REALM - 类 中的静态变量org.apache.hadoop.security.KDiag
 
JavaKeyStoreProvider.Factory - org.apache.hadoop.crypto.key中的类
The factory to create JksProviders, which is used by the ServiceLoader.
JavaKeyStoreProvider.Factory - org.apache.hadoop.security.alias中的类
The factory to create JksProviders, which is used by the ServiceLoader.
JavaKeyStoreProvider.KeyMetadata - org.apache.hadoop.crypto.key中的类
An adapter between a KeyStore Key and our Metadata.
JavaSerialization - org.apache.hadoop.io.serializer中的类
An experimental Serialization for Java Serializable classes.
JavaSerialization() - 类 的构造器org.apache.hadoop.io.serializer.JavaSerialization
 
JavaSerializationComparator<T extends Serializable & Comparable<T>> - org.apache.hadoop.io.serializer中的类
A RawComparator that uses a JavaSerialization Deserializer to deserialize objects that are then compared via their Comparable interfaces.
JavaSerializationComparator() - 类 的构造器org.apache.hadoop.io.serializer.JavaSerializationComparator
 
JCEKS_KEY_SERIAL_FILTER - 类 中的静态变量org.apache.hadoop.crypto.key.KeyProvider
 
JCEKS_KEY_SERIALFILTER_DEFAULT - 类 中的静态变量org.apache.hadoop.crypto.key.KeyProvider
 
JettyUtils - org.apache.hadoop.http中的类
Contains utility methods and constants relating to Jetty.
JMXJsonServlet - org.apache.hadoop.jmx中的类
Provides Read only web access to JMX.
JMXJsonServlet() - 类 的构造器org.apache.hadoop.jmx.JMXJsonServlet
 
JniBasedUnixGroupsMappingWithFallback - org.apache.hadoop.security中的类
 
JniBasedUnixGroupsMappingWithFallback() - 类 的构造器org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback
 
JniBasedUnixGroupsNetgroupMappingWithFallback - org.apache.hadoop.security中的类
 
JniBasedUnixGroupsNetgroupMappingWithFallback() - 类 的构造器org.apache.hadoop.security.JniBasedUnixGroupsNetgroupMappingWithFallback
 
join() - 类 中的方法org.apache.hadoop.ipc.Server
Wait for the server to be stopped.
JSON_TYPE - 类 中的静态变量org.apache.hadoop.log.Log4Json
 
jsonFactory - 类 中的变量org.apache.hadoop.jmx.JMXJsonServlet
Json Factory to create Json generators for write objects in json format

K

KDiag - org.apache.hadoop.security中的类
Kerberos diagnostics This operation expands some of the diagnostic output of the security code, but not all.
KDiag(Configuration, PrintWriter, File, String, long, boolean) - 类 的构造器org.apache.hadoop.security.KDiag
 
KDiag() - 类 的构造器org.apache.hadoop.security.KDiag
 
KDiag.KerberosDiagsFailure - org.apache.hadoop.security中的异常错误
Diagnostics failures return the exit code 41, "unauthorized".
KDIAG_FAILURE - 类 中的静态变量org.apache.hadoop.security.KDiag
The exit code for a failure of the diagnostics: 41 == HTTP 401 == unauth.
KERBEROS_KINIT_COMMAND - 类 中的静态变量org.apache.hadoop.security.KDiag
 
KerberosAuthException - org.apache.hadoop.security中的异常错误
Thrown when UserGroupInformation failed with an unrecoverable error, such as failure in kerberos login/logout, invalid subject etc.
KerberosAuthException(String) - 异常错误 的构造器org.apache.hadoop.security.KerberosAuthException
 
KerberosAuthException(Throwable) - 异常错误 的构造器org.apache.hadoop.security.KerberosAuthException
 
KerberosAuthException(String, Throwable) - 异常错误 的构造器org.apache.hadoop.security.KerberosAuthException
 
KerberosDelegationTokenAuthenticator - org.apache.hadoop.security.token.delegation.web中的类
The KerberosDelegationTokenAuthenticator provides support for Kerberos SPNEGO authentication mechanism and support for Hadoop Delegation Token operations.
KerberosDelegationTokenAuthenticator() - 类 的构造器org.apache.hadoop.security.token.delegation.web.KerberosDelegationTokenAuthenticator
 
KerberosDiagsFailure(String, String) - 异常错误 的构造器org.apache.hadoop.security.KDiag.KerberosDiagsFailure
 
KerberosDiagsFailure(String, String, Object...) - 异常错误 的构造器org.apache.hadoop.security.KDiag.KerberosDiagsFailure
 
KerberosDiagsFailure(String, Throwable, String, Object...) - 异常错误 的构造器org.apache.hadoop.security.KDiag.KerberosDiagsFailure
 
key() - 类 中的方法org.apache.hadoop.io.ArrayFile.Reader
Returns the key associated with the most recent call to ArrayFile.Reader.seek(long), ArrayFile.Reader.next(Writable), or ArrayFile.Reader.get(long,Writable).
KEY_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
KEY_PROVIDER_PATH - 类 中的静态变量org.apache.hadoop.crypto.key.KeyProviderFactory
 
keyClass(Class<? extends WritableComparable>) - 类 中的静态方法org.apache.hadoop.io.MapFile.Writer
 
keyClass(Class<?>) - 类 中的静态方法org.apache.hadoop.io.SequenceFile.Writer
 
keyPassword(String) - 类 中的方法org.apache.hadoop.http.HttpServer2.Builder
 
KeyProvider - org.apache.hadoop.crypto.key中的类
A provider of secret key material for Hadoop applications.
KeyProvider(Configuration) - 类 的构造器org.apache.hadoop.crypto.key.KeyProvider
Constructor.
KeyProvider.KeyVersion - org.apache.hadoop.crypto.key中的类
The combination of both the key version name and the key material.
KeyProvider.Metadata - org.apache.hadoop.crypto.key中的类
Key metadata that is associated with the key.
KeyProvider.Options - org.apache.hadoop.crypto.key中的类
Options when creating key objects.
KeyProviderCryptoExtension.CryptoExtension - org.apache.hadoop.crypto.key中的接口
CryptoExtension is a type of Extension that exposes methods to generate EncryptedKeys and to decrypt the same.
KeyProviderCryptoExtension.EncryptedKeyVersion - org.apache.hadoop.crypto.key中的类
An encrypted encryption key (EEK) and related information.
KeyProviderDelegationTokenExtension - org.apache.hadoop.crypto.key中的类
A KeyProvider extension with the ability to add a renewer's Delegation Tokens to the provided Credentials.
KeyProviderDelegationTokenExtension.DelegationTokenExtension - org.apache.hadoop.crypto.key中的接口
DelegationTokenExtension is a type of Extension that exposes methods needed to work with Delegation Tokens.
KeyProviderExtension<E extends KeyProviderExtension.Extension> - org.apache.hadoop.crypto.key中的类
This is a utility class used to extend the functionality of KeyProvider, that takes a KeyProvider and an Extension.
KeyProviderExtension(KeyProvider, E) - 类 的构造器org.apache.hadoop.crypto.key.KeyProviderExtension
 
KeyProviderExtension.Extension - org.apache.hadoop.crypto.key中的接口
A marker interface for the KeyProviderExtension subclass implement.
KeyProviderFactory - org.apache.hadoop.crypto.key中的类
A factory to create a list of KeyProvider based on the path given in a Configuration.
KeyProviderFactory() - 类 的构造器org.apache.hadoop.crypto.key.KeyProviderFactory
 
keySerializer - 类 中的变量org.apache.hadoop.io.SequenceFile.Writer
 
keySet() - 类 中的方法org.apache.hadoop.io.MapWritable
 
keySet() - 类 中的方法org.apache.hadoop.io.SortedMapWritable
 
KeyShell - org.apache.hadoop.crypto.key中的类
This program is the CLI utility for the KeyProvider facilities in Hadoop.
KeyShell() - 类 的构造器org.apache.hadoop.crypto.key.KeyShell
 
keyStore(String, String, String) - 类 中的方法org.apache.hadoop.http.HttpServer2.Builder
 
KeyVersion(String, String, byte[]) - 类 的构造器org.apache.hadoop.crypto.key.KeyProvider.KeyVersion
 
KIND_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
KMS_CLIENT_ENC_KEY_CACHE_EXPIRY_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for KMS_CLIENT_ENC_KEY_CACHE_EXPIRY (12 hrs)
KMS_CLIENT_ENC_KEY_CACHE_EXPIRY_MS - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
KMS_CLIENT_ENC_KEY_CACHE_LOW_WATERMARK - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
KMS_CLIENT_ENC_KEY_CACHE_LOW_WATERMARK_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for KMS_CLIENT_ENC_KEY_CACHE_LOW_WATERMARK
KMS_CLIENT_ENC_KEY_CACHE_NUM_REFILL_THREADS - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
KMS_CLIENT_ENC_KEY_CACHE_NUM_REFILL_THREADS_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for KMS_CLIENT_ENC_KEY_NUM_REFILL_THREADS
KMS_CLIENT_ENC_KEY_CACHE_SIZE - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
KMS_CLIENT_ENC_KEY_CACHE_SIZE_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for KMS_CLIENT_ENC_KEY_CACHE_SIZE
KMS_CLIENT_FAILOVER_MAX_RETRIES_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value is the number of providers specified.
KMS_CLIENT_FAILOVER_SLEEP_BASE_MILLIS_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value is 100 ms.
KMS_CLIENT_FAILOVER_SLEEP_BASE_MILLIS_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
KMS_CLIENT_FAILOVER_SLEEP_MAX_MILLIS_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value is 2 secs.
KMS_CLIENT_FAILOVER_SLEEP_MAX_MILLIS_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
KMS_CLIENT_TIMEOUT_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
KMS_CLIENT_TIMEOUT_SECONDS - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
KMSClientProvider.Factory - org.apache.hadoop.crypto.key.kms中的类
The factory to create KMSClientProvider, which is used by the ServiceLoader.
KMSClientProvider.KMSEncryptedKeyVersion - org.apache.hadoop.crypto.key.kms中的类
 
KMSClientProvider.KMSKeyVersion - org.apache.hadoop.crypto.key.kms中的类
 
KMSClientProvider.KMSMetadata - org.apache.hadoop.crypto.key.kms中的类
 
KMSClientProvider.KMSTokenRenewer - org.apache.hadoop.crypto.key.kms中的类
The KMS implementation of TokenRenewer.
KMSDelegationToken.KMSDelegationTokenIdentifier - org.apache.hadoop.crypto.key.kms中的类
DelegationTokenIdentifier used for the KMS.
KMSDelegationTokenIdentifier() - 类 的构造器org.apache.hadoop.crypto.key.kms.KMSDelegationToken.KMSDelegationTokenIdentifier
 
KMSEncryptedKeyVersion(String, String, byte[], String, byte[]) - 类 的构造器org.apache.hadoop.crypto.key.kms.KMSClientProvider.KMSEncryptedKeyVersion
 
KMSKeyVersion(String, String, byte[]) - 类 的构造器org.apache.hadoop.crypto.key.kms.KMSClientProvider.KMSKeyVersion
 
KMSMetadata(String, int, String, Map<String, String>, Date, int) - 类 的构造器org.apache.hadoop.crypto.key.kms.KMSClientProvider.KMSMetadata
 
KMSTokenRenewer() - 类 的构造器org.apache.hadoop.crypto.key.kms.KMSClientProvider.KMSTokenRenewer
 
KRB5_CCNAME - 类 中的静态变量org.apache.hadoop.security.KDiag
Location of the kerberos ticket cache as passed down via an environment variable.
KRB5_CONFIG - 类 中的静态变量org.apache.hadoop.security.KDiag
Location of main kerberos configuration file as passed down via an environment variable.

L

lastKey() - 类 中的方法org.apache.hadoop.io.SortedMapWritable
 
lastStat() - 类 中的方法org.apache.hadoop.metrics2.lib.MutableStat
Return a SampleStat object that supports calls like StdDev and Mean.
LaunchableService - org.apache.hadoop.service.launcher中的接口
An interface which services can implement to have their execution managed by the ServiceLauncher.
LauncherArguments - org.apache.hadoop.service.launcher中的接口
Standard launcher arguments.
LauncherExitCodes - org.apache.hadoop.service.launcher中的接口
Common Exit codes.
launchService(Configuration, List<String>, boolean, boolean) - 类 中的方法org.apache.hadoop.service.launcher.ServiceLauncher
Launch a service catching all exceptions and downgrading them to exit codes after logging.
launchServiceAndExit(List<String>) - 类 中的方法org.apache.hadoop.service.launcher.ServiceLauncher
Launch the service and exit.
length() - 类 中的方法org.apache.hadoop.fs.AvroFSInput
 
length(long) - 类 中的方法org.apache.hadoop.fs.ContentSummary.Builder
 
length(long) - 类 中的静态方法org.apache.hadoop.io.SequenceFile.Reader
Create an option to specify the number of bytes to read.
LENGTH_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.fs.FSProtos.FileStatusProto
 
LESSER_ICOST - 类 中的静态变量org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
This constant is accessible by subclasses for historical purposes.
LEVEL - 类 中的静态变量org.apache.hadoop.log.Log4Json
 
LifecycleEvent - org.apache.hadoop.service中的类
A serializable lifecycle event: the time a state transition occurred, and what state was entered.
LifecycleEvent() - 类 的构造器org.apache.hadoop.service.LifecycleEvent
 
LightWeightCache.Entry - org.apache.hadoop.util中的接口
Entries of LightWeightCache.
LightWeightGSet.LinkedElement - org.apache.hadoop.util中的接口
Elements of LightWeightGSet.
LightWeightGSet.SetIterator - org.apache.hadoop.util中的类
 
LimitInputStream - org.apache.hadoop.util中的类
Copied from guava source code v15 (LimitedInputStream) Guava deprecated LimitInputStream in v14 and removed it in v15.
LimitInputStream(InputStream, long) - 类 的构造器org.apache.hadoop.util.LimitInputStream
 
LINK_COMMAND - 类 中的静态变量org.apache.hadoop.util.Shell
a Unix command to create a link: "ln".
linkStats - 类 中的变量org.apache.hadoop.fs.HardLink
 
LinkStats() - 类 的构造器org.apache.hadoop.fs.HardLink.LinkStats
 
LINUX - 类 中的静态变量org.apache.hadoop.util.Shell
 
list(File) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
A wrapper for File.list().
listCorruptFileBlocks(Path) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
 
listCorruptFileBlocks(Path) - 类 中的方法org.apache.hadoop.fs.FileContext
 
listCorruptFileBlocks(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
List corrupted file blocks.
listCorruptFileBlocks(Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
listDirectory(File, FilenameFilter) - 类 中的静态方法org.apache.hadoop.io.IOUtils
Return the complete list of files in a directory as strings.
listFiles(Path, boolean) - 类 中的方法org.apache.hadoop.fs.FileContext.Util
List the statuses and block locations of the files in the given path.
listFiles(Path, boolean) - 类 中的方法org.apache.hadoop.fs.FileSystem
List the statuses and block locations of the files in the given path.
listFiles(File) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
A wrapper for File.listFiles().
listLocatedStatus(Path) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.listLocatedStatus(Path) except that Path f must be for this file system.
listLocatedStatus(Path) - 类 中的方法org.apache.hadoop.fs.ChecksumFileSystem
List the statuses of the files/directories in the given path if the path is a directory.
listLocatedStatus(Path) - 类 中的方法org.apache.hadoop.fs.FileContext
List the statuses of the files/directories in the given path if the path is a directory.
listLocatedStatus(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
List the statuses of the files/directories in the given path if the path is a directory.
listLocatedStatus(Path, PathFilter) - 类 中的方法org.apache.hadoop.fs.FileSystem
List a directory.
listLocatedStatus(Path, PathFilter) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
listLocatedStatus(Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
List files and its block locations in a directory.
listLocatedStatus(Path, PathFilter) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
listLocatedStatus(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
listSpanReceivers(RpcController, TraceAdminPB.ListSpanReceiversRequestProto) - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService.BlockingInterface
 
listSpanReceivers(RpcController, TraceAdminPB.ListSpanReceiversRequestProto, RpcCallback<TraceAdminPB.ListSpanReceiversResponseProto>) - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService.Interface
rpc listSpanReceivers(.hadoop.common.ListSpanReceiversRequestProto) returns (.hadoop.common.ListSpanReceiversResponseProto);
listSpanReceivers(RpcController, TraceAdminPB.ListSpanReceiversRequestProto, RpcCallback<TraceAdminPB.ListSpanReceiversResponseProto>) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService
rpc listSpanReceivers(.hadoop.common.ListSpanReceiversRequestProto) returns (.hadoop.common.ListSpanReceiversResponseProto);
listSpanReceivers(RpcController, TraceAdminPB.ListSpanReceiversRequestProto, RpcCallback<TraceAdminPB.ListSpanReceiversResponseProto>) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService.Stub
 
listSpanReceivers() - 接口 中的方法org.apache.hadoop.tracing.TraceAdminProtocol
List the currently active trace span receivers.
listStatus(Path) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.Util.listStatus(Path) except that Path f must be for this file system.
listStatus(Path) - 类 中的方法org.apache.hadoop.fs.ChecksumFileSystem
List the statuses of the files/directories in the given path if the path is a directory.
listStatus(Path) - 类 中的方法org.apache.hadoop.fs.FileContext
List the statuses of the files/directories in the given path if the path is a directory.
listStatus(Path[]) - 类 中的方法org.apache.hadoop.fs.FileContext.Util
listStatus(Path, PathFilter) - 类 中的方法org.apache.hadoop.fs.FileContext.Util
Filter files/directories in the given path using the user-supplied path filter.
listStatus(Path[], PathFilter) - 类 中的方法org.apache.hadoop.fs.FileContext.Util
Filter files/directories in the given list of paths using user-supplied path filter.
listStatus(Path) - 类 中的方法org.apache.hadoop.fs.FileContext.Util
List the statuses of the files/directories in the given path if the path is a directory.
listStatus(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
List the statuses of the files/directories in the given path if the path is a directory.
listStatus(Path, PathFilter) - 类 中的方法org.apache.hadoop.fs.FileSystem
Filter files/directories in the given path using the user-supplied path filter.
listStatus(Path[]) - 类 中的方法org.apache.hadoop.fs.FileSystem
Filter files/directories in the given list of paths using default path filter.
listStatus(Path[], PathFilter) - 类 中的方法org.apache.hadoop.fs.FileSystem
Filter files/directories in the given list of paths using user-supplied path filter.
listStatus(Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
List files in a directory.
listStatus(Path) - 类 中的方法org.apache.hadoop.fs.ftp.FTPFileSystem
 
listStatus(Path) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
liststatus returns the children of a directory after looking up the index files.
listStatus(Path) - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
List the statuses of the files/directories in the given path if the path is a directory.
listStatus(Path) - 类 中的方法org.apache.hadoop.fs.sftp.SFTPFileSystem
 
listStatus(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
listStatus(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
listStatusIterator(Path) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.listStatus(Path) except that Path f must be for this file system.
listStatusIterator(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Returns a remote iterator so that followup calls are made on demand while consuming the entries.
listStatusIterator(Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
Return a remote iterator for listing in a directory
listStatusIterator(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
listXAttrs(Path) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
Get all of the xattr names for a file or directory.
listXAttrs(Path) - 类 中的方法org.apache.hadoop.fs.FileContext
Get all of the xattr names for a file or directory.
listXAttrs(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Get all of the xattr names for a file or directory.
listXAttrs(Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
listXAttrs(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
listXAttrs(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
load(Configuration, String, Class<K>) - 类 中的静态方法org.apache.hadoop.io.DefaultStringifier
Restores the object from the configuration.
loadArray(Configuration, String, Class<K>) - 类 中的静态方法org.apache.hadoop.io.DefaultStringifier
Restores the array of objects from the configuration.
LoadBalancingKMSClientProvider - org.apache.hadoop.crypto.key.kms中的类
A simple LoadBalancing KMSClientProvider that round-robins requests across a provided array of KMSClientProviders.
LoadBalancingKMSClientProvider(URI, KMSClientProvider[], Configuration) - 类 的构造器org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
loadClass(Configuration, String) - 类 中的静态方法org.apache.hadoop.io.ObjectWritable
Find and load the class with given name className by first finding it in the specified conf.
loadClass(String) - 类 中的方法org.apache.hadoop.util.ApplicationClassLoader
 
loadClass(String, boolean) - 类 中的方法org.apache.hadoop.util.ApplicationClassLoader
 
loadConfigurationClasses() - 类 中的方法org.apache.hadoop.service.launcher.ServiceLauncher
This creates all the configurations defined by ServiceLauncher.getConfigurationsToCreate() , ensuring that the resources have been pushed in.
loadLibrary() - 类 中的静态方法org.apache.hadoop.io.erasurecode.ErasureCodeNative
Load native library available or supported.
loadNativeZLib() - 类 中的静态方法org.apache.hadoop.io.compress.zlib.ZlibFactory
Load native library and set the flag whether to use native library.
LOCAL_FS_URI - 接口 中的静态变量org.apache.hadoop.fs.FsConstants
 
LocalFileSystem - org.apache.hadoop.fs中的类
Implement the FileSystem API for the checksumed local filesystem.
LocalFileSystem() - 类 的构造器org.apache.hadoop.fs.LocalFileSystem
 
LocalFileSystem(FileSystem) - 类 的构造器org.apache.hadoop.fs.LocalFileSystem
 
LocalJavaKeyStoreProvider.Factory - org.apache.hadoop.security.alias中的类
The factory to create JksProviders, which is used by the ServiceLoader.
LocatedFileStatus - org.apache.hadoop.fs中的类
This class defines a FileStatus that includes a file's block locations.
LocatedFileStatus() - 类 的构造器org.apache.hadoop.fs.LocatedFileStatus
 
LocatedFileStatus(FileStatus, BlockLocation[]) - 类 的构造器org.apache.hadoop.fs.LocatedFileStatus
Constructor
LocatedFileStatus(long, boolean, int, long, long, long, FsPermission, String, String, Path, Path, BlockLocation[]) - 类 的构造器org.apache.hadoop.fs.LocatedFileStatus
已过时。
LocatedFileStatus(long, boolean, int, long, long, long, FsPermission, String, String, Path, Path, boolean, boolean, boolean, BlockLocation[]) - 类 的构造器org.apache.hadoop.fs.LocatedFileStatus
Constructor.
LocatedFileStatus(long, boolean, int, long, long, long, FsPermission, String, String, Path, Path, Set<FileStatus.AttrFlags>, BlockLocation[]) - 类 的构造器org.apache.hadoop.fs.LocatedFileStatus
Constructor.
locatePassword(String, String) - 类 中的静态方法org.apache.hadoop.security.ProviderUtils
The password is either found in the environment or in a file.
LOG - 类 中的静态变量org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
LOG - 类 中的静态变量org.apache.hadoop.fs.FileContext
 
LOG - 类 中的静态变量org.apache.hadoop.fs.FileSystem
This log is widely used in the org.apache.hadoop.fs code and tests, so must be considered something to only be changed with care.
LOG - 类 中的静态变量org.apache.hadoop.fs.ftp.FTPFileSystem
 
LOG - 类 中的静态变量org.apache.hadoop.fs.sftp.SFTPFileSystem
 
LOG - 类 中的静态变量org.apache.hadoop.http.HttpRequestLog
 
LOG - 类 中的静态变量org.apache.hadoop.io.compress.CompressionCodecFactory
 
LOG - 类 中的静态变量org.apache.hadoop.io.IOUtils
 
LOG - 类 中的静态变量org.apache.hadoop.io.retry.RetryPolicies
 
LOG - 类 中的静态变量org.apache.hadoop.io.retry.RetryUtils
 
LOG - 类 中的静态变量org.apache.hadoop.ipc.CallQueueManager
 
LOG - 类 中的静态变量org.apache.hadoop.ipc.Client
 
LOG - 类 中的静态变量org.apache.hadoop.ipc.DecayRpcScheduler
 
LOG - 类 中的静态变量org.apache.hadoop.ipc.FairCallQueue
 
LOG - 类 中的静态变量org.apache.hadoop.ipc.ProtobufRpcEngine
 
LOG - 类 中的静态变量org.apache.hadoop.ipc.RefreshRegistry
 
LOG - 类 中的静态变量org.apache.hadoop.ipc.Server
 
LOG - 类 中的静态变量org.apache.hadoop.ipc.WeightedRoundRobinMultiplexer
 
LOG - 类 中的静态变量org.apache.hadoop.metrics2.MetricsJsonBuilder
 
LOG - 类 中的变量org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
LOG - 类 中的变量org.apache.hadoop.metrics2.sink.ganglia.GangliaSink30
 
LOG - 类 中的变量org.apache.hadoop.metrics2.sink.ganglia.GangliaSink31
 
LOG - 类 中的静态变量org.apache.hadoop.security.SecurityUtil
 
LOG - 类 中的静态变量org.apache.hadoop.security.token.Token
 
LOG - 类 中的静态变量org.apache.hadoop.security.WhitelistBasedResolver
 
LOG - 类 中的静态变量org.apache.hadoop.util.CombinedIPList
 
LOG - 类 中的静态变量org.apache.hadoop.util.CombinedIPWhiteList
 
LOG - 类 中的静态变量org.apache.hadoop.util.concurrent.AsyncGetFuture
 
LOG - 类 中的静态变量org.apache.hadoop.util.MachineList
 
LOG - 类 中的静态变量org.apache.hadoop.util.PerformanceAdvisory
 
LOG - 类 中的静态变量org.apache.hadoop.util.Shell
 
Log4Json - org.apache.hadoop.log中的类
This offers a log layout for JSON, with some test entry points.
Log4Json() - 类 的构造器org.apache.hadoop.log.Log4Json
 
logAllUserInfo(UserGroupInformation) - 类 中的静态方法org.apache.hadoop.security.UserGroupInformation
Log all (current, real, login) UGI and token info into UGI debug log.
logExpireToken(TokenIdent) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
 
logExpireTokens(Collection<TokenIdent>) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
 
LoggingStateChangeListener - org.apache.hadoop.service中的类
This is a state change listener that logs events at INFO level
LoggingStateChangeListener(Logger) - 类 的构造器org.apache.hadoop.service.LoggingStateChangeListener
Log events to the given log
LoggingStateChangeListener() - 类 的构造器org.apache.hadoop.service.LoggingStateChangeListener
Log events to the static log for this class
login(Configuration, String, String) - 类 中的静态方法org.apache.hadoop.security.SecurityUtil
Login as a principal specified in config.
login(Configuration, String, String, String) - 类 中的静态方法org.apache.hadoop.security.SecurityUtil
Login as a principal specified in config.
loginUserFromKeytab(String, String) - 类 中的静态方法org.apache.hadoop.security.UserGroupInformation
Log a user in from a keytab file.
loginUserFromKeytabAndReturnUGI(String, String) - 类 中的静态方法org.apache.hadoop.security.UserGroupInformation
Log a user in from a keytab file.
loginUserFromSubject(Subject) - 类 中的静态方法org.apache.hadoop.security.UserGroupInformation
Log in a user using the given subject
LogLevel - org.apache.hadoop.log中的类
Change log level in runtime.
LogLevel() - 类 的构造器org.apache.hadoop.log.LogLevel
 
logoutUserFromKeytab() - 类 中的方法org.apache.hadoop.security.UserGroupInformation
Log the current user out who previously logged in using keytab.
logThreadInfo(Log, String, long) - 类 中的静态方法org.apache.hadoop.util.ReflectionUtils
Log the current thread stacks at INFO level.
logThreadInfo(Logger, String, long) - 类 中的静态方法org.apache.hadoop.util.ReflectionUtils
Log the current thread stacks at INFO level.
LogThrottlingHelper - org.apache.hadoop.log中的类
This is a class to help easily throttle log statements, so that they will not be emitted more frequently than a certain rate.
LogThrottlingHelper(long) - 类 的构造器org.apache.hadoop.log.LogThrottlingHelper
Create a log helper without any primary recorder.
LogThrottlingHelper(long, String) - 类 的构造器org.apache.hadoop.log.LogThrottlingHelper
Create a log helper with a specified primary recorder name; this can be used in conjunction with LogThrottlingHelper.record(String, long, double...) to set up primary and dependent recorders.
LogThrottlingHelper.LogAction - org.apache.hadoop.log中的接口
An indication of what action the caller should take.
logUpdateMasterKey(DelegationKey) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
 
long2String(long, String, int) - 枚举 中的静态方法org.apache.hadoop.util.StringUtils.TraditionalBinaryPrefix
Convert a long integer to a string with traditional binary prefix.
LongOption(long) - 类 的构造器org.apache.hadoop.util.Options.LongOption
 
LongStatistic(String, long) - 类 的构造器org.apache.hadoop.fs.StorageStatistics.LongStatistic
 
LongWritable - org.apache.hadoop.io中的类
A WritableComparable for longs.
LongWritable() - 类 的构造器org.apache.hadoop.io.LongWritable
 
LongWritable(long) - 类 的构造器org.apache.hadoop.io.LongWritable
 
LongWritable.Comparator - org.apache.hadoop.io中的类
A Comparator optimized for LongWritable.
LongWritable.DecreasingComparator - org.apache.hadoop.io中的类
A decreasing Comparator optimized for LongWritable.
lowerBound(byte[]) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner
Move the cursor to the first entry whose key is greater than or equal to the input key.
lowerBound(byte[], int, int) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner
Move the cursor to the first entry whose key is greater than or equal to the input key.
lowerBound(List<? extends T>, T, Comparator<? super T>) - 类 中的静态方法org.apache.hadoop.io.file.tfile.Utils
Lower bound binary search.
lowerBound(List<? extends Comparable<? super T>>, T) - 类 中的静态方法org.apache.hadoop.io.file.tfile.Utils
Lower bound binary search.
Lz4Codec - org.apache.hadoop.io.compress中的类
This class creates lz4 compressors/decompressors.
Lz4Codec() - 类 的构造器org.apache.hadoop.io.compress.Lz4Codec
 
Lz4Compressor - org.apache.hadoop.io.compress.lz4中的类
A Compressor based on the lz4 compression algorithm.
Lz4Compressor(int, boolean) - 类 的构造器org.apache.hadoop.io.compress.lz4.Lz4Compressor
Creates a new compressor.
Lz4Compressor(int) - 类 的构造器org.apache.hadoop.io.compress.lz4.Lz4Compressor
Creates a new compressor.
Lz4Compressor() - 类 的构造器org.apache.hadoop.io.compress.lz4.Lz4Compressor
Creates a new compressor with the default buffer size.
Lz4Decompressor - org.apache.hadoop.io.compress.lz4中的类
A Decompressor based on the lz4 compression algorithm.
Lz4Decompressor(int) - 类 的构造器org.apache.hadoop.io.compress.lz4.Lz4Decompressor
Creates a new compressor.
Lz4Decompressor() - 类 的构造器org.apache.hadoop.io.compress.lz4.Lz4Decompressor
Creates a new decompressor with the default buffer size.

M

MAC - 类 中的静态变量org.apache.hadoop.util.Shell
 
MachineList - org.apache.hadoop.util中的类
Container class which holds a list of ip/host addresses and answers membership queries.
MachineList(String) - 类 的构造器org.apache.hadoop.util.MachineList
 
MachineList(Collection<String>) - 类 的构造器org.apache.hadoop.util.MachineList
 
MachineList(Collection<String>, MachineList.InetAddressFactory) - 类 的构造器org.apache.hadoop.util.MachineList
Accepts a collection of ip/cidr/host addresses
MachineList.InetAddressFactory - org.apache.hadoop.util中的类
InetAddressFactory is used to obtain InetAddress from host.
main(String[]) - 类 中的静态方法org.apache.hadoop.conf.Configuration
For debugging.
main(String[]) - 类 中的静态方法org.apache.hadoop.crypto.key.KeyShell
main() entry point for the KeyShell.
main(String[]) - 类 中的静态方法org.apache.hadoop.fs.DUHelper
 
main(String[]) - 类 中的静态方法org.apache.hadoop.http.HtmlQuoting
 
main(String[]) - 类 中的静态方法org.apache.hadoop.io.compress.CompressionCodecFactory
A little test program.
main(String[]) - 类 中的静态方法org.apache.hadoop.io.file.tfile.TFile
Dumping the TFile information.
main(String[]) - 类 中的静态方法org.apache.hadoop.io.MapFile
 
main(String[]) - 类 中的静态方法org.apache.hadoop.log.LogLevel
A command line implementation
main(String[]) - 类 中的静态方法org.apache.hadoop.security.alias.CredentialShell
Main program.
main(String[]) - 类 中的静态方法org.apache.hadoop.security.KDiag
Main entry point.
main(String[]) - 类 中的静态方法org.apache.hadoop.security.token.DtUtilShell
 
main(String[]) - 类 中的静态方法org.apache.hadoop.security.UserGroupInformation
A test method to print out the current user's UGI.
main(String[]) - 类 中的静态方法org.apache.hadoop.service.launcher.ServiceLauncher
This is the JVM entry point for the service launcher.
main(String[]) - 类 中的静态方法org.apache.hadoop.util.FindClass
Main entry point.
main(String[]) - 类 中的静态方法org.apache.hadoop.util.VersionInfo
 
makeComparator(String) - 类 中的静态方法org.apache.hadoop.io.file.tfile.TFile
Make a raw comparator from a string name.
makeIdentity(Schedulable) - 类 中的方法org.apache.hadoop.ipc.UserIdentityProvider
 
makeIpcConnectionContext(String, UserGroupInformation, SaslRpcServer.AuthMethod) - 类 中的静态方法org.apache.hadoop.util.ProtoUtil
This method creates the connection context using exactly the same logic as the old connection context as was done for writable where the effective and real users are set based on the auth method.
makeQualified(Path) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
Make the path fully qualified to this file system
makeQualified(Path) - 类 中的方法org.apache.hadoop.fs.FileContext
Make the path fully qualified if it is isn't.
makeQualified(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Qualify a path to one which uses this FileSystem and, if relative, made absolute.
makeQualified(Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
Make sure that a path specifies a FileSystem.
makeQualified(Path) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
 
makeQualified(FileSystem) - 类 中的方法org.apache.hadoop.fs.Path
makeRequest(K) - 类 中的方法org.apache.hadoop.fs.BatchedRemoteIterator
Perform the actual remote request.
makeRpcRequestHeader(RPC.RpcKind, RpcHeaderProtos.RpcRequestHeaderProto.OperationProto, int, int, byte[]) - 类 中的静态方法org.apache.hadoop.util.ProtoUtil
 
makeSecureShellPath(File) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
Convert a os-native filename to a path that works for the shell and avoids script injection attacks.
makeShellPath(String) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
Convert a os-native filename to a path that works for the shell.
makeShellPath(File) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
Convert a os-native filename to a path that works for the shell.
makeShellPath(File, boolean) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
Convert a os-native filename to a path that works for the shell.
MapFile - org.apache.hadoop.io中的类
A file-based map from keys to values.
MapFile() - 类 的构造器org.apache.hadoop.io.MapFile
 
MapFile.Merger - org.apache.hadoop.io中的类
Class to merge multiple MapFiles of same Key and Value types to one MapFile
MapFile.Reader - org.apache.hadoop.io中的类
Provide access to an existing map.
MapFile.Reader.Option - org.apache.hadoop.io中的接口
 
MapFile.Writer - org.apache.hadoop.io中的类
Writes a new map.
MapFile.Writer.Option - org.apache.hadoop.io中的接口
 
MapWritable - org.apache.hadoop.io中的类
A Writable Map.
MapWritable() - 类 的构造器org.apache.hadoop.io.MapWritable
Default constructor.
MapWritable(MapWritable) - 类 的构造器org.apache.hadoop.io.MapWritable
Copy constructor.
mark(int) - 类 中的方法org.apache.hadoop.io.compress.DecompressorStream
 
mark(int) - 类 中的方法org.apache.hadoop.io.file.tfile.BoundedRangeFileInputStream
 
mark(int) - 类 中的方法org.apache.hadoop.util.LimitInputStream
 
markSupported() - 类 中的方法org.apache.hadoop.io.compress.DecompressorStream
 
markSupported() - 类 中的方法org.apache.hadoop.io.file.tfile.BoundedRangeFileInputStream
 
max() - 类 中的方法org.apache.hadoop.metrics2.util.SampleStat.MinMax
 
MAX_AGE - 类 中的静态变量org.apache.hadoop.security.http.CrossOriginFilter
 
MAX_AGE_DEFAULT - 类 中的静态变量org.apache.hadoop.security.http.CrossOriginFilter
 
MAX_ALPHA_SIZE - 接口 中的静态变量org.apache.hadoop.io.compress.bzip2.BZip2Constants
 
MAX_BLOCKSIZE - 类 中的静态变量org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
The maximum supported blocksize == 9.
MAX_CODE_LEN - 接口 中的静态变量org.apache.hadoop.io.compress.bzip2.BZip2Constants
 
MAX_PATH_LINKS - 接口 中的静态变量org.apache.hadoop.fs.FsConstants
 
MAX_PERMISSION_LENGTH - 类 中的静态变量org.apache.hadoop.fs.permission.FsPermission
Maximum acceptable length of a permission string to parse
MAX_POLICY_ID - 类 中的静态变量org.apache.hadoop.io.erasurecode.ErasureCodeConstants
 
MAX_SELECTORS - 接口 中的静态变量org.apache.hadoop.io.compress.bzip2.BZip2Constants
 
maxAvailableData - 类 中的变量org.apache.hadoop.io.compress.CompressionInputStream
 
MAXIMUM_FP - 接口 中的静态变量org.apache.hadoop.util.bloom.RemoveScheme
MaximumFP Selection.
MBeans - org.apache.hadoop.metrics2.util中的类
This util class provides a method to register an MBean using our standard naming convention as described in the doc for {link MBeans.register(String, String, Object).
mBeanServer - 类 中的变量org.apache.hadoop.jmx.JMXJsonServlet
MBean server.
MD5_LEN - 类 中的静态变量org.apache.hadoop.io.MD5Hash
 
MD5Hash - org.apache.hadoop.io中的类
A Writable for MD5 hash values.
MD5Hash() - 类 的构造器org.apache.hadoop.io.MD5Hash
Constructs an MD5Hash.
MD5Hash(String) - 类 的构造器org.apache.hadoop.io.MD5Hash
Constructs an MD5Hash from a hex string.
MD5Hash(byte[]) - 类 的构造器org.apache.hadoop.io.MD5Hash
Constructs an MD5Hash with a specified value.
MD5Hash.Comparator - org.apache.hadoop.io中的类
A WritableComparator optimized for MD5Hash keys.
MD5MD5CRC32CastagnoliFileChecksum - org.apache.hadoop.fs中的类
For CRC32 with the Castagnoli polynomial
MD5MD5CRC32CastagnoliFileChecksum() - 类 的构造器org.apache.hadoop.fs.MD5MD5CRC32CastagnoliFileChecksum
Same as this(0, 0, null)
MD5MD5CRC32CastagnoliFileChecksum(int, long, MD5Hash) - 类 的构造器org.apache.hadoop.fs.MD5MD5CRC32CastagnoliFileChecksum
Create a MD5FileChecksum
MD5MD5CRC32GzipFileChecksum - org.apache.hadoop.fs中的类
For CRC32 with the Gzip polynomial
MD5MD5CRC32GzipFileChecksum() - 类 的构造器org.apache.hadoop.fs.MD5MD5CRC32GzipFileChecksum
Same as this(0, 0, null)
MD5MD5CRC32GzipFileChecksum(int, long, MD5Hash) - 类 的构造器org.apache.hadoop.fs.MD5MD5CRC32GzipFileChecksum
Create a MD5FileChecksum
MECHANISM_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
mechanismName - 枚举 中的变量org.apache.hadoop.security.SaslRpcServer.AuthMethod
 
membershipTest(Key) - 类 中的方法org.apache.hadoop.util.bloom.BloomFilter
 
membershipTest(Key) - 类 中的方法org.apache.hadoop.util.bloom.CountingBloomFilter
 
membershipTest(Key) - 类 中的方法org.apache.hadoop.util.bloom.DynamicBloomFilter
 
merge(Path[], boolean, Path) - 类 中的方法org.apache.hadoop.io.MapFile.Merger
Merge multiple MapFiles to one Mapfile
merge(List<SequenceFile.Sorter.SegmentDescriptor>, Path) - 类 中的方法org.apache.hadoop.io.SequenceFile.Sorter
Merges the list of segments of type SegmentDescriptor
merge(Path[], boolean, Path) - 类 中的方法org.apache.hadoop.io.SequenceFile.Sorter
Merges the contents of files passed in Path[] using a max factor value that is already set
merge(Path[], boolean, int, Path) - 类 中的方法org.apache.hadoop.io.SequenceFile.Sorter
Merges the contents of files passed in Path[]
merge(Path[], Path, boolean) - 类 中的方法org.apache.hadoop.io.SequenceFile.Sorter
Merges the contents of files passed in Path[]
merge(Path[], Path) - 类 中的方法org.apache.hadoop.io.SequenceFile.Sorter
Merge the provided files.
mergeAll(Credentials) - 类 中的方法org.apache.hadoop.security.Credentials
Copy all of the credentials from one credential object into another.
mergeCallerContext(RpcHeaderProtos.RPCCallerContextProto) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RPCCallerContextProto callerContext = 7; call context
mergeFrom(Message) - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
 
mergeFrom(FSProtos.FileStatusProto) - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
 
mergeFrom(FSProtos.FsPermissionProto) - 类 中的方法org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder
 
mergeFrom(HAServiceProtocolProtos.GetServiceStatusRequestProto) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
 
mergeFrom(HAServiceProtocolProtos.GetServiceStatusResponseProto) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
 
mergeFrom(HAServiceProtocolProtos.HAStateChangeRequestInfoProto) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto.Builder
 
mergeFrom(HAServiceProtocolProtos.MonitorHealthRequestProto) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto.Builder
 
mergeFrom(HAServiceProtocolProtos.MonitorHealthResponseProto) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
 
mergeFrom(HAServiceProtocolProtos.TransitionToActiveRequestProto) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder
 
mergeFrom(HAServiceProtocolProtos.TransitionToActiveResponseProto) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
 
mergeFrom(HAServiceProtocolProtos.TransitionToStandbyRequestProto) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder
 
mergeFrom(HAServiceProtocolProtos.TransitionToStandbyResponseProto) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
 
mergeFrom(ZKFCProtocolProtos.CedeActiveRequestProto) - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto.Builder
 
mergeFrom(ZKFCProtocolProtos.CedeActiveResponseProto) - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder
 
mergeFrom(ZKFCProtocolProtos.GracefulFailoverRequestProto) - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder
 
mergeFrom(ZKFCProtocolProtos.GracefulFailoverResponseProto) - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
 
mergeFrom(GenericRefreshProtocolProtos.GenericRefreshRequestProto) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
 
mergeFrom(GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
 
mergeFrom(GenericRefreshProtocolProtos.GenericRefreshResponseProto) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder
 
mergeFrom(RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto) - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder
 
mergeFrom(RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto) - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
 
mergeFrom(IpcConnectionContextProtos.IpcConnectionContextProto) - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
 
mergeFrom(IpcConnectionContextProtos.UserInformationProto) - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
 
mergeFrom(ProtobufRpcEngineProtos.RequestHeaderProto) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
 
mergeFrom(ProtocolInfoProtos.GetProtocolSignatureRequestProto) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
 
mergeFrom(ProtocolInfoProtos.GetProtocolSignatureResponseProto) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
 
mergeFrom(ProtocolInfoProtos.GetProtocolVersionsRequestProto) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
 
mergeFrom(ProtocolInfoProtos.GetProtocolVersionsResponseProto) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
 
mergeFrom(ProtocolInfoProtos.ProtocolSignatureProto) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
 
mergeFrom(ProtocolInfoProtos.ProtocolVersionProto) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
 
mergeFrom(RpcHeaderProtos.RPCCallerContextProto) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
 
mergeFrom(RpcHeaderProtos.RpcRequestHeaderProto) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
 
mergeFrom(RpcHeaderProtos.RpcResponseHeaderProto) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
 
mergeFrom(RpcHeaderProtos.RpcSaslProto) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
 
mergeFrom(RpcHeaderProtos.RpcSaslProto.SaslAuth) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
 
mergeFrom(RpcHeaderProtos.RPCTraceInfoProto) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder
 
mergeFrom(RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto) - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder
 
mergeFrom(RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto) - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder
 
mergeFrom(RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto) - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder
 
mergeFrom(RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto) - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder
 
mergeFrom(RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto) - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder
 
mergeFrom(RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto) - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
 
mergeFrom(SecurityProtos.CancelDelegationTokenRequestProto) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto.Builder
 
mergeFrom(SecurityProtos.CancelDelegationTokenResponseProto) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
 
mergeFrom(SecurityProtos.CredentialsKVProto) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
 
mergeFrom(SecurityProtos.CredentialsProto) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
 
mergeFrom(SecurityProtos.GetDelegationTokenRequestProto) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
 
mergeFrom(SecurityProtos.GetDelegationTokenResponseProto) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
 
mergeFrom(SecurityProtos.RenewDelegationTokenRequestProto) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
 
mergeFrom(SecurityProtos.RenewDelegationTokenResponseProto) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
 
mergeFrom(SecurityProtos.TokenProto) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
 
mergeFrom(GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto) - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
 
mergeFrom(GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto) - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
 
mergeFrom(TraceAdminPB.AddSpanReceiverRequestProto) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
 
mergeFrom(TraceAdminPB.AddSpanReceiverResponseProto) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
 
mergeFrom(TraceAdminPB.ConfigPair) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto.Builder
 
mergeFrom(TraceAdminPB.ListSpanReceiversRequestProto) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
 
mergeFrom(TraceAdminPB.ListSpanReceiversResponseProto) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
 
mergeFrom(TraceAdminPB.RemoveSpanReceiverRequestProto) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto.Builder
 
mergeFrom(TraceAdminPB.RemoveSpanReceiverResponseProto) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto.Builder
 
mergeFrom(Message) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
 
mergeFrom(TraceAdminPB.SpanReceiverListInfo) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
 
mergePaths(Path, Path) - 类 中的静态方法org.apache.hadoop.fs.Path
Merge 2 paths such that the second path is appended relative to the first.
mergePermission(FSProtos.FsPermissionProto) - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
optional .hadoop.fs.FsPermissionProto permission = 4;
Merger(Configuration) - 类 的构造器org.apache.hadoop.io.MapFile.Merger
 
mergeReqInfo(HAServiceProtocolProtos.HAStateChangeRequestInfoProto) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
mergeReqInfo(HAServiceProtocolProtos.HAStateChangeRequestInfoProto) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
mergeToken(SecurityProtos.TokenProto) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
required .hadoop.common.TokenProto token = 1;
mergeToken(SecurityProtos.TokenProto) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
optional .hadoop.common.TokenProto token = 2;
mergeToken(SecurityProtos.TokenProto) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
optional .hadoop.common.TokenProto token = 1;
mergeToken(SecurityProtos.TokenProto) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
required .hadoop.common.TokenProto token = 1;
mergeTraceInfo(RpcHeaderProtos.RPCTraceInfoProto) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
optional .hadoop.common.RPCTraceInfoProto traceInfo = 6; tracing info
mergeUserInfo(IpcConnectionContextProtos.UserInformationProto) - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
optional .hadoop.common.UserInformationProto userInfo = 2; UserInfo beyond what is determined as part of security handshake at connection time (kerberos, tokens etc).
MESSAGE - 类 中的静态变量org.apache.hadoop.log.Log4Json
 
MetaBlockAlreadyExists - org.apache.hadoop.io.file.tfile中的异常错误
Exception - Meta Block with the same name already exists.
MetaBlockDoesNotExist - org.apache.hadoop.io.file.tfile中的异常错误
Exception - No such Meta Block with the given name.
Metadata(String, int, String, Map<String, String>, Date, int) - 类 的构造器org.apache.hadoop.crypto.key.KeyProvider.Metadata
 
Metadata(byte[]) - 类 的构造器org.apache.hadoop.crypto.key.KeyProvider.Metadata
Deserialize a new metadata object from a set of bytes.
Metadata() - 类 的构造器org.apache.hadoop.io.SequenceFile.Metadata
 
Metadata(TreeMap<Text, Text>) - 类 的构造器org.apache.hadoop.io.SequenceFile.Metadata
 
metadata(SequenceFile.Metadata) - 类 中的静态方法org.apache.hadoop.io.SequenceFile.Writer
 
METADATA_CACHE_ENTRIES_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.HarFileSystem
 
METADATA_CACHE_ENTRIES_KEY - 类 中的静态变量org.apache.hadoop.fs.HarFileSystem
 
METHOD_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
METHODNAME_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
METHODS_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
methodToTraceString(Method) - 类 中的静态方法org.apache.hadoop.ipc.RpcClientUtil
Convert an RPC method to a string.
Metric - org.apache.hadoop.metrics2.annotation中的注释类型
Annotation interface for a single metric used to annotate a field or a method in the class.
Metric.Type - org.apache.hadoop.metrics2.annotation中的枚举
 
Metrics - org.apache.hadoop.metrics2.annotation中的注释类型
Annotation interface for a group of metrics
metrics() - 接口 中的方法org.apache.hadoop.metrics2.MetricsRecord
Get the metrics of the record
metrics() - 类 中的方法org.apache.hadoop.metrics2.util.MetricsCache.Record
已过时。
use metricsEntrySet() instead
MetricsCache - org.apache.hadoop.metrics2.util中的类
A metrics cache for sinks that don't support sparse updates.
MetricsCache() - 类 的构造器org.apache.hadoop.metrics2.util.MetricsCache
 
MetricsCache(int) - 类 的构造器org.apache.hadoop.metrics2.util.MetricsCache
Construct a metrics cache
MetricsCache.Record - org.apache.hadoop.metrics2.util中的类
Cached record
MetricsCollector - org.apache.hadoop.metrics2中的接口
The metrics collector interface
metricsEntrySet() - 类 中的方法org.apache.hadoop.metrics2.util.MetricsCache.Record
 
MetricsException - org.apache.hadoop.metrics2中的异常错误
A general metrics exception wrapper
MetricsException(String) - 异常错误 的构造器org.apache.hadoop.metrics2.MetricsException
Construct the exception with a message
MetricsException(String, Throwable) - 异常错误 的构造器org.apache.hadoop.metrics2.MetricsException
Construct the exception with a message and a cause
MetricsException(Throwable) - 异常错误 的构造器org.apache.hadoop.metrics2.MetricsException
Construct the exception with a cause
MetricsFilter - org.apache.hadoop.metrics2中的类
The metrics filter interface.
MetricsFilter() - 类 的构造器org.apache.hadoop.metrics2.MetricsFilter
 
MetricsInfo - org.apache.hadoop.metrics2中的接口
Interface to provide immutable metainfo for metrics.
MetricsJsonBuilder - org.apache.hadoop.metrics2中的类
Build a JSON dump of the metrics.
MetricsJsonBuilder(MetricsCollector) - 类 的构造器org.apache.hadoop.metrics2.MetricsJsonBuilder
Build an instance.
MetricsPlugin - org.apache.hadoop.metrics2中的接口
The plugin interface for the metrics framework
MetricsRecord - org.apache.hadoop.metrics2中的接口
An immutable snapshot of metrics with a timestamp
MetricsRecordBuilder - org.apache.hadoop.metrics2中的类
The metrics record builder interface
MetricsRecordBuilder() - 类 的构造器org.apache.hadoop.metrics2.MetricsRecordBuilder
 
MetricsRegistry - org.apache.hadoop.metrics2.lib中的类
An optional metrics registry class for creating and maintaining a collection of MetricsMutables, making writing metrics source easier.
MetricsRegistry(String) - 类 的构造器org.apache.hadoop.metrics2.lib.MetricsRegistry
Construct the registry with a record name
MetricsRegistry(MetricsInfo) - 类 的构造器org.apache.hadoop.metrics2.lib.MetricsRegistry
Construct the registry with a metadata object
MetricsSink - org.apache.hadoop.metrics2中的接口
The metrics sink interface.
MetricsSource - org.apache.hadoop.metrics2中的接口
The source of metrics information.
MetricsSystem - org.apache.hadoop.metrics2中的类
The metrics system interface.
MetricsSystem() - 类 的构造器org.apache.hadoop.metrics2.MetricsSystem
 
MetricsSystem.AbstractCallback - org.apache.hadoop.metrics2中的类
Convenient abstract class for implementing callback interface
MetricsSystem.Callback - org.apache.hadoop.metrics2中的接口
The metrics system callback interface (needed for proxies.)
MetricsSystemMXBean - org.apache.hadoop.metrics2中的接口
The JMX interface to the metrics system
MetricsTag - org.apache.hadoop.metrics2中的类
Immutable tag for metrics (for grouping on host/queue/username etc.)
MetricsTag(MetricsInfo, String) - 类 的构造器org.apache.hadoop.metrics2.MetricsTag
Construct the tag with name, description and value
MetricStringBuilder - org.apache.hadoop.metrics2中的类
Build a string dump of the metrics.
MetricStringBuilder(MetricsCollector, String, String, String) - 类 的构造器org.apache.hadoop.metrics2.MetricStringBuilder
Build an instance.
MetricsVisitor - org.apache.hadoop.metrics2中的接口
A visitor interface for metrics
MetricType - org.apache.hadoop.metrics2中的枚举
 
midKey() - 类 中的方法org.apache.hadoop.io.MapFile.Reader
Get the key at approximately the middle of the file.
MILLISTOCEDE_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
min() - 类 中的方法org.apache.hadoop.metrics2.util.SampleStat.MinMax
 
MIN_BLOCKSIZE - 类 中的静态变量org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
The minimum supported blocksize == 1.
MinimalGenericOptionsParser(Configuration, Options, String[]) - 类 的构造器org.apache.hadoop.service.launcher.ServiceLauncher.MinimalGenericOptionsParser
 
MINIMUM_FN - 接口 中的静态变量org.apache.hadoop.util.bloom.RemoveScheme
MinimumFN Selection.
MinMax() - 类 的构造器org.apache.hadoop.metrics2.util.SampleStat.MinMax
 
mkdir(Path, FsPermission, boolean) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.mkdir(Path, FsPermission, boolean) except that the Path f must be fully qualified and the permission is absolute (i.e.
mkdir(Path, FsPermission, boolean) - 类 中的方法org.apache.hadoop.fs.FileContext
Make(create) a directory and all the non-existent parents.
mkdir(Path, FsPermission, boolean) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
mkdirs(Path) - 类 中的方法org.apache.hadoop.fs.ChecksumFileSystem
 
mkdirs(FileSystem, Path, FsPermission) - 类 中的静态方法org.apache.hadoop.fs.FileSystem
Create a directory with the provided permission.
mkdirs(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Call FileSystem.mkdirs(Path, FsPermission) with default permission.
mkdirs(Path, FsPermission) - 类 中的方法org.apache.hadoop.fs.FileSystem
Make the given file and all non-existent parents into directories.
mkdirs(Path, FsPermission) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
mkdirs(Path, FsPermission) - 类 中的方法org.apache.hadoop.fs.ftp.FTPFileSystem
 
mkdirs(Path, FsPermission) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
not implemented.
mkdirs(Path) - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
Creates the specified directory hierarchy.
mkdirs(Path, FsPermission) - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
 
mkdirs(Path, FsPermission) - 类 中的方法org.apache.hadoop.fs.sftp.SFTPFileSystem
 
mkdirs(Path, FsPermission) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
mkOneDir(File) - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
 
mkOneDirWithMode(Path, File, FsPermission) - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
 
mlock(String, ByteBuffer, long) - 类 中的方法org.apache.hadoop.io.nativeio.NativeIO.POSIX.CacheManipulator
 
mlock(String, ByteBuffer, long) - 类 中的方法org.apache.hadoop.io.nativeio.NativeIO.POSIX.NoMlockCacheManipulator
 
mmap(FileDescriptor, int, boolean, long) - 类 中的静态方法org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
MMAP_PROT_EXEC - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
MMAP_PROT_READ - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
MMAP_PROT_WRITE - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
MODIFICATION_TIME_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.fs.FSProtos.FileStatusProto
 
modifyAclEntries(Path, List<AclEntry>) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
Modifies ACL entries of files and directories.
modifyAclEntries(Path, List<AclEntry>) - 类 中的方法org.apache.hadoop.fs.ChecksumFileSystem
 
modifyAclEntries(Path, List<AclEntry>) - 类 中的方法org.apache.hadoop.fs.FileContext
Modifies ACL entries of files and directories.
modifyAclEntries(Path, List<AclEntry>) - 类 中的方法org.apache.hadoop.fs.FileSystem
Modifies ACL entries of files and directories.
modifyAclEntries(Path, List<AclEntry>) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
modifyAclEntries(Path, List<AclEntry>) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
modifyAclEntries(Path, List<AclEntry>) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
monitorHealth() - 接口 中的方法org.apache.hadoop.ha.HAServiceProtocol
Monitor the health of service.
monitorHealth(HAServiceProtocol, HAServiceProtocol.StateChangeRequestInfo) - 类 中的静态方法org.apache.hadoop.ha.HAServiceProtocolHelper
 
monitorHealth(RpcController, HAServiceProtocolProtos.MonitorHealthRequestProto) - 接口 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService.BlockingInterface
 
monitorHealth(RpcController, HAServiceProtocolProtos.MonitorHealthRequestProto, RpcCallback<HAServiceProtocolProtos.MonitorHealthResponseProto>) - 接口 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService.Interface
rpc monitorHealth(.hadoop.common.MonitorHealthRequestProto) returns (.hadoop.common.MonitorHealthResponseProto); Monitor the health of a service.
monitorHealth(RpcController, HAServiceProtocolProtos.MonitorHealthRequestProto, RpcCallback<HAServiceProtocolProtos.MonitorHealthResponseProto>) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService
rpc monitorHealth(.hadoop.common.MonitorHealthRequestProto) returns (.hadoop.common.MonitorHealthResponseProto); Monitor the health of a service.
monitorHealth(RpcController, HAServiceProtocolProtos.MonitorHealthRequestProto, RpcCallback<HAServiceProtocolProtos.MonitorHealthResponseProto>) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService.Stub
 
moved(boolean) - 类 中的静态方法org.apache.hadoop.fs.Options.HandleOpt
 
moveFromLocalFile(Path[], Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
The src files is on the local disk.
moveFromLocalFile(Path, Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
The src file is on the local disk.
moveFromLocalFile(Path, Path) - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
 
moveToAppropriateTrash(FileSystem, Path, Configuration) - 类 中的静态方法org.apache.hadoop.fs.Trash
In case of the symlinks or mount points, one has to move the appropriate trashbin in the actual volume of the path p being deleted.
moveToLocalFile(Path, Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Copy a file to the local filesystem, then delete it from the remote filesystem (if successfully copied).
moveToTrash(Path) - 类 中的方法org.apache.hadoop.fs.Trash
Move a file or directory to the current trash directory.
moveToTrash(Path) - 类 中的方法org.apache.hadoop.fs.TrashPolicy
Move a file or directory to the current trash directory.
MULTICAST_ENABLED_PROPERTY - 类 中的静态变量org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
MULTICAST_TTL_PROPERTY - 类 中的静态变量org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
 
MultiException - org.apache.hadoop.io.retry中的异常错误
Holder class that clients can use to return multiple exceptions.
MultiException(Map<String, Exception>) - 异常错误 的构造器org.apache.hadoop.io.retry.MultiException
 
MultipleIOException - org.apache.hadoop.io中的异常错误
Encapsulate a list of IOException into an IOException
MultipleIOException.Builder - org.apache.hadoop.io中的类
Build an IOException using MultipleIOException if there are more than one.
MultipleLinearRandomRetry(List<RetryPolicies.MultipleLinearRandomRetry.Pair>) - 类 的构造器org.apache.hadoop.io.retry.RetryPolicies.MultipleLinearRandomRetry
 
munmap(MappedByteBuffer) - 类 中的静态方法org.apache.hadoop.io.nativeio.NativeIO.POSIX
Unmaps the block from memory.
munmap(long, long) - 类 中的静态方法org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
must(String, String) - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set mandatory option to the Builder.
must(String, boolean) - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set mandatory boolean option.
must(String, int) - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set mandatory int option.
must(String, float) - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set mandatory float option.
must(String, double) - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set mandatory double option.
must(String, String...) - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set a string array as mandatory option.
MutableCounter - org.apache.hadoop.metrics2.lib中的类
The mutable counter (monotonically increasing) metric interface
MutableCounter(MetricsInfo) - 类 的构造器org.apache.hadoop.metrics2.lib.MutableCounter
 
MutableCounterInt - org.apache.hadoop.metrics2.lib中的类
A mutable int counter for implementing metrics sources
MutableCounterLong - org.apache.hadoop.metrics2.lib中的类
A mutable long counter
MutableCounterLong(MetricsInfo, long) - 类 的构造器org.apache.hadoop.metrics2.lib.MutableCounterLong
 
MutableGauge - org.apache.hadoop.metrics2.lib中的类
The mutable gauge metric interface
MutableGauge(MetricsInfo) - 类 的构造器org.apache.hadoop.metrics2.lib.MutableGauge
 
MutableGaugeFloat - org.apache.hadoop.metrics2.lib中的类
A mutable float gauge.
MutableGaugeInt - org.apache.hadoop.metrics2.lib中的类
A mutable int gauge
MutableGaugeLong - org.apache.hadoop.metrics2.lib中的类
A mutable long gauge
MutableMetric - org.apache.hadoop.metrics2.lib中的类
The mutable metric interface
MutableMetric() - 类 的构造器org.apache.hadoop.metrics2.lib.MutableMetric
 
MutableQuantiles - org.apache.hadoop.metrics2.lib中的类
Watches a stream of long values, maintaining online estimates of specific quantiles with provably low error bounds.
MutableQuantiles(String, String, String, String, int) - 类 的构造器org.apache.hadoop.metrics2.lib.MutableQuantiles
Instantiates a new MutableQuantiles for a metric that rolls itself over on the specified time interval.
MutableRate - org.apache.hadoop.metrics2.lib中的类
A convenient mutable metric for throughput measurement
MutableRates - org.apache.hadoop.metrics2.lib中的类
Helper class to manage a group of mutable rate metrics This class synchronizes all accesses to the metrics it contains, so it should not be used in situations where there is high contention on the metrics.
MutableRatesWithAggregation - org.apache.hadoop.metrics2.lib中的类
Helper class to manage a group of mutable rate metrics.
MutableRatesWithAggregation() - 类 的构造器org.apache.hadoop.metrics2.lib.MutableRatesWithAggregation
 
MutableRollingAverages - org.apache.hadoop.metrics2.lib中的类
This class maintains a group of rolling average metrics.
MutableRollingAverages(String) - 类 的构造器org.apache.hadoop.metrics2.lib.MutableRollingAverages
Constructor for MutableRollingAverages.
MutableStat - org.apache.hadoop.metrics2.lib中的类
A mutable metric with stats.
MutableStat(String, String, String, String, boolean) - 类 的构造器org.apache.hadoop.metrics2.lib.MutableStat
Construct a sample statistics metric
MutableStat(String, String, String, String) - 类 的构造器org.apache.hadoop.metrics2.lib.MutableStat
Construct a snapshot stat metric with extended stat off by default

N

N_GROUPS - 接口 中的静态变量org.apache.hadoop.io.compress.bzip2.BZip2Constants
 
N_ITERS - 接口 中的静态变量org.apache.hadoop.io.compress.bzip2.BZip2Constants
 
NAME - 类 中的静态变量org.apache.hadoop.fs.FsShell.Help
 
NAME - 类 中的静态变量org.apache.hadoop.fs.FsShell.Usage
 
NAME - 类 中的静态变量org.apache.hadoop.fs.FsShellPermissions.Chgrp
 
NAME - 类 中的静态变量org.apache.hadoop.fs.FsShellPermissions.Chmod
 
NAME - 类 中的静态变量org.apache.hadoop.fs.FsShellPermissions.Chown
 
NAME - 类 中的静态变量org.apache.hadoop.fs.shell.TouchCommands.Touch
 
NAME - 类 中的静态变量org.apache.hadoop.fs.shell.TouchCommands.Touchz
 
NAME - 类 中的静态变量org.apache.hadoop.log.Log4Json
 
name() - 类 中的方法org.apache.hadoop.metrics2.AbstractMetric
 
name() - 接口 中的方法org.apache.hadoop.metrics2.MetricsInfo
Typically name corresponds to annotation Metric.value() or the name of the class.
name() - 接口 中的方法org.apache.hadoop.metrics2.MetricsRecord
 
name() - 类 中的方法org.apache.hadoop.metrics2.MetricsTag
 
NAME - 类 中的静态变量org.apache.hadoop.service.launcher.ServiceLauncher
The name of this class.
NAME - 类 中的静态变量org.apache.hadoop.util.BasicDiskValidator
 
NAME - 类 中的静态变量org.apache.hadoop.util.ReadWriteDiskValidator
 
NativeIO.POSIX - org.apache.hadoop.io.nativeio中的类
 
NativeIO.POSIX.CacheManipulator - org.apache.hadoop.io.nativeio中的类
Used to manipulate the operating system cache.
NativeIO.POSIX.NoMlockCacheManipulator - org.apache.hadoop.io.nativeio中的类
A CacheManipulator used for testing which does not actually call mlock.
NativeIO.POSIX.Stat - org.apache.hadoop.io.nativeio中的类
Result type of the fstat call
NativeIO.Windows - org.apache.hadoop.io.nativeio中的类
 
NativeIO.Windows.AccessRight - org.apache.hadoop.io.nativeio中的枚举
Supported list of Windows access right flags
NativeIOException - org.apache.hadoop.io.nativeio中的异常错误
An exception generated by a call to the native IO code.
NativeIOException(String, Errno) - 异常错误 的构造器org.apache.hadoop.io.nativeio.NativeIOException
 
NativeIOException(String, int) - 异常错误 的构造器org.apache.hadoop.io.nativeio.NativeIOException
 
needsClientAuth(boolean) - 类 中的方法org.apache.hadoop.http.HttpServer2.Builder
Specify whether the server should authorize the client in SSL connections.
needsDictionary() - 类 中的方法org.apache.hadoop.io.compress.bzip2.Bzip2Decompressor
 
needsDictionary() - 类 中的方法org.apache.hadoop.io.compress.bzip2.BZip2DummyDecompressor
 
needsDictionary() - 接口 中的方法org.apache.hadoop.io.compress.Decompressor
Returns true if a preset dictionary is needed for decompression.
needsDictionary() - 类 中的方法org.apache.hadoop.io.compress.lz4.Lz4Decompressor
Returns false.
needsDictionary() - 类 中的方法org.apache.hadoop.io.compress.snappy.SnappyDecompressor
Returns false.
needsDictionary() - 类 中的方法org.apache.hadoop.io.compress.zlib.BuiltInGzipDecompressor
 
needsDictionary() - 类 中的方法org.apache.hadoop.io.compress.zlib.ZlibDecompressor
 
needsDictionary() - 类 中的方法org.apache.hadoop.io.compress.zstd.ZStandardDecompressor
 
needsInput() - 类 中的方法org.apache.hadoop.io.compress.bzip2.Bzip2Compressor
 
needsInput() - 类 中的方法org.apache.hadoop.io.compress.bzip2.Bzip2Decompressor
 
needsInput() - 类 中的方法org.apache.hadoop.io.compress.bzip2.BZip2DummyCompressor
 
needsInput() - 类 中的方法org.apache.hadoop.io.compress.bzip2.BZip2DummyDecompressor
 
needsInput() - 接口 中的方法org.apache.hadoop.io.compress.Compressor
Returns true if the input data buffer is empty and #setInput() should be called to provide more input.
needsInput() - 接口 中的方法org.apache.hadoop.io.compress.Decompressor
Returns true if the input data buffer is empty and Decompressor.setInput(byte[], int, int) should be called to provide more input.
needsInput() - 类 中的方法org.apache.hadoop.io.compress.lz4.Lz4Compressor
Returns true if the input data buffer is empty and #setInput() should be called to provide more input.
needsInput() - 类 中的方法org.apache.hadoop.io.compress.lz4.Lz4Decompressor
Returns true if the input data buffer is empty and Lz4Decompressor.setInput(byte[], int, int) should be called to provide more input.
needsInput() - 类 中的方法org.apache.hadoop.io.compress.snappy.SnappyCompressor
Returns true if the input data buffer is empty and #setInput() should be called to provide more input.
needsInput() - 类 中的方法org.apache.hadoop.io.compress.snappy.SnappyDecompressor
Returns true if the input data buffer is empty and SnappyDecompressor.setInput(byte[], int, int) should be called to provide more input.
needsInput() - 类 中的方法org.apache.hadoop.io.compress.zlib.BuiltInGzipDecompressor
 
needsInput() - 类 中的方法org.apache.hadoop.io.compress.zlib.ZlibCompressor
 
needsInput() - 类 中的方法org.apache.hadoop.io.compress.zlib.ZlibDecompressor
 
needsInput() - 类 中的方法org.apache.hadoop.io.compress.zstd.ZStandardCompressor
 
needsInput() - 类 中的方法org.apache.hadoop.io.compress.zstd.ZStandardDecompressor
 
needsPassword() - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider
Does this provider require a password?
needsPassword() - 类 中的方法org.apache.hadoop.security.alias.CredentialProvider
Does this provider require a password?
needsQuoting(byte[], int, int) - 类 中的静态方法org.apache.hadoop.http.HtmlQuoting
Does the given string need to be quoted?
needsQuoting(String) - 类 中的静态方法org.apache.hadoop.http.HtmlQuoting
Does the given string need to be quoted?
negate() - 类 中的方法org.apache.hadoop.fs.shell.find.Result
Negate this result.
NEGATIVE_SEEK - 类 中的静态变量org.apache.hadoop.fs.FSExceptionMessages
Negative offset seek forbidden : "Cannot seek to a negative offset"
NEGOTIATE_VALUE - 枚举 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslState
NEGOTIATE = 1;
nestURIForLocalJavaKeyStoreProvider(URI) - 类 中的静态方法org.apache.hadoop.security.ProviderUtils
Mangle given local java keystore file URI to allow use as a LocalJavaKeyStoreProvider.
NET_DEPENDENCY_SCRIPT_FILE_NAME_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
NET_TOPOLOGY_IMPL_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
NET_TOPOLOGY_NODE_SWITCH_MAPPING_IMPL_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
NET_TOPOLOGY_SCRIPT_FILE_NAME_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
NET_TOPOLOGY_SCRIPT_NUMBER_ARGS_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
Default value for NET_TOPOLOGY_SCRIPT_NUMBER_ARGS_KEY
NET_TOPOLOGY_SCRIPT_NUMBER_ARGS_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
NET_TOPOLOGY_TABLE_MAPPING_FILE_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
 
NetworkTopology.InvalidTopologyException - org.apache.hadoop.net中的异常错误
 
newBlockingStub(BlockingRpcChannel) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService
 
newBlockingStub(BlockingRpcChannel) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService
 
newBlockingStub(BlockingRpcChannel) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService
 
newBlockingStub(BlockingRpcChannel) - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService
 
newBlockingStub(BlockingRpcChannel) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService
 
newBlockingStub(BlockingRpcChannel) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService
 
newBlockingStub(BlockingRpcChannel) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService
 
newBlockingStub(BlockingRpcChannel) - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService
 
newBlockingStub(BlockingRpcChannel) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService
 
newBuilder() - 类 中的静态方法org.apache.hadoop.fs.FSProtos.FileStatusProto
 
newBuilder(FSProtos.FileStatusProto) - 类 中的静态方法org.apache.hadoop.fs.FSProtos.FileStatusProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
newBuilder(FSProtos.FsPermissionProto) - 类 中的静态方法org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
newBuilder(HAServiceProtocolProtos.GetServiceStatusRequestProto) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
newBuilder(HAServiceProtocolProtos.GetServiceStatusResponseProto) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
newBuilder(HAServiceProtocolProtos.HAStateChangeRequestInfoProto) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
newBuilder(HAServiceProtocolProtos.MonitorHealthRequestProto) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
newBuilder(HAServiceProtocolProtos.MonitorHealthResponseProto) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
newBuilder(HAServiceProtocolProtos.TransitionToActiveRequestProto) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
newBuilder(HAServiceProtocolProtos.TransitionToActiveResponseProto) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
newBuilder(HAServiceProtocolProtos.TransitionToStandbyRequestProto) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
newBuilder(HAServiceProtocolProtos.TransitionToStandbyResponseProto) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
newBuilder(ZKFCProtocolProtos.CedeActiveRequestProto) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
newBuilder(ZKFCProtocolProtos.CedeActiveResponseProto) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
newBuilder(ZKFCProtocolProtos.GracefulFailoverRequestProto) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
newBuilder(ZKFCProtocolProtos.GracefulFailoverResponseProto) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
newBuilder(GenericRefreshProtocolProtos.GenericRefreshRequestProto) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
newBuilder(GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
newBuilder(GenericRefreshProtocolProtos.GenericRefreshResponseProto) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
newBuilder(RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto) - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
newBuilder(RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto) - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
newBuilder(IpcConnectionContextProtos.IpcConnectionContextProto) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
newBuilder(IpcConnectionContextProtos.UserInformationProto) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
newBuilder(ProtobufRpcEngineProtos.RequestHeaderProto) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
newBuilder(ProtocolInfoProtos.GetProtocolSignatureRequestProto) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
newBuilder(ProtocolInfoProtos.GetProtocolSignatureResponseProto) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
newBuilder(ProtocolInfoProtos.GetProtocolVersionsRequestProto) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
newBuilder(ProtocolInfoProtos.GetProtocolVersionsResponseProto) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
newBuilder(ProtocolInfoProtos.ProtocolSignatureProto) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
newBuilder(ProtocolInfoProtos.ProtocolVersionProto) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
newBuilder(RpcHeaderProtos.RPCCallerContextProto) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
newBuilder(RpcHeaderProtos.RpcRequestHeaderProto) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
newBuilder(RpcHeaderProtos.RpcResponseHeaderProto) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
newBuilder(RpcHeaderProtos.RpcSaslProto) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
newBuilder(RpcHeaderProtos.RpcSaslProto.SaslAuth) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
newBuilder() - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
newBuilder(RpcHeaderProtos.RPCTraceInfoProto) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
newBuilder(RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
newBuilder(RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
newBuilder(RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
newBuilder(RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
newBuilder(RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
newBuilder(RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
newBuilder(SecurityProtos.CancelDelegationTokenRequestProto) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
newBuilder(SecurityProtos.CancelDelegationTokenResponseProto) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
newBuilder(SecurityProtos.CredentialsKVProto) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
newBuilder(SecurityProtos.CredentialsProto) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
newBuilder(SecurityProtos.GetDelegationTokenRequestProto) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
newBuilder(SecurityProtos.GetDelegationTokenResponseProto) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
newBuilder(SecurityProtos.RenewDelegationTokenRequestProto) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
newBuilder(SecurityProtos.RenewDelegationTokenResponseProto) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
newBuilder(SecurityProtos.TokenProto) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
newBuilder(GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto) - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
newBuilder(GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto) - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
newBuilder(TraceAdminPB.AddSpanReceiverRequestProto) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
newBuilder(TraceAdminPB.AddSpanReceiverResponseProto) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
newBuilder(TraceAdminPB.ConfigPair) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
newBuilder() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
newBuilder(TraceAdminPB.ListSpanReceiversRequestProto) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
newBuilder(TraceAdminPB.ListSpanReceiversResponseProto) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
newBuilder(TraceAdminPB.RemoveSpanReceiverRequestProto) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
newBuilder(TraceAdminPB.RemoveSpanReceiverResponseProto) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
newBuilder() - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
newBuilder(TraceAdminPB.SpanReceiverListInfo) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
newBuilderForType() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
newBuilderForType() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
newBuilderForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
newBuilderForType() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
newBuilderForType(GeneratedMessage.BuilderParent) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
newCachedThreadPool(ThreadFactory) - 类 中的静态方法org.apache.hadoop.util.concurrent.HadoopExecutors
 
newCondition() - 类 中的方法org.apache.hadoop.util.AutoCloseableLock
newCounter(String, String, int) - 类 中的方法org.apache.hadoop.metrics2.lib.MetricsRegistry
Create a mutable integer counter
newCounter(MetricsInfo, int) - 类 中的方法org.apache.hadoop.metrics2.lib.MetricsRegistry
Create a mutable integer counter
newCounter(String, String, long) - 类 中的方法org.apache.hadoop.metrics2.lib.MetricsRegistry
Create a mutable long integer counter
newCounter(MetricsInfo, long) - 类 中的方法org.apache.hadoop.metrics2.lib.MetricsRegistry
Create a mutable long integer counter
NEWEXPIRYTIME_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
newFixedThreadPool(int, ThreadFactory) - 类 中的静态方法org.apache.hadoop.util.concurrent.HadoopExecutors
 
newFixedThreadPool(int) - 类 中的静态方法org.apache.hadoop.util.concurrent.HadoopExecutors
 
newGauge(String, String, int) - 类 中的方法org.apache.hadoop.metrics2.lib.MetricsRegistry
Create a mutable integer gauge
newGauge(MetricsInfo, int) - 类 中的方法org.apache.hadoop.metrics2.lib.MetricsRegistry
Create a mutable integer gauge
newGauge(String, String, long) - 类 中的方法org.apache.hadoop.metrics2.lib.MetricsRegistry
Create a mutable long integer gauge
newGauge(MetricsInfo, long) - 类 中的方法org.apache.hadoop.metrics2.lib.MetricsRegistry
Create a mutable long integer gauge
newGauge(String, String, float) - 类 中的方法org.apache.hadoop.metrics2.lib.MetricsRegistry
Create a mutable float gauge
newGauge(MetricsInfo, float) - 类 中的方法org.apache.hadoop.metrics2.lib.MetricsRegistry
Create a mutable float gauge
newInnerNode(String) - 接口 中的方法org.apache.hadoop.net.InnerNode.Factory
Construct an InnerNode from a path-like string
newInnerNode(String) - 类 中的方法org.apache.hadoop.net.InnerNodeImpl.Factory
 
newInstance(URI, Configuration, String) - 类 中的静态方法org.apache.hadoop.fs.FileSystem
Returns the FileSystem for this URI's scheme and authority and the given user.
newInstance(URI, Configuration) - 类 中的静态方法org.apache.hadoop.fs.FileSystem
Returns the FileSystem for this URI's scheme and authority.
newInstance(Configuration) - 类 中的静态方法org.apache.hadoop.fs.FileSystem
Returns a unique configured FileSystem implementation for the default filesystem of the supplied configuration.
newInstance(Class<? extends Writable>, Configuration) - 类 中的静态方法org.apache.hadoop.io.WritableFactories
Create a new instance of a class with a defined factory.
newInstance(Class<? extends Writable>) - 类 中的静态方法org.apache.hadoop.io.WritableFactories
Create a new instance of a class with a defined factory.
newInstance() - 接口 中的方法org.apache.hadoop.io.WritableFactory
Return a new instance.
newInstance(Class<T>, Configuration) - 类 中的方法org.apache.hadoop.ipc.RpcWritable.Buffer
 
newInstance(Class<T>, Configuration) - 类 中的静态方法org.apache.hadoop.util.ReflectionUtils
Create an object for the given class and initialize it from conf
newInstance() - 类 中的静态方法org.apache.hadoop.util.SysInfo
Return default OS instance.
newInstanceLocal(Configuration) - 类 中的静态方法org.apache.hadoop.fs.FileSystem
Get a unique local FileSystem object.
newKey() - 类 中的方法org.apache.hadoop.io.WritableComparator
Construct a new WritableComparable instance.
newMutableRollingAverages(String, String) - 类 中的方法org.apache.hadoop.metrics2.lib.MetricsRegistry
 
newQuantiles(String, String, String, String, int) - 类 中的方法org.apache.hadoop.metrics2.lib.MetricsRegistry
Create a mutable metric that estimates quantiles of a stream of values
newRate(String) - 类 中的方法org.apache.hadoop.metrics2.lib.MetricsRegistry
Create a mutable rate metric
newRate(String, String) - 类 中的方法org.apache.hadoop.metrics2.lib.MetricsRegistry
Create a mutable rate metric
newRate(String, String, boolean) - 类 中的方法org.apache.hadoop.metrics2.lib.MetricsRegistry
Create a mutable rate metric (for throughput measurement)
newRatesWithAggregation(String) - 类 中的方法org.apache.hadoop.metrics2.lib.MetricsRegistry
 
newReflectiveBlockingService(HAServiceProtocolProtos.HAServiceProtocolService.BlockingInterface) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService
 
newReflectiveBlockingService(ZKFCProtocolProtos.ZKFCProtocolService.BlockingInterface) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService
 
newReflectiveBlockingService(GenericRefreshProtocolProtos.GenericRefreshProtocolService.BlockingInterface) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService
 
newReflectiveBlockingService(RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.BlockingInterface) - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService
 
newReflectiveBlockingService(ProtocolInfoProtos.ProtocolInfoService.BlockingInterface) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService
 
newReflectiveBlockingService(RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.BlockingInterface) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService
 
newReflectiveBlockingService(RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.BlockingInterface) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService
 
newReflectiveBlockingService(GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.BlockingInterface) - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService
 
newReflectiveBlockingService(TraceAdminPB.TraceAdminService.BlockingInterface) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService
 
newReflectiveService(HAServiceProtocolProtos.HAServiceProtocolService.Interface) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService
 
newReflectiveService(ZKFCProtocolProtos.ZKFCProtocolService.Interface) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService
 
newReflectiveService(GenericRefreshProtocolProtos.GenericRefreshProtocolService.Interface) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService
 
newReflectiveService(RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Interface) - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService
 
newReflectiveService(ProtocolInfoProtos.ProtocolInfoService.Interface) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService
 
newReflectiveService(RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Interface) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService
 
newReflectiveService(RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Interface) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService
 
newReflectiveService(GetUserMappingsProtocolProtos.GetUserMappingsProtocolService.Interface) - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService
 
newReflectiveService(TraceAdminPB.TraceAdminService.Interface) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService
 
newScheduledThreadPool(int) - 类 中的静态方法org.apache.hadoop.util.concurrent.HadoopExecutors
 
newScheduledThreadPool(int, ThreadFactory) - 类 中的静态方法org.apache.hadoop.util.concurrent.HadoopExecutors
 
newSingleThreadExecutor() - 类 中的静态方法org.apache.hadoop.util.concurrent.HadoopExecutors
 
newSingleThreadExecutor(ThreadFactory) - 类 中的静态方法org.apache.hadoop.util.concurrent.HadoopExecutors
 
newSingleThreadScheduledExecutor() - 类 中的静态方法org.apache.hadoop.util.concurrent.HadoopExecutors
 
newSingleThreadScheduledExecutor(ThreadFactory) - 类 中的静态方法org.apache.hadoop.util.concurrent.HadoopExecutors
 
newStat(String, String, String, String, boolean) - 类 中的方法org.apache.hadoop.metrics2.lib.MetricsRegistry
Create a mutable metric with stats
newStat(String, String, String, String) - 类 中的方法org.apache.hadoop.metrics2.lib.MetricsRegistry
Create a mutable metric with stats
newStub(RpcChannel) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService
 
newStub(RpcChannel) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService
 
newStub(RpcChannel) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService
 
newStub(RpcChannel) - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService
 
newStub(RpcChannel) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService
 
newStub(RpcChannel) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService
 
newStub(RpcChannel) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService
 
newStub(RpcChannel) - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetUserMappingsProtocolService
 
newStub(RpcChannel) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService
 
newVal - 类 中的变量org.apache.hadoop.conf.ReconfigurationUtil.PropertyChange
 
next() - 类 中的方法org.apache.hadoop.fs.BatchedRemoteIterator
 
next() - 接口 中的方法org.apache.hadoop.fs.RemoteIterator
Returns the next element in the iteration.
next(Writable) - 类 中的方法org.apache.hadoop.io.ArrayFile.Reader
Read and return the next value in the file.
next(WritableComparable, Writable) - 类 中的方法org.apache.hadoop.io.MapFile.Reader
Read the next key/value pair in the map into key and val.
next(Writable) - 类 中的方法org.apache.hadoop.io.SequenceFile.Reader
Read the next key in the file into key, skipping its value.
next(Writable, Writable) - 类 中的方法org.apache.hadoop.io.SequenceFile.Reader
Read the next key/value pair in the file into key and val.
next(Object) - 类 中的方法org.apache.hadoop.io.SequenceFile.Reader
Read the next key in the file, skipping its value.
next() - 接口 中的方法org.apache.hadoop.io.SequenceFile.Sorter.RawKeyValueIterator
Sets up the current key and value (for getKey and getValue)
next(WritableComparable) - 类 中的方法org.apache.hadoop.io.SetFile.Reader
Read the next key in a set into key.
next() - 类 中的方法org.apache.hadoop.util.IntrusiveCollection.IntrusiveIterator
 
next() - 类 中的方法org.apache.hadoop.util.LightWeightGSet.SetIterator
 
nextCallId() - 类 中的静态方法org.apache.hadoop.ipc.Client
Returns the next valid sequential call ID by incrementing an atomic counter and masking off the sign bit.
nextFlush - 类 中的变量org.apache.hadoop.metrics2.sink.RollingFileSystemSink
 
nextRaw(DataOutputBuffer, SequenceFile.ValueBytes) - 类 中的方法org.apache.hadoop.io.SequenceFile.Reader
Read 'raw' records.
nextRawKey(DataOutputBuffer) - 类 中的方法org.apache.hadoop.io.SequenceFile.Reader
Read 'raw' keys.
nextRawKey() - 类 中的方法org.apache.hadoop.io.SequenceFile.Sorter.SegmentDescriptor
Fills up the rawKey object with the key returned by the Reader
nextRawValue(SequenceFile.ValueBytes) - 类 中的方法org.apache.hadoop.io.SequenceFile.Reader
Read 'raw' values.
nextRawValue(SequenceFile.ValueBytes) - 类 中的方法org.apache.hadoop.io.SequenceFile.Sorter.SegmentDescriptor
Fills up the passed rawValue with the value corresponding to the key read earlier
NO_DEFAULT_REALM - 类 中的静态变量org.apache.hadoop.security.KDiag
String seen in getDefaultRealm() exceptions if the user has no realm: "Cannot locate default realm".
NO_PASSWORD_CONT - 类 中的静态变量org.apache.hadoop.security.ProviderUtils
 
NO_PASSWORD_ERROR - 类 中的静态变量org.apache.hadoop.security.ProviderUtils
 
NO_PASSWORD_INSTRUCTIONS_DOC - 类 中的静态变量org.apache.hadoop.security.ProviderUtils
 
NO_PASSWORD_WARN - 类 中的静态变量org.apache.hadoop.security.ProviderUtils
 
NO_SCRIPT - 类 中的静态变量org.apache.hadoop.net.ScriptBasedMapping
Text used in the ScriptBasedMapping.toString() method if there is no string "no script"
NO_VALID_PROVIDERS - 类 中的静态变量org.apache.hadoop.crypto.key.KeyShell
 
NO_VALID_PROVIDERS - 类 中的静态变量org.apache.hadoop.security.alias.CredentialShell
 
NoCacheFilter - org.apache.hadoop.http中的类
 
NoCacheFilter() - 类 的构造器org.apache.hadoop.http.NoCacheFilter
 
NODE_HEALTH_SCRIPT_TIMED_OUT_MSG - 类 中的静态变量org.apache.hadoop.util.NodeHealthScriptRunner
Time out error message
NodeHealthScriptRunner - org.apache.hadoop.util中的类
The class which provides functionality of checking the health of the node using the configured node health script and reporting back to the service for which the health checker has been asked to report.
NodeHealthScriptRunner(String, long, long, String[]) - 类 的构造器org.apache.hadoop.util.NodeHealthScriptRunner
 
noInterruptsLock - 类 中的变量org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
If the delegation token update thread holds this lock, it will not get interrupted.
NoMlockCacheManipulator() - 类 的构造器org.apache.hadoop.io.nativeio.NativeIO.POSIX.NoMlockCacheManipulator
 
NONE - 类 中的静态变量org.apache.hadoop.fs.FileStatus
Shared, empty set of attributes (a common case for FileStatus).
noPasswordError() - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider
If a password for the provider is needed, but is not provided, this will return an error message and instructions for supplying said password to the provider.
noPasswordError() - 类 中的方法org.apache.hadoop.security.alias.CredentialProvider
If a password for the provider is needed, but is not provided, this will return an error message and instructions for supplying said password to the provider.
noPasswordError(String, String) - 类 中的静态方法org.apache.hadoop.security.ProviderUtils
 
noPasswordWarning() - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider
If a password for the provider is needed, but is not provided, this will return a warning and instructions for supplying said password to the provider.
noPasswordWarning() - 类 中的方法org.apache.hadoop.security.alias.CredentialProvider
If a password for the provider is needed, but is not provided, this will return a warning and instructions for supplying said password to the provider.
noPasswordWarning(String, String) - 类 中的静态方法org.apache.hadoop.security.ProviderUtils
 
not() - 枚举 中的方法org.apache.hadoop.fs.permission.FsAction
NOT operation.
not() - 类 中的方法org.apache.hadoop.util.bloom.BloomFilter
 
not() - 类 中的方法org.apache.hadoop.util.bloom.CountingBloomFilter
 
not() - 类 中的方法org.apache.hadoop.util.bloom.DynamicBloomFilter
 
noteFailure(Exception) - 类 中的方法org.apache.hadoop.service.AbstractService
Failure handling: record the exception that triggered it -if there was not one already.
NotEnoughArgumentsException(int, int) - 异常错误 的构造器org.apache.hadoop.fs.shell.CommandFormat.NotEnoughArgumentsException
 
notifyFatalError(String) - 接口 中的方法org.apache.hadoop.ha.ActiveStandbyElector.ActiveStandbyElectorCallback
If there is any fatal error (e.g. wrong ACL's, unexpected Zookeeper errors or Zookeeper persistent unavailability) then notifyFatalError is called to notify the app about it.
notifyListeners(Service) - 类 中的方法org.apache.hadoop.service.ServiceOperations.ServiceListeners
Change to a new state and notify all listeners.
NotInMountpointException - org.apache.hadoop.fs.viewfs中的异常错误
NotInMountpointException extends the UnsupportedOperationException.
NotInMountpointException(Path, String) - 异常错误 的构造器org.apache.hadoop.fs.viewfs.NotInMountpointException
 
NotInMountpointException(String) - 异常错误 的构造器org.apache.hadoop.fs.viewfs.NotInMountpointException
 
NOTREADYREASON_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
now(TimeUnit) - 类 中的方法org.apache.hadoop.util.StopWatch
 
now() - 类 中的方法org.apache.hadoop.util.StopWatch
 
NullGroupsMapping - org.apache.hadoop.security中的类
This class provides groups mapping for UserGroupInformation when the user group information will not be used.
NullGroupsMapping() - 类 的构造器org.apache.hadoop.security.NullGroupsMapping
 
NullOutputStream() - 类 的构造器org.apache.hadoop.io.IOUtils.NullOutputStream
 
NullWritable - org.apache.hadoop.io中的类
Singleton Writable with no data.
NullWritable.Comparator - org.apache.hadoop.io中的类
A Comparator "optimized" for NullWritable.
NUM_DATA_UNITS_KEY - 类 中的静态变量org.apache.hadoop.io.erasurecode.ECSchema
 
NUM_OVERSHOOT_BYTES - 接口 中的静态变量org.apache.hadoop.io.compress.bzip2.BZip2Constants
 
NUM_PARITY_UNITS_KEY - 类 中的静态变量org.apache.hadoop.io.erasurecode.ECSchema
 
numberOfBytesTillNextMarker(InputStream) - 类 中的静态方法org.apache.hadoop.io.compress.bzip2.CBZip2InputStream
Returns the number of bytes between the current stream position and the immediate next BZip2 block marker.
numberOfSecretKeys() - 类 中的方法org.apache.hadoop.security.Credentials
 
numberOfTokens() - 类 中的方法org.apache.hadoop.security.Credentials
 
numOfLeaves - 类 中的变量org.apache.hadoop.net.InnerNodeImpl
 

O

O_APPEND - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
O_CREAT - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
O_EXCL - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
O_NOCTTY - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
O_NONBLOCK - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
O_RDONLY - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
O_RDWR - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
O_SYNC - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
O_TRUNC - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
O_WRONLY - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
ObjectWritable - org.apache.hadoop.io中的类
A polymorphic Writable that writes an instance with it's class name.
ObjectWritable() - 类 的构造器org.apache.hadoop.io.ObjectWritable
 
ObjectWritable(Object) - 类 的构造器org.apache.hadoop.io.ObjectWritable
 
ObjectWritable(Class, Object) - 类 的构造器org.apache.hadoop.io.ObjectWritable
 
offer(E) - 类 中的方法org.apache.hadoop.ipc.CallQueueManager
Insert e into the backing queue.
offer(E, long, TimeUnit) - 类 中的方法org.apache.hadoop.ipc.CallQueueManager
 
offer(E, long, TimeUnit) - 类 中的方法org.apache.hadoop.ipc.FairCallQueue
 
offer(E) - 类 中的方法org.apache.hadoop.ipc.FairCallQueue
 
offset() - 接口 中的方法org.apache.hadoop.io.file.tfile.RawComparable
Get the offset of the first byte in the byte array.
oldVal - 类 中的变量org.apache.hadoop.conf.ReconfigurationUtil.PropertyChange
 
onlyKeyExists(String) - 类 中的方法org.apache.hadoop.conf.Configuration
Return existence of the name property, but only for names which have no valid value, usually non-existent or commented out in XML.
OP_APPEND - 接口 中的静态变量org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_COPY_FROM_LOCAL_FILE - 接口 中的静态变量org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_CREATE - 接口 中的静态变量org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_CREATE_NON_RECURSIVE - 接口 中的静态变量org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_DELETE - 接口 中的静态变量org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_EXISTS - 接口 中的静态变量org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_GET_CONTENT_SUMMARY - 接口 中的静态变量org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_GET_FILE_CHECKSUM - 接口 中的静态变量org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_GET_FILE_STATUS - 接口 中的静态变量org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_GET_STATUS - 接口 中的静态变量org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_GLOB_STATUS - 接口 中的静态变量org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_IS_DIRECTORY - 接口 中的静态变量org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_IS_FILE - 接口 中的静态变量org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_LIST_FILES - 接口 中的静态变量org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_LIST_LOCATED_STATUS - 接口 中的静态变量org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_LIST_STATUS - 接口 中的静态变量org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_MKDIRS - 接口 中的静态变量org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_MODIFY_ACL_ENTRIES - 接口 中的静态变量org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_OPEN - 接口 中的静态变量org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_PARAM - 类 中的静态变量org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
 
OP_REMOVE_ACL - 接口 中的静态变量org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_REMOVE_ACL_ENTRIES - 接口 中的静态变量org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_REMOVE_DEFAULT_ACL - 接口 中的静态变量org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_RENAME - 接口 中的静态变量org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_SET_ACL - 接口 中的静态变量org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_SET_OWNER - 接口 中的静态变量org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_SET_PERMISSION - 接口 中的静态变量org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_SET_TIMES - 接口 中的静态变量org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
OP_TRUNCATE - 接口 中的静态变量org.apache.hadoop.fs.StorageStatistics.CommonStatisticNames
 
open(Path) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.open(Path) except that Path f must be for this file system.
open(Path, int) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.open(Path, int) except that Path f must be for this file system.
open(Path, int) - 类 中的方法org.apache.hadoop.fs.ChecksumFileSystem
Opens an FSDataInputStream at the indicated Path.
open(Path) - 类 中的方法org.apache.hadoop.fs.FileContext
Opens an FSDataInputStream at the indicated Path using default buffersize.
open(Path, int) - 类 中的方法org.apache.hadoop.fs.FileContext
Opens an FSDataInputStream at the indicated Path.
open(Path, int) - 类 中的方法org.apache.hadoop.fs.FileSystem
Opens an FSDataInputStream at the indicated Path.
open(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Opens an FSDataInputStream at the indicated Path.
open(PathHandle) - 类 中的方法org.apache.hadoop.fs.FileSystem
Open an FSDataInputStream matching the PathHandle instance.
open(PathHandle, int) - 类 中的方法org.apache.hadoop.fs.FileSystem
Open an FSDataInputStream matching the PathHandle instance.
open(Path, int) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
Opens an FSDataInputStream at the indicated Path.
open(PathHandle, int) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
open(Path, int) - 类 中的方法org.apache.hadoop.fs.ftp.FTPFileSystem
 
open(Path, int) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
Returns a har input stream which fakes end of file.
open(PathHandle, int) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
 
open(Path, int) - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
 
open(Path, int) - 类 中的方法org.apache.hadoop.fs.sftp.SFTPFileSystem
 
open(Path, int) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
open(Path, int) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
open(Path, WritableComparator, Configuration, SequenceFile.Reader.Option...) - 类 中的方法org.apache.hadoop.io.MapFile.Reader
 
open(String, int, int) - 类 中的静态方法org.apache.hadoop.io.nativeio.NativeIO.POSIX
Wrapper around open(2)
OPEN_ALWAYS - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.Windows
 
OPEN_EXISTING - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.Windows
 
openConnection(URL, AuthenticatedURL.Token) - 类 中的方法org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
Returns an authenticated HttpURLConnection, it uses a Delegation Token only if the given auth token is an instance of DelegationTokenAuthenticatedURL.Token and it contains a Delegation Token, otherwise use the configured DelegationTokenAuthenticator to authenticate the connection.
openConnection(URL, DelegationTokenAuthenticatedURL.Token) - 类 中的方法org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
Returns an authenticated HttpURLConnection.
openConnection(URL, DelegationTokenAuthenticatedURL.Token, String) - 类 中的方法org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
Returns an authenticated HttpURLConnection.
openFile(FileSystem, Path, int, long) - 类 中的方法org.apache.hadoop.io.SequenceFile.Reader
Override this method to specialize the type of FSDataInputStream returned.
openForRandomRead(File, String, String, String) - 类 中的静态方法org.apache.hadoop.io.SecureIOUtils
Open the given File for random read access, verifying the expected user/ group constraints if security is enabled.
openForRead(File, String, String) - 类 中的静态方法org.apache.hadoop.io.SecureIOUtils
Open the given File for read access, verifying the expected user/group constraints if security is enabled.
openFSDataInputStream(File, String, String) - 类 中的静态方法org.apache.hadoop.io.SecureIOUtils
Opens the FSDataInputStream on the requested file on local file system, verifying the expected user/group constraints if security is enabled.
opt(String, String) - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set optional Builder parameter.
opt(String, boolean) - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set optional boolean parameter for the Builder.
opt(String, int) - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set optional int parameter for the Builder.
opt(String, float) - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set optional float parameter for the Builder.
opt(String, double) - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set optional double parameter for the Builder.
opt(String, String...) - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set an array of string values as optional parameter for the Builder.
option - 异常错误 中的变量org.apache.hadoop.fs.shell.CommandFormat.UnknownOptionException
 
options(Configuration) - 类 中的静态方法org.apache.hadoop.crypto.key.KeyProvider
A helper function to create an options object.
Options(Configuration) - 类 的构造器org.apache.hadoop.crypto.key.KeyProvider.Options
 
Options - org.apache.hadoop.fs中的类
This class contains options related to file system operations.
Options() - 类 的构造器org.apache.hadoop.fs.Options
 
Options - org.apache.hadoop.util中的类
This class allows generic access to variable length type-safe parameter lists.
Options() - 类 的构造器org.apache.hadoop.util.Options
 
Options.BooleanOption - org.apache.hadoop.util中的类
 
Options.ChecksumCombineMode - org.apache.hadoop.fs中的枚举
Enum for indicating what mode to use when combining chunk and block checksums to define an aggregate FileChecksum.
Options.ChecksumOpt - org.apache.hadoop.fs中的类
This is used in FileSystem and FileContext to specify checksum options.
Options.ClassOption - org.apache.hadoop.util中的类
 
Options.CreateOpts - org.apache.hadoop.fs中的类
Class to support the varargs for create() options.
Options.CreateOpts.BlockSize - org.apache.hadoop.fs中的类
 
Options.CreateOpts.BufferSize - org.apache.hadoop.fs中的类
 
Options.CreateOpts.BytesPerChecksum - org.apache.hadoop.fs中的类
This is not needed if ChecksumParam is specified.
Options.CreateOpts.ChecksumParam - org.apache.hadoop.fs中的类
 
Options.CreateOpts.CreateParent - org.apache.hadoop.fs中的类
 
Options.CreateOpts.Perms - org.apache.hadoop.fs中的类
 
Options.CreateOpts.Progress - org.apache.hadoop.fs中的类
 
Options.CreateOpts.ReplicationFactor - org.apache.hadoop.fs中的类
 
Options.FSDataInputStreamOption - org.apache.hadoop.util中的类
 
Options.FSDataOutputStreamOption - org.apache.hadoop.util中的类
 
Options.HandleOpt - org.apache.hadoop.fs中的类
Options for creating PathHandle references.
Options.HandleOpt.Data - org.apache.hadoop.fs中的类
Option storing standard constraints on data.
Options.HandleOpt.Location - org.apache.hadoop.fs中的类
Option storing standard constraints on location.
Options.IntegerOption - org.apache.hadoop.util中的类
 
Options.LongOption - org.apache.hadoop.util中的类
 
Options.PathOption - org.apache.hadoop.util中的类
 
Options.ProgressableOption - org.apache.hadoop.util中的类
 
Options.Rename - org.apache.hadoop.fs中的枚举
Enum to support the varargs for rename() options
Options.StringOption - org.apache.hadoop.util中的类
 
or(FsAction) - 枚举 中的方法org.apache.hadoop.fs.permission.FsAction
OR operation.
or(Filter) - 类 中的方法org.apache.hadoop.util.bloom.BloomFilter
 
or(Filter) - 类 中的方法org.apache.hadoop.util.bloom.CountingBloomFilter
 
or(Filter) - 类 中的方法org.apache.hadoop.util.bloom.DynamicBloomFilter
 
org.apache.hadoop - 程序包 org.apache.hadoop
 
org.apache.hadoop.conf - 程序包 org.apache.hadoop.conf
Configuration of system parameters.
org.apache.hadoop.crypto - 程序包 org.apache.hadoop.crypto
 
org.apache.hadoop.crypto.key - 程序包 org.apache.hadoop.crypto.key
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
org.apache.hadoop.crypto.key.kms - 程序包 org.apache.hadoop.crypto.key.kms
 
org.apache.hadoop.crypto.random - 程序包 org.apache.hadoop.crypto.random
 
org.apache.hadoop.fs - 程序包 org.apache.hadoop.fs
An abstract file system API.
org.apache.hadoop.fs.crypto - 程序包 org.apache.hadoop.fs.crypto
 
org.apache.hadoop.fs.ftp - 程序包 org.apache.hadoop.fs.ftp
 
org.apache.hadoop.fs.http - 程序包 org.apache.hadoop.fs.http
Filesystem implementations that allow Hadoop to read directly from HTTP / HTTPS endpoints.
org.apache.hadoop.fs.protocolPB - 程序包 org.apache.hadoop.fs.protocolPB
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
org.apache.hadoop.fs.sftp - 程序包 org.apache.hadoop.fs.sftp
SFTP FileSystem package.
org.apache.hadoop.fs.shell.find - 程序包 org.apache.hadoop.fs.shell.find
 
org.apache.hadoop.fs.viewfs - 程序包 org.apache.hadoop.fs.viewfs
 
org.apache.hadoop.ha - 程序包 org.apache.hadoop.ha
 
org.apache.hadoop.ha.proto - 程序包 org.apache.hadoop.ha.proto
 
org.apache.hadoop.ha.protocolPB - 程序包 org.apache.hadoop.ha.protocolPB
 
org.apache.hadoop.http.lib - 程序包 org.apache.hadoop.http.lib
This package provides user-selectable (via configuration) classes that add functionality to the web UI.
org.apache.hadoop.io - 程序包 org.apache.hadoop.io
Generic i/o code for use when reading and writing data to the network, to databases, and to files.
org.apache.hadoop.io.compress - 程序包 org.apache.hadoop.io.compress
 
org.apache.hadoop.io.erasurecode - 程序包 org.apache.hadoop.io.erasurecode
 
org.apache.hadoop.io.erasurecode.coder.util - 程序包 org.apache.hadoop.io.erasurecode.coder.util
 
org.apache.hadoop.io.erasurecode.grouper - 程序包 org.apache.hadoop.io.erasurecode.grouper
 
org.apache.hadoop.io.file.tfile - 程序包 org.apache.hadoop.io.file.tfile
 
org.apache.hadoop.io.serializer - 程序包 org.apache.hadoop.io.serializer
This package provides a mechanism for using different serialization frameworks in Hadoop.
org.apache.hadoop.io.serializer.avro - 程序包 org.apache.hadoop.io.serializer.avro
This package provides Avro serialization in Hadoop.
org.apache.hadoop.ipc.proto - 程序包 org.apache.hadoop.ipc.proto
 
org.apache.hadoop.ipc.protobuf - 程序包 org.apache.hadoop.ipc.protobuf
 
org.apache.hadoop.ipc.protocolPB - 程序包 org.apache.hadoop.ipc.protocolPB
 
org.apache.hadoop.log - 程序包 org.apache.hadoop.log
 
org.apache.hadoop.log.metrics - 程序包 org.apache.hadoop.log.metrics
 
org.apache.hadoop.metrics2 - 程序包 org.apache.hadoop.metrics2
Metrics 2.0
org.apache.hadoop.metrics2.annotation - 程序包 org.apache.hadoop.metrics2.annotation
Annotation interfaces for metrics instrumentation
org.apache.hadoop.metrics2.filter - 程序包 org.apache.hadoop.metrics2.filter
Builtin metrics filters (to be used in metrics config files)
org.apache.hadoop.metrics2.lib - 程序包 org.apache.hadoop.metrics2.lib
A collection of library classes for implementing metrics sources
org.apache.hadoop.metrics2.sink - 程序包 org.apache.hadoop.metrics2.sink
Builtin metrics sinks
org.apache.hadoop.metrics2.sink.ganglia - 程序包 org.apache.hadoop.metrics2.sink.ganglia
 
org.apache.hadoop.metrics2.source - 程序包 org.apache.hadoop.metrics2.source
 
org.apache.hadoop.metrics2.util - 程序包 org.apache.hadoop.metrics2.util
General helpers for implementing source and sinks
org.apache.hadoop.net - 程序包 org.apache.hadoop.net
Network-related classes.
org.apache.hadoop.net.unix - 程序包 org.apache.hadoop.net.unix
 
org.apache.hadoop.security - 程序包 org.apache.hadoop.security
 
org.apache.hadoop.security.alias - 程序包 org.apache.hadoop.security.alias
 
org.apache.hadoop.security.authorize - 程序包 org.apache.hadoop.security.authorize
 
org.apache.hadoop.security.http - 程序包 org.apache.hadoop.security.http
 
org.apache.hadoop.security.proto - 程序包 org.apache.hadoop.security.proto
 
org.apache.hadoop.security.protocolPB - 程序包 org.apache.hadoop.security.protocolPB
 
org.apache.hadoop.security.ssl - 程序包 org.apache.hadoop.security.ssl
 
org.apache.hadoop.security.token - 程序包 org.apache.hadoop.security.token
 
org.apache.hadoop.security.token.delegation.web - 程序包 org.apache.hadoop.security.token.delegation.web
 
org.apache.hadoop.service - 程序包 org.apache.hadoop.service
 
org.apache.hadoop.service.launcher - 程序包 org.apache.hadoop.service.launcher
This package contains classes, interfaces and exceptions to launch YARN services from the command line.
org.apache.hadoop.tools - 程序包 org.apache.hadoop.tools
 
org.apache.hadoop.tools.proto - 程序包 org.apache.hadoop.tools.proto
 
org.apache.hadoop.tools.protocolPB - 程序包 org.apache.hadoop.tools.protocolPB
 
org.apache.hadoop.tracing - 程序包 org.apache.hadoop.tracing
 
org.apache.hadoop.util - 程序包 org.apache.hadoop.util
Common utilities.
org.apache.hadoop.util.bloom - 程序包 org.apache.hadoop.util.bloom
 
org.apache.hadoop.util.curator - 程序包 org.apache.hadoop.util.curator
This package provides utilities to interact with Curator ZooKeeper.
org.apache.hadoop.util.hash - 程序包 org.apache.hadoop.util.hash
 
osType - 类 中的静态变量org.apache.hadoop.util.Shell
Get the type of the operating system, as determined from parsing the os.name property.
OTHER - 类 中的静态变量org.apache.hadoop.util.Shell
 
out - 类 中的变量org.apache.hadoop.io.compress.CompressionOutputStream
The output stream to be compressed.
overwrite(boolean) - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set to true to overwrite the existing file.
owner - 类 中的变量org.apache.hadoop.fs.FsShellPermissions.Chown
 
owner(String) - 类 中的方法org.apache.hadoop.fs.permission.AclStatus.Builder
Sets the file owner.
OWNER_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.fs.FSProtos.FileStatusProto
 

P

Pair(int, int) - 类 的构造器org.apache.hadoop.io.retry.RetryPolicies.MultipleLinearRandomRetry.Pair
 
parent() - 类 中的方法org.apache.hadoop.metrics2.MetricsJsonBuilder
 
parent() - 类 中的方法org.apache.hadoop.metrics2.MetricsRecordBuilder
 
parent() - 类 中的方法org.apache.hadoop.metrics2.MetricStringBuilder
 
PARENTID_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
ParentNotDirectoryException - org.apache.hadoop.fs中的异常错误
Indicates that the parent of specified Path is not a directory as expected.
ParentNotDirectoryException() - 异常错误 的构造器org.apache.hadoop.fs.ParentNotDirectoryException
 
ParentNotDirectoryException(String) - 异常错误 的构造器org.apache.hadoop.fs.ParentNotDirectoryException
 
parse(String) - 类 中的静态方法org.apache.hadoop.conf.StorageSize
 
parse(String[], int) - 类 中的方法org.apache.hadoop.fs.shell.CommandFormat
Parse parameters starting from the given position Consider using the variant that directly takes a List
parse(List<String>) - 类 中的方法org.apache.hadoop.fs.shell.CommandFormat
Parse parameters from the given list of args.
parse(String) - 类 中的静态方法org.apache.hadoop.log.Log4Json
For use in tests
parse(String, int) - 类 中的静态方法org.apache.hadoop.metrics2.util.Servers
Parses a space and/or comma separated sequence of server specifications of the form hostname or hostname:port.
parseAclEntry(String, boolean) - 类 中的静态方法org.apache.hadoop.fs.permission.AclEntry
Parses a string representation of an ACL into a AclEntry object.
parseAclSpec(String, boolean) - 类 中的静态方法org.apache.hadoop.fs.permission.AclEntry
Parses a string representation of an ACL spec into a list of AclEntry objects.
parseChangedProperties(Configuration, Configuration) - 类 中的方法org.apache.hadoop.conf.ReconfigurationUtil
 
parseCommandArgs(Configuration, List<String>) - 类 中的方法org.apache.hadoop.service.launcher.ServiceLauncher
Parse the command arguments, extracting the service class as the last element of the list (after extracting all the rest).
parseCommaSeparatedString(String) - 类 中的静态方法org.apache.hadoop.io.retry.RetryPolicies.MultipleLinearRandomRetry
Parse the given string as a MultipleLinearRandomRetry object.
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.fs.FSProtos.FileStatusProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.fs.FSProtos.FileStatusProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
parseDelimitedFrom(InputStream) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
parseExecResult(BufferedReader) - 类 中的方法org.apache.hadoop.util.Shell
Parse the execution result
parseExecResult(BufferedReader) - 类 中的方法org.apache.hadoop.util.Shell.ShellCommandExecutor
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.fs.FSProtos.FileStatusProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.fs.FSProtos.FileStatusProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.fs.FSProtos.FileStatusProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.fs.FSProtos.FileStatusProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.fs.FSProtos.FileStatusProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.fs.FSProtos.FileStatusProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.fs.FSProtos.FileStatusProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.fs.FSProtos.FileStatusProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
parseFrom(ByteString) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
parseFrom(byte[]) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
parseFrom(byte[], ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
parseFrom(InputStream) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
parseFrom(CodedInputStream) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
parseOwnerGroup(String) - 类 中的方法org.apache.hadoop.fs.FsShellPermissions.Chgrp
 
parseOwnerGroup(String) - 类 中的方法org.apache.hadoop.fs.FsShellPermissions.Chown
Parse the first argument into an owner and group
PARSER - 类 中的静态变量org.apache.hadoop.fs.FSProtos.FileStatusProto
 
PARSER - 类 中的静态变量org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
PARSER - 类 中的静态变量org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
 
PARSER - 类 中的静态变量org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
PARSER - 类 中的静态变量org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
 
PARSER - 类 中的静态变量org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
 
PARSER - 类 中的静态变量org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
 
PARSER - 类 中的静态变量org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
 
PARSER - 类 中的静态变量org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
 
PARSER - 类 中的静态变量org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
 
PARSER - 类 中的静态变量org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
 
PARSER - 类 中的静态变量org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
 
PARSER - 类 中的静态变量org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
 
PARSER - 类 中的静态变量org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
 
PARSER - 类 中的静态变量org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
 
PARSER - 类 中的静态变量org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
 
PARSER - 类 中的静态变量org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
 
PARSER - 类 中的静态变量org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
 
PARSER - 类 中的静态变量org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
 
PARSER - 类 中的静态变量org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
 
PARSER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
PARSER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
PARSER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
 
PARSER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
PARSER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
PARSER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
PARSER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
PARSER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
 
PARSER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
 
PARSER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
 
PARSER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
 
PARSER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
 
PARSER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
 
PARSER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
PARSER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
 
PARSER - 类 中的静态变量org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
 
PARSER - 类 中的静态变量org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
 
PARSER - 类 中的静态变量org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
 
PARSER - 类 中的静态变量org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
 
PARSER - 类 中的静态变量org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
 
PARSER - 类 中的静态变量org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
 
PARSER - 类 中的静态变量org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
 
PARSER - 类 中的静态变量org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
 
PARSER - 类 中的静态变量org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
 
PARSER - 类 中的静态变量org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
 
PARSER - 类 中的静态变量org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
 
PARSER - 类 中的静态变量org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
 
PARSER - 类 中的静态变量org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
 
PARSER - 类 中的静态变量org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
 
PARSER - 类 中的静态变量org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
PARSER - 类 中的静态变量org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
 
PARSER - 类 中的静态变量org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
 
PARSER - 类 中的静态变量org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
 
PARSER - 类 中的静态变量org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
 
PARSER - 类 中的静态变量org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
 
PARSER - 类 中的静态变量org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
 
PARSER - 类 中的静态变量org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
 
PARSER - 类 中的静态变量org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
 
PARSER - 类 中的静态变量org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
 
PARSER - 类 中的静态变量org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
 
parseStorageType(int) - 枚举 中的静态方法org.apache.hadoop.fs.StorageType
 
parseStorageType(String) - 枚举 中的静态方法org.apache.hadoop.fs.StorageType
 
parseVersion(String) - 类 中的方法org.apache.hadoop.util.ComparableVersion
 
PASS - 类 中的静态变量org.apache.hadoop.fs.shell.find.Result
Result indicating Expression processing should continue.
PASSWORD_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.security.proto.SecurityProtos.TokenProto
 
PasswordReader() - 类 的构造器org.apache.hadoop.security.alias.CredentialShell.PasswordReader
 
path() - 类 中的静态方法org.apache.hadoop.fs.Options.HandleOpt
Handle is valid iff the referent is unmoved in the namespace.
Path - org.apache.hadoop.fs中的类
Names a file or directory in a FileSystem.
Path(String, String) - 类 的构造器org.apache.hadoop.fs.Path
Create a new Path based on the child path resolved against the parent path.
Path(Path, String) - 类 的构造器org.apache.hadoop.fs.Path
Create a new Path based on the child path resolved against the parent path.
Path(String, Path) - 类 的构造器org.apache.hadoop.fs.Path
Create a new Path based on the child path resolved against the parent path.
Path(Path, Path) - 类 的构造器org.apache.hadoop.fs.Path
Create a new Path based on the child path resolved against the parent path.
Path(String) - 类 的构造器org.apache.hadoop.fs.Path
Construct a path from a String.
Path(URI) - 类 的构造器org.apache.hadoop.fs.Path
Construct a path from a URI
Path(String, String, String) - 类 的构造器org.apache.hadoop.fs.Path
Construct a Path from components.
PATH_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.fs.FSProtos.FileStatusProto
 
PathAccessDeniedException - org.apache.hadoop.fs中的异常错误
EACCES
PathAccessDeniedException(String) - 异常错误 的构造器org.apache.hadoop.fs.PathAccessDeniedException
 
PathAccessDeniedException(String, Throwable) - 异常错误 的构造器org.apache.hadoop.fs.PathAccessDeniedException
 
PathAccessDeniedException(String, String, Throwable) - 异常错误 的构造器org.apache.hadoop.fs.PathAccessDeniedException
 
PathData.FileTypeRequirement - org.apache.hadoop.fs.shell中的枚举
 
PathData.PathType - org.apache.hadoop.fs.shell中的枚举
 
PathExistsException - org.apache.hadoop.fs中的异常错误
Exception corresponding to File Exists - EEXISTS
PathExistsException(String) - 异常错误 的构造器org.apache.hadoop.fs.PathExistsException
 
PathExistsException(String, String) - 异常错误 的构造器org.apache.hadoop.fs.PathExistsException
 
PathFilter - org.apache.hadoop.fs中的接口
 
PathHandle - org.apache.hadoop.fs中的接口
Opaque, serializable reference to an entity in the FileSystem.
PathIOException - org.apache.hadoop.fs中的异常错误
Exceptions based on standard posix/linux style exceptions for path related errors.
PathIOException(String) - 异常错误 的构造器org.apache.hadoop.fs.PathIOException
Constructor a generic I/O error exception
PathIOException(String, Throwable) - 异常错误 的构造器org.apache.hadoop.fs.PathIOException
Appends the text of a Throwable to the default error message
PathIOException(String, String) - 异常错误 的构造器org.apache.hadoop.fs.PathIOException
Avoid using this method.
PathIOException(String, String, Throwable) - 异常错误 的构造器org.apache.hadoop.fs.PathIOException
 
PathIsDirectoryException - org.apache.hadoop.fs中的异常错误
EISDIR
PathIsDirectoryException(String) - 异常错误 的构造器org.apache.hadoop.fs.PathIsDirectoryException
 
PathIsNotDirectoryException - org.apache.hadoop.fs中的异常错误
ENOTDIR
PathIsNotDirectoryException(String) - 异常错误 的构造器org.apache.hadoop.fs.PathIsNotDirectoryException
 
PathIsNotEmptyDirectoryException - org.apache.hadoop.fs中的异常错误
Generated by rm commands
PathIsNotEmptyDirectoryException(String) - 异常错误 的构造器org.apache.hadoop.fs.PathIsNotEmptyDirectoryException
 
PathNotFoundException - org.apache.hadoop.fs中的异常错误
Exception corresponding to path not found: ENOENT/ENOFILE
PathNotFoundException(String) - 异常错误 的构造器org.apache.hadoop.fs.PathNotFoundException
 
PathNotFoundException(String, Throwable) - 异常错误 的构造器org.apache.hadoop.fs.PathNotFoundException
 
PathNotFoundException(String, String) - 异常错误 的构造器org.apache.hadoop.fs.PathNotFoundException
 
PathNotFoundException(String, String, Throwable) - 异常错误 的构造器org.apache.hadoop.fs.PathNotFoundException
 
PathOperationException - org.apache.hadoop.fs中的异常错误
ENOTSUP
PathOperationException(String) - 异常错误 的构造器org.apache.hadoop.fs.PathOperationException
 
PathOption(Path) - 类 的构造器org.apache.hadoop.util.Options.PathOption
 
PathPermissionException - org.apache.hadoop.fs中的异常错误
Exception corresponding to Operation Not Permitted - EPERM
PathPermissionException(String) - 异常错误 的构造器org.apache.hadoop.fs.PathPermissionException
 
PathPermissionException(String, Throwable) - 异常错误 的构造器org.apache.hadoop.fs.PathPermissionException
 
PathPermissionException(String, String) - 异常错误 的构造器org.apache.hadoop.fs.PathPermissionException
 
PathPermissionException(String, String, Throwable) - 异常错误 的构造器org.apache.hadoop.fs.PathPermissionException
 
pathToFile(Path) - 类 中的方法org.apache.hadoop.fs.LocalFileSystem
Convert a path to a File.
pathToFile(Path) - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
Convert a path to a File.
PBHelper - org.apache.hadoop.fs.protocolPB中的类
Utility methods aiding conversion of fs data structures.
peek() - 类 中的方法org.apache.hadoop.ipc.CallQueueManager
 
peek() - 类 中的方法org.apache.hadoop.ipc.FairCallQueue
Peek, like poll, provides no strict consistency.
PerformanceAdvisory - org.apache.hadoop.util中的类
 
PerformanceAdvisory() - 类 的构造器org.apache.hadoop.util.PerformanceAdvisory
 
performFailover(T) - 类 中的方法org.apache.hadoop.io.retry.DefaultFailoverProxyProvider
 
performFailover(T) - 接口 中的方法org.apache.hadoop.io.retry.FailoverProxyProvider
Called whenever the associated RetryPolicy determines that an error warrants failing over.
PERM_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.fs.FSProtos.FsPermissionProto
 
permission(FsPermission) - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set permission for the file.
PERMISSION_555 - 接口 中的静态变量org.apache.hadoop.fs.viewfs.Constants
 
PERMISSION_DENIED - 类 中的静态变量org.apache.hadoop.fs.FSExceptionMessages
 
PERMISSION_DENIED_BY_STICKY_BIT - 类 中的静态变量org.apache.hadoop.fs.FSExceptionMessages
 
PERMISSION_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.fs.FSProtos.FileStatusProto
 
perms(FsPermission) - 类 中的静态方法org.apache.hadoop.fs.Options.CreateOpts
 
Perms(FsPermission) - 类 的构造器org.apache.hadoop.fs.Options.CreateOpts.Perms
 
poll() - 类 中的方法org.apache.hadoop.ipc.CallQueueManager
 
poll(long, TimeUnit) - 类 中的方法org.apache.hadoop.ipc.CallQueueManager
 
poll(long, TimeUnit) - 类 中的方法org.apache.hadoop.ipc.FairCallQueue
 
poll() - 类 中的方法org.apache.hadoop.ipc.FairCallQueue
poll() provides no strict consistency: it is possible for poll to return null even though an element is in the queue.
PositionedReadable - org.apache.hadoop.fs中的接口
Stream that permits positional reading.
POSIX() - 类 的构造器org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
POSIX_FADV_DONTNEED - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
POSIX_FADV_NOREUSE - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
POSIX_FADV_NORMAL - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
POSIX_FADV_RANDOM - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
POSIX_FADV_SEQUENTIAL - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
POSIX_FADV_WILLNEED - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX
 
posixFadviseIfPossible(String, FileDescriptor, long, long, int) - 类 中的方法org.apache.hadoop.io.nativeio.NativeIO.POSIX.CacheManipulator
 
postStart() - 类 中的方法org.apache.hadoop.metrics2.MetricsSystem.AbstractCallback
 
postStart() - 接口 中的方法org.apache.hadoop.metrics2.MetricsSystem.Callback
Called after start()
postStop() - 类 中的方法org.apache.hadoop.metrics2.MetricsSystem.AbstractCallback
 
postStop() - 接口 中的方法org.apache.hadoop.metrics2.MetricsSystem.Callback
Called after stop()
PowerShellFencer - org.apache.hadoop.ha中的类
Fencer method that uses PowerShell to remotely connect to a machine and kill the required process.
PowerShellFencer() - 类 的构造器org.apache.hadoop.ha.PowerShellFencer
 
pp - 类 中的变量org.apache.hadoop.fs.FsShellPermissions.Chmod
 
PPC_64 - 类 中的静态变量org.apache.hadoop.util.Shell
 
PREFIX - 类 中的静态变量org.apache.hadoop.security.HttpCrossOriginFilterInitializer
 
prepare() - 类 中的方法org.apache.hadoop.fs.shell.find.BaseExpression
 
prepare() - 接口 中的方法org.apache.hadoop.fs.shell.find.Expression
Prepares the expression for execution, called once after setting options and before processing any options.
prepare() - 类 中的方法org.apache.hadoop.fs.shell.find.FilterExpression
 
prepareAppendKey(int) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Writer
Obtain an output stream for writing a key into TFile.
prepareAppendValue(int) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Writer
Obtain an output stream for writing a value into TFile.
prepareDecodingStep(ECBlockGroup) - 类 中的方法org.apache.hadoop.io.erasurecode.coder.DummyErasureDecoder
 
prepareEncodingStep(ECBlockGroup) - 类 中的方法org.apache.hadoop.io.erasurecode.coder.DummyErasureEncoder
 
prepareMetaBlock(String, String) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Writer
Obtain an output stream for creating a meta block.
prepareMetaBlock(String) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Writer
Obtain an output stream for creating a meta block.
prependOptions(T[], T...) - 类 中的静态方法org.apache.hadoop.util.Options
Prepend some new options to the old options
preserveInput(boolean) - 类 中的方法org.apache.hadoop.io.SequenceFile.Sorter.SegmentDescriptor
Whether to delete the files when no longer needed
preStart() - 类 中的方法org.apache.hadoop.metrics2.MetricsSystem.AbstractCallback
 
preStart() - 接口 中的方法org.apache.hadoop.metrics2.MetricsSystem.Callback
Called before start()
preStop() - 类 中的方法org.apache.hadoop.metrics2.MetricsSystem.AbstractCallback
 
preStop() - 接口 中的方法org.apache.hadoop.metrics2.MetricsSystem.Callback
Called before stop()
previousSnapshot - 类 中的变量org.apache.hadoop.metrics2.lib.MutableQuantiles
 
primitiveCreate(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable, Options.ChecksumOpt) - 类 中的方法org.apache.hadoop.fs.FileSystem
已过时。
primitiveCreate(Path, FsPermission, EnumSet<CreateFlag>, int, short, long, Progressable, Options.ChecksumOpt) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
primitiveMkdir(Path, FsPermission) - 类 中的方法org.apache.hadoop.fs.FileSystem
已过时。
primitiveMkdir(Path, FsPermission, boolean) - 类 中的方法org.apache.hadoop.fs.FileSystem
已过时。
primitiveMkdir(Path, FsPermission) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
printCredentials(Credentials, Text, PrintStream) - 类 中的静态方法org.apache.hadoop.security.token.DtFileOperations
Print out a Credentials object.
printDefaultRealm() - 类 中的方法org.apache.hadoop.security.KDiag
Get the default realm.
printGenericCommandUsage(PrintStream) - 类 中的静态方法org.apache.hadoop.util.ToolRunner
Prints generic command-line argurments and usage information.
printShellUsage() - 类 中的方法org.apache.hadoop.tools.CommandShell
 
printStackTrace() - 异常错误 中的方法org.apache.hadoop.security.authorize.AuthorizationException
 
printStackTrace(PrintStream) - 异常错误 中的方法org.apache.hadoop.security.authorize.AuthorizationException
 
printStackTrace(PrintWriter) - 异常错误 中的方法org.apache.hadoop.security.authorize.AuthorizationException
 
printStatistics() - 类 中的静态方法org.apache.hadoop.fs.AbstractFileSystem
Prints statistics for all file systems.
printStatistics() - 类 中的静态方法org.apache.hadoop.fs.FileContext
Prints the statistics to standard output.
printStatistics() - 类 中的静态方法org.apache.hadoop.fs.FileSystem
Print all statistics for all file systems to System.out
printThreadInfo(PrintStream, String) - 类 中的静态方法org.apache.hadoop.util.ReflectionUtils
Print all of the thread's information and stack traces.
printTokenFile(File, Text, Configuration, PrintStream) - 类 中的静态方法org.apache.hadoop.security.token.DtFileOperations
Print out a Credentials file from the local filesystem.
privateClone(Text) - 类 中的方法org.apache.hadoop.security.token.Token
Create a private clone of a public token.
probablyHasKey(WritableComparable) - 类 中的方法org.apache.hadoop.io.BloomMapFile.Reader
Checks if this MapFile has the indicated key.
proceed() - 接口 中的方法org.apache.hadoop.security.http.RestCsrfPreventionFilter.HttpInteraction
Called by the filter after it decides that the request may proceed.
processChecksumOpt(Options.ChecksumOpt, Options.ChecksumOpt, int) - 类 中的静态方法org.apache.hadoop.fs.Options.ChecksumOpt
A helper method for processing user input and default value to create a combined checksum option.
processChecksumOpt(Options.ChecksumOpt, Options.ChecksumOpt) - 类 中的静态方法org.apache.hadoop.fs.Options.ChecksumOpt
A helper method for processing user input and default value to create a combined checksum option.
processDeleteOnExit() - 类 中的方法org.apache.hadoop.fs.FileSystem
Delete all paths that were marked as delete-on-exit.
processNonexistentPath(PathData) - 类 中的方法org.apache.hadoop.fs.shell.TouchCommands.Touch
 
processNonexistentPath(PathData) - 类 中的方法org.apache.hadoop.fs.shell.TouchCommands.Touchz
 
processOptions(LinkedList<String>) - 类 中的方法org.apache.hadoop.fs.FsShellPermissions.Chmod
 
processOptions(LinkedList<String>) - 类 中的方法org.apache.hadoop.fs.FsShellPermissions.Chown
 
processOptions(LinkedList<String>) - 类 中的方法org.apache.hadoop.fs.shell.TouchCommands.Touch
 
processOptions(LinkedList<String>) - 类 中的方法org.apache.hadoop.fs.shell.TouchCommands.Touchz
 
processPath(PathData) - 类 中的方法org.apache.hadoop.fs.FsShellPermissions.Chmod
 
processPath(PathData) - 类 中的方法org.apache.hadoop.fs.FsShellPermissions.Chown
 
processPath(PathData) - 类 中的方法org.apache.hadoop.fs.shell.TouchCommands.Touch
 
processPath(PathData) - 类 中的方法org.apache.hadoop.fs.shell.TouchCommands.Touchz
 
processRawArguments(LinkedList<String>) - 类 中的方法org.apache.hadoop.fs.FsShell.Help
 
processRawArguments(LinkedList<String>) - 类 中的方法org.apache.hadoop.fs.FsShell.Usage
 
progress(Progressable) - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
Set the facility of reporting progress.
Progress(Progressable) - 类 的构造器org.apache.hadoop.fs.Options.CreateOpts.Progress
 
progress() - 接口 中的方法org.apache.hadoop.util.Progressable
Report progress to the Hadoop framework.
progressable(Progressable) - 类 中的静态方法org.apache.hadoop.io.MapFile.Writer
 
progressable(Progressable) - 类 中的静态方法org.apache.hadoop.io.SequenceFile.Writer
 
Progressable - org.apache.hadoop.util中的接口
A facility for reporting progress.
ProgressableOption(Progressable) - 类 的构造器org.apache.hadoop.util.Options.ProgressableOption
 
promptForCredential() - 类 中的方法org.apache.hadoop.security.alias.CredentialShell
 
prop - 类 中的变量org.apache.hadoop.conf.ReconfigurationUtil.PropertyChange
 
PropertyChange(String, String, String) - 类 的构造器org.apache.hadoop.conf.ReconfigurationUtil.PropertyChange
 
ProtobufRpcEngine - org.apache.hadoop.ipc中的类
RPC Engine for for protobuf based RPCs.
ProtobufRpcEngine() - 类 的构造器org.apache.hadoop.ipc.ProtobufRpcEngine
 
ProtobufRpcEngine.Server - org.apache.hadoop.ipc中的类
 
ProtobufRpcEngineCallback - org.apache.hadoop.ipc中的接口
 
ProtobufRpcEngineProtos - org.apache.hadoop.ipc.protobuf中的类
 
ProtobufRpcEngineProtos.RequestHeaderProto - org.apache.hadoop.ipc.protobuf中的类
Protobuf type hadoop.common.RequestHeaderProto This message is the header for the Protobuf Rpc Engine when sending a RPC request from RPC client to the RPC server.
ProtobufRpcEngineProtos.RequestHeaderProto.Builder - org.apache.hadoop.ipc.protobuf中的类
Protobuf type hadoop.common.RequestHeaderProto This message is the header for the Protobuf Rpc Engine when sending a RPC request from RPC client to the RPC server.
ProtobufRpcEngineProtos.RequestHeaderProtoOrBuilder - org.apache.hadoop.ipc.protobuf中的接口
 
PROTOCOL_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
 
PROTOCOL_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
 
PROTOCOL_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
 
PROTOCOL_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
 
PROTOCOL_HTTP - 类 中的静态变量org.apache.hadoop.log.LogLevel
 
PROTOCOL_HTTPS - 类 中的静态变量org.apache.hadoop.log.LogLevel
 
ProtocolInfo - org.apache.hadoop.ipc中的注释类型
The protocol name that is used when a client and server connect.
ProtocolInfoProtos - org.apache.hadoop.ipc.protobuf中的类
 
ProtocolInfoProtos.GetProtocolSignatureRequestProto - org.apache.hadoop.ipc.protobuf中的类
Protobuf type hadoop.common.GetProtocolSignatureRequestProto Get protocol signature request.
ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder - org.apache.hadoop.ipc.protobuf中的类
Protobuf type hadoop.common.GetProtocolSignatureRequestProto Get protocol signature request.
ProtocolInfoProtos.GetProtocolSignatureRequestProtoOrBuilder - org.apache.hadoop.ipc.protobuf中的接口
 
ProtocolInfoProtos.GetProtocolSignatureResponseProto - org.apache.hadoop.ipc.protobuf中的类
Protobuf type hadoop.common.GetProtocolSignatureResponseProto Get protocol signature response.
ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder - org.apache.hadoop.ipc.protobuf中的类
Protobuf type hadoop.common.GetProtocolSignatureResponseProto Get protocol signature response.
ProtocolInfoProtos.GetProtocolSignatureResponseProtoOrBuilder - org.apache.hadoop.ipc.protobuf中的接口
 
ProtocolInfoProtos.GetProtocolVersionsRequestProto - org.apache.hadoop.ipc.protobuf中的类
Protobuf type hadoop.common.GetProtocolVersionsRequestProto Request to get protocol versions for all supported rpc kinds.
ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder - org.apache.hadoop.ipc.protobuf中的类
Protobuf type hadoop.common.GetProtocolVersionsRequestProto Request to get protocol versions for all supported rpc kinds.
ProtocolInfoProtos.GetProtocolVersionsRequestProtoOrBuilder - org.apache.hadoop.ipc.protobuf中的接口
 
ProtocolInfoProtos.GetProtocolVersionsResponseProto - org.apache.hadoop.ipc.protobuf中的类
Protobuf type hadoop.common.GetProtocolVersionsResponseProto Get protocol version response.
ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder - org.apache.hadoop.ipc.protobuf中的类
Protobuf type hadoop.common.GetProtocolVersionsResponseProto Get protocol version response.
ProtocolInfoProtos.GetProtocolVersionsResponseProtoOrBuilder - org.apache.hadoop.ipc.protobuf中的接口
 
ProtocolInfoProtos.ProtocolInfoService - org.apache.hadoop.ipc.protobuf中的类
Protobuf service hadoop.common.ProtocolInfoService Protocol to get information about protocols.
ProtocolInfoProtos.ProtocolInfoService.BlockingInterface - org.apache.hadoop.ipc.protobuf中的接口
 
ProtocolInfoProtos.ProtocolInfoService.Interface - org.apache.hadoop.ipc.protobuf中的接口
 
ProtocolInfoProtos.ProtocolInfoService.Stub - org.apache.hadoop.ipc.protobuf中的类
 
ProtocolInfoProtos.ProtocolSignatureProto - org.apache.hadoop.ipc.protobuf中的类
Protobuf type hadoop.common.ProtocolSignatureProto
ProtocolInfoProtos.ProtocolSignatureProto.Builder - org.apache.hadoop.ipc.protobuf中的类
Protobuf type hadoop.common.ProtocolSignatureProto
ProtocolInfoProtos.ProtocolSignatureProtoOrBuilder - org.apache.hadoop.ipc.protobuf中的接口
 
ProtocolInfoProtos.ProtocolVersionProto - org.apache.hadoop.ipc.protobuf中的类
Protobuf type hadoop.common.ProtocolVersionProto Protocol version with corresponding rpc kind.
ProtocolInfoProtos.ProtocolVersionProto.Builder - org.apache.hadoop.ipc.protobuf中的类
Protobuf type hadoop.common.ProtocolVersionProto Protocol version with corresponding rpc kind.
ProtocolInfoProtos.ProtocolVersionProtoOrBuilder - org.apache.hadoop.ipc.protobuf中的接口
 
ProtocolInfoService() - 类 的构造器org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService
 
ProtocolMetaInfoPB - org.apache.hadoop.ipc中的接口
Protocol to get versions and signatures for supported protocols from the server.
ProtocolMetaInfoServerSideTranslatorPB - org.apache.hadoop.ipc中的类
This class serves the requests for protocol versions and signatures by looking them up in the server registry.
ProtocolMetaInfoServerSideTranslatorPB(RPC.Server) - 类 的构造器org.apache.hadoop.ipc.ProtocolMetaInfoServerSideTranslatorPB
 
ProtocolProxy<T> - org.apache.hadoop.ipc中的类
a class wraps around a server's proxy, containing a list of its supported methods.
ProtocolProxy(Class<T>, T, boolean) - 类 的构造器org.apache.hadoop.ipc.ProtocolProxy
Constructor
ProtocolSignature - org.apache.hadoop.ipc中的类
 
ProtocolSignature() - 类 的构造器org.apache.hadoop.ipc.ProtocolSignature
default constructor
ProtocolSignature(long, int[]) - 类 的构造器org.apache.hadoop.ipc.ProtocolSignature
Constructor
PROTOCOLSIGNATURE_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
 
PROTOCOLVERSIONS_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
 
ProtoUtil - org.apache.hadoop.util中的类
 
ProtoUtil() - 类 的构造器org.apache.hadoop.util.ProtoUtil
 
provide() - 接口 中的方法org.apache.hadoop.fs.GlobalStorageStatistics.StorageStatisticsProvider
 
provide(T) - 类 中的方法org.apache.hadoop.util.Waitable
 
ProviderUtils - org.apache.hadoop.security中的类
Utility methods for both key and credential provider APIs.
proxy - 类 中的变量org.apache.hadoop.io.retry.FailoverProxyProvider.ProxyInfo
 
ProxyInfo(T, String) - 类 的构造器org.apache.hadoop.io.retry.FailoverProxyProvider.ProxyInfo
 
proxyInfo - 类 中的变量org.apache.hadoop.io.retry.FailoverProxyProvider.ProxyInfo
 
ProxyServers - org.apache.hadoop.security.authorize中的类
 
ProxyServers() - 类 的构造器org.apache.hadoop.security.authorize.ProxyServers
 
PseudoDelegationTokenAuthenticator - org.apache.hadoop.security.token.delegation.web中的类
The PseudoDelegationTokenAuthenticator provides support for Hadoop's pseudo authentication mechanism that accepts the user name specified as a query string parameter and support for Hadoop Delegation Token operations.
PseudoDelegationTokenAuthenticator() - 类 的构造器org.apache.hadoop.security.token.delegation.web.PseudoDelegationTokenAuthenticator
 
publishMetricsNow() - 类 中的方法org.apache.hadoop.metrics2.MetricsSystem
Requests an immediate publish of all metrics from sources to sinks.
PureJavaCrc32 - org.apache.hadoop.util中的类
A pure-java implementation of the CRC32 checksum that uses the same polynomial as the built-in native CRC32.
PureJavaCrc32() - 类 的构造器org.apache.hadoop.util.PureJavaCrc32
Create a new PureJavaCrc32 object.
PureJavaCrc32C - org.apache.hadoop.util中的类
A pure-java implementation of the CRC32 checksum that uses the CRC32-C polynomial, the same polynomial used by iSCSI and implemented on many Intel chipsets supporting SSE4.2.
PureJavaCrc32C() - 类 的构造器org.apache.hadoop.util.PureJavaCrc32C
Create a new PureJavaCrc32 object.
put(String, GlobalStorageStatistics.StorageStatisticsProvider) - 枚举 中的方法org.apache.hadoop.fs.GlobalStorageStatistics
Create or return the StorageStatistics object with the given name.
put(Writable, Writable) - 类 中的方法org.apache.hadoop.io.MapWritable
 
put(K, Writable) - 类 中的方法org.apache.hadoop.io.SortedMapWritable
 
put(E) - 类 中的方法org.apache.hadoop.ipc.CallQueueManager
Insert e into the backing queue or block until we can.
put(E) - 类 中的方法org.apache.hadoop.ipc.FairCallQueue
 
putAll(Map<? extends Writable, ? extends Writable>) - 类 中的方法org.apache.hadoop.io.MapWritable
 
putAll(Map<? extends K, ? extends Writable>) - 类 中的方法org.apache.hadoop.io.SortedMapWritable
 
putBlocker(String, String) - 类 中的方法org.apache.hadoop.service.AbstractService
Put a blocker to the blocker map -replacing any with the same name.
putBuffer(ByteBuffer) - 接口 中的方法org.apache.hadoop.io.ByteBufferPool
Release a buffer back to the pool.
putBuffer(ByteBuffer) - 类 中的方法org.apache.hadoop.io.ElasticByteBufferPool
 
putMetrics(MetricsRecord) - 接口 中的方法org.apache.hadoop.metrics2.MetricsSink
Put a metrics record in the sink
putMetrics(MetricsRecord) - 类 中的方法org.apache.hadoop.metrics2.sink.FileSink
 
putMetrics(MetricsRecord) - 类 中的方法org.apache.hadoop.metrics2.sink.ganglia.GangliaSink30
 
putMetrics(MetricsRecord) - 类 中的方法org.apache.hadoop.metrics2.sink.GraphiteSink
 
putMetrics(MetricsRecord) - 类 中的方法org.apache.hadoop.metrics2.sink.RollingFileSystemSink
 
putMetrics(MetricsRecord) - 类 中的方法org.apache.hadoop.metrics2.sink.StatsDSink
 

Q

QSORT_STACK_SIZE - 类 中的静态变量org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
This constant is accessible by subclasses for historical purposes.
QualifiedHostResolver() - 类 的构造器org.apache.hadoop.security.SecurityUtil.QualifiedHostResolver
 
QuantileEstimator - org.apache.hadoop.metrics2.util中的接口
 
quantiles - 类 中的静态变量org.apache.hadoop.metrics2.lib.MutableQuantiles
 
quarterDigest() - 类 中的方法org.apache.hadoop.io.MD5Hash
Return a 32-bit digest of the MD5.
queueCall(Server.Call) - 类 中的方法org.apache.hadoop.ipc.Server
 
quota(long) - 类 中的方法org.apache.hadoop.fs.ContentSummary.Builder
 
quota(long) - 类 中的方法org.apache.hadoop.fs.QuotaUsage.Builder
 
QUOTA_HEADER - 类 中的静态变量org.apache.hadoop.fs.QuotaUsage
 
QUOTA_HEADER_FIELDS - 类 中的静态变量org.apache.hadoop.fs.QuotaUsage
 
QUOTA_STRING_FORMAT - 类 中的静态变量org.apache.hadoop.fs.QuotaUsage
Output format: <----12----> <----15----> <----15----> <----15----> <-------18-------> QUOTA REMAINING_QUATA SPACE_QUOTA SPACE_QUOTA_REM FILE_NAME
QuotaUsage - org.apache.hadoop.fs中的类
Store the quota usage of a directory.
QuotaUsage() - 类 的构造器org.apache.hadoop.fs.QuotaUsage
 
QuotaUsage(QuotaUsage.Builder) - 类 的构造器org.apache.hadoop.fs.QuotaUsage
Build the instance based on the builder.
QuotaUsage.Builder - org.apache.hadoop.fs中的类
Builder class for QuotaUsage.
quoteHtmlChars(OutputStream, byte[], int, int) - 类 中的静态方法org.apache.hadoop.http.HtmlQuoting
Quote all of the active HTML characters in the given string as they are added to the buffer.
quoteHtmlChars(String) - 类 中的静态方法org.apache.hadoop.http.HtmlQuoting
Quote the given item to make it html-safe.
quoteOutputStream(OutputStream) - 类 中的静态方法org.apache.hadoop.http.HtmlQuoting
Return an output stream that quotes all of the output.
QuotingInputFilter() - 类 的构造器org.apache.hadoop.http.HttpServer2.QuotingInputFilter
 

R

RANDOM - 接口 中的静态变量org.apache.hadoop.util.bloom.RemoveScheme
Random selection.
RATIO - 接口 中的静态变量org.apache.hadoop.util.bloom.RemoveScheme
Ratio Selection.
RawComparable - org.apache.hadoop.io.file.tfile中的接口
Interface for objects that can be compared through RawComparator.
RawComparator<T> - org.apache.hadoop.io中的接口
A Comparator that operates directly on byte representations of objects.
RawLocalFileSystem - org.apache.hadoop.fs中的类
Implement the FileSystem API for the raw local filesystem.
RawLocalFileSystem() - 类 的构造器org.apache.hadoop.fs.RawLocalFileSystem
 
rawMapping - 类 中的变量org.apache.hadoop.net.CachedDNSToSwitchMapping
The uncached mapping
RawScriptBasedMapping() - 类 的构造器org.apache.hadoop.net.ScriptBasedMapping.RawScriptBasedMapping
Constructor.
read(byte[], int, int) - 类 中的方法org.apache.hadoop.fs.AvroFSInput
 
read(ByteBuffer) - 接口 中的方法org.apache.hadoop.fs.ByteBufferReadable
Reads up to buf.remaining() bytes into buf.
read(long, byte[], int, int) - 类 中的方法org.apache.hadoop.fs.FSDataInputStream
Read bytes from the given position in the stream to the given buffer.
read(ByteBuffer) - 类 中的方法org.apache.hadoop.fs.FSDataInputStream
 
read(ByteBufferPool, int, EnumSet<ReadOption>) - 类 中的方法org.apache.hadoop.fs.FSDataInputStream
 
read(ByteBufferPool, int) - 类 中的方法org.apache.hadoop.fs.FSDataInputStream
 
read(long, byte[], int, int) - 类 中的方法org.apache.hadoop.fs.FSInputStream
 
read(DataInput) - 类 中的静态方法org.apache.hadoop.fs.permission.FsPermission
Create and initialize a FsPermission from DataInput.
read(long, byte[], int, int) - 接口 中的方法org.apache.hadoop.fs.PositionedReadable
Read up to the specified number of bytes, from a given position within a file, and return the number of bytes read.
read() - 类 中的方法org.apache.hadoop.io.compress.bzip2.CBZip2InputStream
 
read(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.bzip2.CBZip2InputStream
In CONTINOUS reading mode, this read method starts from the start of the compressed stream and end at the end of file by emitting un-compressed data.
read(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.CompressionInputStream
Read bytes from the stream.
read() - 类 中的方法org.apache.hadoop.io.compress.DecompressorStream
 
read(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.DecompressorStream
 
read() - 类 中的方法org.apache.hadoop.io.file.tfile.BoundedRangeFileInputStream
 
read(byte[]) - 类 中的方法org.apache.hadoop.io.file.tfile.BoundedRangeFileInputStream
 
read(byte[], int, int) - 类 中的方法org.apache.hadoop.io.file.tfile.BoundedRangeFileInputStream
 
read(DataInput) - 类 中的静态方法org.apache.hadoop.io.MD5Hash
Constructs, reads and returns an instance.
read(DataInput) - 枚举 中的静态方法org.apache.hadoop.security.SaslRpcServer.AuthMethod
Read from in
read() - 类 中的方法org.apache.hadoop.util.LimitInputStream
 
read(byte[], int, int) - 类 中的方法org.apache.hadoop.util.LimitInputStream
 
READ_LINK_COMMAND - 类 中的静态变量org.apache.hadoop.util.Shell
a Unix command to get a link target: "readlink".
READAHEAD - 接口 中的静态变量org.apache.hadoop.fs.StreamCapabilities
Stream setReadahead capability implemented by CanSetReadahead.setReadahead(Long).
ReadaheadPool.ReadaheadRequest - org.apache.hadoop.io中的接口
An outstanding readahead request that has been submitted to the pool.
readAndProcess() - 类 中的方法org.apache.hadoop.ipc.Server.Connection
This method reads in a non-blocking fashion from the channel: this method is called repeatedly when data is present in the channel; when it has enough data to process one rpc it processes that rpc.
readCompressedByteArray(DataInput) - 类 中的静态方法org.apache.hadoop.io.WritableUtils
 
readCompressedString(DataInput) - 类 中的静态方法org.apache.hadoop.io.WritableUtils
 
readCompressedStringArray(DataInput) - 类 中的静态方法org.apache.hadoop.io.WritableUtils
 
readDouble(byte[], int) - 类 中的静态方法org.apache.hadoop.io.WritableComparator
Parse a double from a byte array.
readEnum(DataInput, Class<T>) - 类 中的静态方法org.apache.hadoop.io.WritableUtils
Read an Enum value from DataInput, Enums are read and written using String values.
Reader(FileSystem, String, Configuration) - 类 的构造器org.apache.hadoop.io.ArrayFile.Reader
Construct an array reader for the named file.
Reader(Path, Configuration, SequenceFile.Reader.Option...) - 类 的构造器org.apache.hadoop.io.BloomMapFile.Reader
 
Reader(FileSystem, String, Configuration) - 类 的构造器org.apache.hadoop.io.BloomMapFile.Reader
已过时。
Reader(FileSystem, String, WritableComparator, Configuration, boolean) - 类 的构造器org.apache.hadoop.io.BloomMapFile.Reader
已过时。
Reader(FileSystem, String, WritableComparator, Configuration) - 类 的构造器org.apache.hadoop.io.BloomMapFile.Reader
已过时。
Reader(FSDataInputStream, long, Configuration) - 类 的构造器org.apache.hadoop.io.file.tfile.TFile.Reader
Constructor
Reader(Path, Configuration, SequenceFile.Reader.Option...) - 类 的构造器org.apache.hadoop.io.MapFile.Reader
 
Reader(FileSystem, String, Configuration) - 类 的构造器org.apache.hadoop.io.MapFile.Reader
已过时。 
Reader(FileSystem, String, WritableComparator, Configuration) - 类 的构造器org.apache.hadoop.io.MapFile.Reader
已过时。 
Reader(Configuration, SequenceFile.Reader.Option...) - 类 的构造器org.apache.hadoop.io.SequenceFile.Reader
 
Reader(FileSystem, Path, Configuration) - 类 的构造器org.apache.hadoop.io.SequenceFile.Reader
已过时。
Use Reader(Configuration, Option...) instead.
Reader(FSDataInputStream, int, long, long, Configuration) - 类 的构造器org.apache.hadoop.io.SequenceFile.Reader
已过时。
Use Reader(Configuration, Reader.Option...) instead.
Reader(FileSystem, String, Configuration) - 类 的构造器org.apache.hadoop.io.SetFile.Reader
Construct a set reader for the named set.
Reader(FileSystem, String, WritableComparator, Configuration) - 类 的构造器org.apache.hadoop.io.SetFile.Reader
Construct a set reader for the named set using the named comparator.
readFields(DataInput) - 类 中的方法org.apache.hadoop.conf.Configuration
 
readFields(DataInput) - 类 中的方法org.apache.hadoop.fs.FileStatus
已过时。
Use the PBHelper and protobuf serialization directly.
readFields(DataInput) - 类 中的方法org.apache.hadoop.fs.FsStatus
 
readFields(DataInput) - 类 中的方法org.apache.hadoop.fs.permission.FsPermission
已过时。
readFields(DataInput) - 类 中的方法org.apache.hadoop.fs.store.EtagChecksum
 
readFields(DataInput) - 类 中的方法org.apache.hadoop.io.AbstractMapWritable
 
readFields(DataInput) - 类 中的方法org.apache.hadoop.io.ArrayPrimitiveWritable
 
readFields(DataInput) - 类 中的方法org.apache.hadoop.io.ArrayWritable
 
readFields(DataInput) - 类 中的方法org.apache.hadoop.io.BooleanWritable
 
readFields(DataInput) - 类 中的方法org.apache.hadoop.io.BytesWritable
 
readFields(DataInput) - 类 中的方法org.apache.hadoop.io.ByteWritable
 
readFields(DataInput) - 类 中的方法org.apache.hadoop.io.CompressedWritable
 
readFields(DataInput) - 类 中的方法org.apache.hadoop.io.DoubleWritable
 
readFields(DataInput) - 类 中的方法org.apache.hadoop.io.EnumSetWritable
 
readFields(DataInput) - 类 中的方法org.apache.hadoop.io.FloatWritable
 
readFields(DataInput) - 类 中的方法org.apache.hadoop.io.GenericWritable
 
readFields(DataInput) - 类 中的方法org.apache.hadoop.io.IntWritable
 
readFields(DataInput) - 类 中的方法org.apache.hadoop.io.LongWritable
 
readFields(DataInput) - 类 中的方法org.apache.hadoop.io.MapWritable
 
readFields(DataInput) - 类 中的方法org.apache.hadoop.io.MD5Hash
 
readFields(DataInput) - 类 中的方法org.apache.hadoop.io.NullWritable
 
readFields(DataInput) - 类 中的方法org.apache.hadoop.io.ObjectWritable
 
readFields(DataInput) - 类 中的方法org.apache.hadoop.io.SequenceFile.Metadata
 
readFields(DataInput) - 类 中的方法org.apache.hadoop.io.ShortWritable
read the short value
readFields(DataInput) - 类 中的方法org.apache.hadoop.io.SortedMapWritable
 
readFields(DataInput) - 类 中的方法org.apache.hadoop.io.Text
deserialize
readFields(DataInput, int) - 类 中的方法org.apache.hadoop.io.Text
 
readFields(DataInput) - 类 中的方法org.apache.hadoop.io.TwoDArrayWritable
 
readFields(DataInput) - 类 中的方法org.apache.hadoop.io.VersionedWritable
 
readFields(DataInput) - 类 中的方法org.apache.hadoop.io.VIntWritable
 
readFields(DataInput) - 类 中的方法org.apache.hadoop.io.VLongWritable
 
readFields(DataInput) - 接口 中的方法org.apache.hadoop.io.Writable
Deserialize the fields of this object from in.
readFields(DataInput) - 类 中的方法org.apache.hadoop.ipc.ProtocolSignature
 
readFields(DataInput) - 类 中的方法org.apache.hadoop.security.authorize.AccessControlList
Deserializes the AccessControlList object
readFields(DataInput) - 类 中的方法org.apache.hadoop.security.Credentials
Loads all the keys.
readFields(DataInput) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
 
readFields(DataInput) - 类 中的方法org.apache.hadoop.security.token.Token
 
readFields(DataInput) - 类 中的方法org.apache.hadoop.util.bloom.BloomFilter
 
readFields(DataInput) - 类 中的方法org.apache.hadoop.util.bloom.CountingBloomFilter
 
readFields(DataInput) - 类 中的方法org.apache.hadoop.util.bloom.DynamicBloomFilter
 
readFields(DataInput) - 类 中的方法org.apache.hadoop.util.bloom.RetouchedBloomFilter
 
readFieldsCompressed(DataInput) - 类 中的方法org.apache.hadoop.io.CompressedWritable
Subclasses implement this instead of CompressedWritable.readFields(DataInput).
readFloat(byte[], int) - 类 中的静态方法org.apache.hadoop.io.WritableComparator
Parse a float from a byte array.
readFully(long, byte[], int, int) - 类 中的方法org.apache.hadoop.fs.FSDataInputStream
Read bytes from the given position in the stream to the given buffer.
readFully(long, byte[]) - 类 中的方法org.apache.hadoop.fs.FSDataInputStream
readFully(long, byte[], int, int) - 类 中的方法org.apache.hadoop.fs.FSInputStream
 
readFully(long, byte[]) - 类 中的方法org.apache.hadoop.fs.FSInputStream
 
readFully(long, byte[], int, int) - 接口 中的方法org.apache.hadoop.fs.PositionedReadable
Read the specified number of bytes, from a given position within a file.
readFully(long, byte[]) - 接口 中的方法org.apache.hadoop.fs.PositionedReadable
Read number of bytes equal to the length of the buffer, from a given position within a file.
readFully(InputStream, byte[], int, int) - 类 中的静态方法org.apache.hadoop.io.IOUtils
Reads len bytes in a loop.
readFullyToByteArray(DataInput) - 类 中的静态方法org.apache.hadoop.io.IOUtils
Reads a DataInput until EOF and returns a byte array.
readInt(byte[], int) - 类 中的静态方法org.apache.hadoop.io.WritableComparator
Parse an integer from a byte array.
readLink(File) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
Returns the target of the given symlink.
readLong(byte[], int) - 类 中的静态方法org.apache.hadoop.io.WritableComparator
Parse a long from a byte array.
readObject(DataInput, Configuration) - 类 中的静态方法org.apache.hadoop.io.ObjectWritable
Read a Writable, String, primitive type, or an array of the preceding.
readObject(DataInput, ObjectWritable, Configuration) - 类 中的静态方法org.apache.hadoop.io.ObjectWritable
Read a Writable, String, primitive type, or an array of the preceding.
ReadOption - org.apache.hadoop.fs中的枚举
Options that can be used when reading from a FileSystem.
readPassword(String) - 类 中的方法org.apache.hadoop.security.alias.CredentialShell.PasswordReader
 
readRawVarint32(DataInput) - 类 中的静态方法org.apache.hadoop.util.ProtoUtil
Read a variable length integer in the same format that ProtoBufs encodes.
readString(DataInput) - 类 中的静态方法org.apache.hadoop.io.file.tfile.Utils
Read a String as a VInt n, followed by n Bytes in Text format.
readString(DataInput) - 类 中的静态方法org.apache.hadoop.io.Text
Read a UTF8 encoded string from in
readString(DataInput, int) - 类 中的静态方法org.apache.hadoop.io.Text
Read a UTF8 encoded string with a maximum size
readString(DataInput) - 类 中的静态方法org.apache.hadoop.io.WritableUtils
 
readStringArray(DataInput) - 类 中的静态方法org.apache.hadoop.io.WritableUtils
 
readStringSafely(DataInput, int) - 类 中的静态方法org.apache.hadoop.io.WritableUtils
Read a string, but check it for sanity.
readTokenStorageFile(Path, Configuration) - 类 中的静态方法org.apache.hadoop.security.Credentials
Convenience method for reading a token storage file and loading its Tokens.
readTokenStorageFile(File, Configuration) - 类 中的静态方法org.apache.hadoop.security.Credentials
Convenience method for reading a token storage file and loading its Tokens.
readTokenStorageStream(DataInputStream) - 类 中的方法org.apache.hadoop.security.Credentials
Convenience method for reading a token from a DataInputStream.
readUnsignedShort(byte[], int) - 类 中的静态方法org.apache.hadoop.io.WritableComparator
Parse an unsigned short from a byte array.
readVInt(DataInput) - 类 中的静态方法org.apache.hadoop.io.file.tfile.Utils
Decoding the variable-length integer.
readVInt(byte[], int) - 类 中的静态方法org.apache.hadoop.io.WritableComparator
Reads a zero-compressed encoded integer from a byte array and returns it.
readVInt(DataInput) - 类 中的静态方法org.apache.hadoop.io.WritableUtils
Reads a zero-compressed encoded integer from input stream and returns it.
readVIntInRange(DataInput, int, int) - 类 中的静态方法org.apache.hadoop.io.WritableUtils
Reads an integer from the input stream and returns it.
readVLong(DataInput) - 类 中的静态方法org.apache.hadoop.io.file.tfile.Utils
Decoding the variable-length integer.
readVLong(byte[], int) - 类 中的静态方法org.apache.hadoop.io.WritableComparator
Reads a zero-compressed encoded long from a byte array and returns it.
readVLong(DataInput) - 类 中的静态方法org.apache.hadoop.io.WritableUtils
Reads a zero-compressed encoded long from input stream and returns it.
readWithKnownLength(DataInput, int) - 类 中的方法org.apache.hadoop.io.Text
Read a Text object whose length is already known.
ReadWriteDiskValidator - org.apache.hadoop.util中的类
ReadWriteDiskValidator is the class to check a directory by to create a file, write some bytes into it, read back, and verify if they are identical.
ReadWriteDiskValidator() - 类 的构造器org.apache.hadoop.util.ReadWriteDiskValidator
 
READYTOBECOMEACTIVE_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
 
REALUSER_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
 
reason - 类 中的变量org.apache.hadoop.io.retry.RetryPolicy.RetryAction
 
reattachMetrics() - 类 中的静态方法org.apache.hadoop.security.UserGroupInformation
Reattach the class's metrics to a new metric system.
Reconfigurable - org.apache.hadoop.conf中的接口
Something whose Configuration can be changed at run time.
ReconfigurableBase - org.apache.hadoop.conf中的类
Utility base class for implementing the Reconfigurable interface.
ReconfigurableBase() - 类 的构造器org.apache.hadoop.conf.ReconfigurableBase
Construct a ReconfigurableBase.
ReconfigurableBase(Configuration) - 类 的构造器org.apache.hadoop.conf.ReconfigurableBase
Construct a ReconfigurableBase with the Configuration conf.
ReconfigurationException - org.apache.hadoop.conf中的异常错误
Exception indicating that configuration property cannot be changed at run time.
ReconfigurationException() - 异常错误 的构造器org.apache.hadoop.conf.ReconfigurationException
Create a new instance of ReconfigurationException.
ReconfigurationException(String, String, String, Throwable) - 异常错误 的构造器org.apache.hadoop.conf.ReconfigurationException
Create a new instance of ReconfigurationException.
ReconfigurationException(String, String, String) - 异常错误 的构造器org.apache.hadoop.conf.ReconfigurationException
Create a new instance of ReconfigurationException.
ReconfigurationServlet - org.apache.hadoop.conf中的类
A servlet for changing a node's configuration.
ReconfigurationServlet() - 类 的构造器org.apache.hadoop.conf.ReconfigurationServlet
 
ReconfigurationUtil - org.apache.hadoop.conf中的类
 
ReconfigurationUtil() - 类 的构造器org.apache.hadoop.conf.ReconfigurationUtil
 
ReconfigurationUtil.PropertyChange - org.apache.hadoop.conf中的类
 
reconfigureProperty(String, String) - 接口 中的方法org.apache.hadoop.conf.Reconfigurable
Change a configuration property on this object to the value specified.
reconfigureProperty(String, String) - 类 中的方法org.apache.hadoop.conf.ReconfigurableBase
Change a configuration property on this object to the value specified.
reconfigurePropertyImpl(String, String) - 类 中的方法org.apache.hadoop.conf.ReconfigurableBase
Change a configuration property.
record(double...) - 类 中的方法org.apache.hadoop.log.LogThrottlingHelper
Record some set of values at the current time into this helper.
record(String, long, double...) - 类 中的方法org.apache.hadoop.log.LogThrottlingHelper
Record some set of values at the specified time into this helper.
Record() - 类 的构造器org.apache.hadoop.metrics2.util.MetricsCache.Record
 
recursive() - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
Create the parent directory if they do not exist.
redact(String, String) - 类 中的方法org.apache.hadoop.conf.ConfigRedactor
Given a key / value pair, decides whether or not to redact and returns either the original value or text indicating it has been redacted.
reencryptEncryptedKey(KeyProviderCryptoExtension.EncryptedKeyVersion) - 接口 中的方法org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.CryptoExtension
Re-encrypts an encrypted key version, using its initialization vector and key material, but with the latest key version name of its key name in the key provider.
reencryptEncryptedKey(KeyProviderCryptoExtension.EncryptedKeyVersion) - 类 中的方法org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
reencryptEncryptedKeys(List<KeyProviderCryptoExtension.EncryptedKeyVersion>) - 接口 中的方法org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.CryptoExtension
Batched version of KeyProviderCryptoExtension.reencryptEncryptedKey(EncryptedKeyVersion).
reencryptEncryptedKeys(List<KeyProviderCryptoExtension.EncryptedKeyVersion>) - 类 中的方法org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
 
reference() - 类 中的静态方法org.apache.hadoop.fs.Options.HandleOpt
Handle is valid iff the referent exists in the namespace.
reference() - 类 中的方法org.apache.hadoop.util.CloseableReferenceCount
Increment the reference count.
ReflectionUtils - org.apache.hadoop.util中的类
General reflection utils
ReflectionUtils() - 类 的构造器org.apache.hadoop.util.ReflectionUtils
 
refresh(RpcController, GenericRefreshProtocolProtos.GenericRefreshRequestProto) - 接口 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService.BlockingInterface
 
refresh(RpcController, GenericRefreshProtocolProtos.GenericRefreshRequestProto, RpcCallback<GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto>) - 接口 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService.Interface
rpc refresh(.hadoop.common.GenericRefreshRequestProto) returns (.hadoop.common.GenericRefreshResponseCollectionProto);
refresh(RpcController, GenericRefreshProtocolProtos.GenericRefreshRequestProto, RpcCallback<GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto>) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService
rpc refresh(.hadoop.common.GenericRefreshRequestProto) returns (.hadoop.common.GenericRefreshResponseCollectionProto);
refresh(RpcController, GenericRefreshProtocolProtos.GenericRefreshRequestProto, RpcCallback<GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto>) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService.Stub
 
refresh(String, String[]) - 类 中的方法org.apache.hadoop.ipc.protocolPB.GenericRefreshProtocolClientSideTranslatorPB
 
refresh(RpcController, GenericRefreshProtocolProtos.GenericRefreshRequestProto) - 类 中的方法org.apache.hadoop.ipc.protocolPB.GenericRefreshProtocolServerSideTranslatorPB
 
refresh() - 类 中的静态方法org.apache.hadoop.security.authorize.ProxyServers
 
refresh(Configuration) - 类 中的静态方法org.apache.hadoop.security.authorize.ProxyServers
 
refresh() - 类 中的方法org.apache.hadoop.util.CacheableIPList
Refreshes the ip list
RefreshAuthorizationPolicyProtocolClientSideTranslatorPB - org.apache.hadoop.security.protocolPB中的类
 
RefreshAuthorizationPolicyProtocolClientSideTranslatorPB(RefreshAuthorizationPolicyProtocolPB) - 类 的构造器org.apache.hadoop.security.protocolPB.RefreshAuthorizationPolicyProtocolClientSideTranslatorPB
 
RefreshAuthorizationPolicyProtocolProtos - org.apache.hadoop.security.proto中的类
 
RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService - org.apache.hadoop.security.proto中的类
Protobuf service hadoop.common.RefreshAuthorizationPolicyProtocolService Protocol which is used to refresh the authorization policy in use currently.
RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.BlockingInterface - org.apache.hadoop.security.proto中的接口
 
RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Interface - org.apache.hadoop.security.proto中的接口
 
RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Stub - org.apache.hadoop.security.proto中的类
 
RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto - org.apache.hadoop.security.proto中的类
Protobuf type hadoop.common.RefreshServiceAclRequestProto Refresh service acl request.
RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto.Builder - org.apache.hadoop.security.proto中的类
Protobuf type hadoop.common.RefreshServiceAclRequestProto Refresh service acl request.
RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProtoOrBuilder - org.apache.hadoop.security.proto中的接口
 
RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto - org.apache.hadoop.security.proto中的类
Protobuf type hadoop.common.RefreshServiceAclResponseProto void response
RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto.Builder - org.apache.hadoop.security.proto中的类
Protobuf type hadoop.common.RefreshServiceAclResponseProto void response
RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProtoOrBuilder - org.apache.hadoop.security.proto中的接口
 
RefreshAuthorizationPolicyProtocolServerSideTranslatorPB - org.apache.hadoop.security.protocolPB中的类
 
RefreshAuthorizationPolicyProtocolServerSideTranslatorPB(RefreshAuthorizationPolicyProtocol) - 类 的构造器org.apache.hadoop.security.protocolPB.RefreshAuthorizationPolicyProtocolServerSideTranslatorPB
 
RefreshAuthorizationPolicyProtocolService() - 类 的构造器org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService
 
refreshCallQueue(RpcController, RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto) - 接口 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.BlockingInterface
 
refreshCallQueue(RpcController, RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto, RpcCallback<RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto>) - 接口 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Interface
rpc refreshCallQueue(.hadoop.common.RefreshCallQueueRequestProto) returns (.hadoop.common.RefreshCallQueueResponseProto); Refresh the callqueue.
refreshCallQueue(RpcController, RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto, RpcCallback<RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto>) - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService
rpc refreshCallQueue(.hadoop.common.RefreshCallQueueRequestProto) returns (.hadoop.common.RefreshCallQueueResponseProto); Refresh the callqueue.
refreshCallQueue(RpcController, RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto, RpcCallback<RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto>) - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Stub
 
refreshCallQueue() - 类 中的方法org.apache.hadoop.ipc.protocolPB.RefreshCallQueueProtocolClientSideTranslatorPB
 
refreshCallQueue(RpcController, RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto) - 类 中的方法org.apache.hadoop.ipc.protocolPB.RefreshCallQueueProtocolServerSideTranslatorPB
 
refreshCallQueue(Configuration) - 类 中的方法org.apache.hadoop.ipc.Server
 
RefreshCallQueueProtocolClientSideTranslatorPB - org.apache.hadoop.ipc.protocolPB中的类
 
RefreshCallQueueProtocolClientSideTranslatorPB(RefreshCallQueueProtocolPB) - 类 的构造器org.apache.hadoop.ipc.protocolPB.RefreshCallQueueProtocolClientSideTranslatorPB
 
RefreshCallQueueProtocolProtos - org.apache.hadoop.ipc.proto中的类
 
RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService - org.apache.hadoop.ipc.proto中的类
Protobuf service hadoop.common.RefreshCallQueueProtocolService Protocol which is used to refresh the callqueue.
RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.BlockingInterface - org.apache.hadoop.ipc.proto中的接口
 
RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Interface - org.apache.hadoop.ipc.proto中的接口
 
RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Stub - org.apache.hadoop.ipc.proto中的类
 
RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto - org.apache.hadoop.ipc.proto中的类
Protobuf type hadoop.common.RefreshCallQueueRequestProto Refresh callqueue request.
RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto.Builder - org.apache.hadoop.ipc.proto中的类
Protobuf type hadoop.common.RefreshCallQueueRequestProto Refresh callqueue request.
RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProtoOrBuilder - org.apache.hadoop.ipc.proto中的接口
 
RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto - org.apache.hadoop.ipc.proto中的类
Protobuf type hadoop.common.RefreshCallQueueResponseProto void response.
RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto.Builder - org.apache.hadoop.ipc.proto中的类
Protobuf type hadoop.common.RefreshCallQueueResponseProto void response.
RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProtoOrBuilder - org.apache.hadoop.ipc.proto中的接口
 
RefreshCallQueueProtocolServerSideTranslatorPB - org.apache.hadoop.ipc.protocolPB中的类
 
RefreshCallQueueProtocolServerSideTranslatorPB(RefreshCallQueueProtocol) - 类 的构造器org.apache.hadoop.ipc.protocolPB.RefreshCallQueueProtocolServerSideTranslatorPB
 
RefreshCallQueueProtocolService() - 类 的构造器org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService
 
RefreshHandler - org.apache.hadoop.ipc中的接口
Used to registry custom methods to refresh at runtime.
RefreshRegistry - org.apache.hadoop.ipc中的类
Used to registry custom methods to refresh at runtime.
RefreshRegistry() - 类 的构造器org.apache.hadoop.ipc.RefreshRegistry
 
RefreshResponse - org.apache.hadoop.ipc中的类
Return a response in the handler method for the user to see.
RefreshResponse(int, String) - 类 的构造器org.apache.hadoop.ipc.RefreshResponse
 
refreshServiceAcl(Configuration, PolicyProvider) - 类 中的方法org.apache.hadoop.ipc.Server
Refresh the service authorization ACL for the service handled by this server.
refreshServiceAcl(RpcController, RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto) - 接口 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.BlockingInterface
 
refreshServiceAcl(RpcController, RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto, RpcCallback<RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto>) - 接口 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Interface
rpc refreshServiceAcl(.hadoop.common.RefreshServiceAclRequestProto) returns (.hadoop.common.RefreshServiceAclResponseProto); Refresh the service-level authorization policy in-effect.
refreshServiceAcl(RpcController, RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto, RpcCallback<RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto>) - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService
rpc refreshServiceAcl(.hadoop.common.RefreshServiceAclRequestProto) returns (.hadoop.common.RefreshServiceAclResponseProto); Refresh the service-level authorization policy in-effect.
refreshServiceAcl(RpcController, RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto, RpcCallback<RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto>) - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshAuthorizationPolicyProtocolService.Stub
 
refreshServiceAcl() - 类 中的方法org.apache.hadoop.security.protocolPB.RefreshAuthorizationPolicyProtocolClientSideTranslatorPB
 
refreshServiceAcl(RpcController, RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto) - 类 中的方法org.apache.hadoop.security.protocolPB.RefreshAuthorizationPolicyProtocolServerSideTranslatorPB
 
refreshSuperUserGroupsConfiguration(RpcController, RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto) - 接口 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.BlockingInterface
 
refreshSuperUserGroupsConfiguration(RpcController, RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto, RpcCallback<RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto>) - 接口 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Interface
rpc refreshSuperUserGroupsConfiguration(.hadoop.common.RefreshSuperUserGroupsConfigurationRequestProto) returns (.hadoop.common.RefreshSuperUserGroupsConfigurationResponseProto); Refresh superuser proxy group list.
refreshSuperUserGroupsConfiguration(RpcController, RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto, RpcCallback<RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto>) - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService
rpc refreshSuperUserGroupsConfiguration(.hadoop.common.RefreshSuperUserGroupsConfigurationRequestProto) returns (.hadoop.common.RefreshSuperUserGroupsConfigurationResponseProto); Refresh superuser proxy group list.
refreshSuperUserGroupsConfiguration(RpcController, RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto, RpcCallback<RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto>) - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Stub
 
refreshSuperUserGroupsConfiguration() - 类 中的方法org.apache.hadoop.security.protocolPB.RefreshUserMappingsProtocolClientSideTranslatorPB
 
refreshSuperUserGroupsConfiguration(RpcController, RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto) - 类 中的方法org.apache.hadoop.security.protocolPB.RefreshUserMappingsProtocolServerSideTranslatorPB
 
RefreshUserMappingsProtocolClientSideTranslatorPB - org.apache.hadoop.security.protocolPB中的类
 
RefreshUserMappingsProtocolClientSideTranslatorPB(RefreshUserMappingsProtocolPB) - 类 的构造器org.apache.hadoop.security.protocolPB.RefreshUserMappingsProtocolClientSideTranslatorPB
 
RefreshUserMappingsProtocolProtos - org.apache.hadoop.security.proto中的类
 
RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto - org.apache.hadoop.security.proto中的类
Protobuf type hadoop.common.RefreshSuperUserGroupsConfigurationRequestProto Refresh superuser configuration request.
RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto.Builder - org.apache.hadoop.security.proto中的类
Protobuf type hadoop.common.RefreshSuperUserGroupsConfigurationRequestProto Refresh superuser configuration request.
RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProtoOrBuilder - org.apache.hadoop.security.proto中的接口
 
RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto - org.apache.hadoop.security.proto中的类
Protobuf type hadoop.common.RefreshSuperUserGroupsConfigurationResponseProto void response
RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto.Builder - org.apache.hadoop.security.proto中的类
Protobuf type hadoop.common.RefreshSuperUserGroupsConfigurationResponseProto void response
RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProtoOrBuilder - org.apache.hadoop.security.proto中的接口
 
RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService - org.apache.hadoop.security.proto中的类
Protobuf service hadoop.common.RefreshUserMappingsProtocolService Protocol to refresh the user mappings.
RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.BlockingInterface - org.apache.hadoop.security.proto中的接口
 
RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Interface - org.apache.hadoop.security.proto中的接口
 
RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Stub - org.apache.hadoop.security.proto中的类
 
RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto - org.apache.hadoop.security.proto中的类
Protobuf type hadoop.common.RefreshUserToGroupsMappingsRequestProto Refresh user to group mappings request.
RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto.Builder - org.apache.hadoop.security.proto中的类
Protobuf type hadoop.common.RefreshUserToGroupsMappingsRequestProto Refresh user to group mappings request.
RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProtoOrBuilder - org.apache.hadoop.security.proto中的接口
 
RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto - org.apache.hadoop.security.proto中的类
Protobuf type hadoop.common.RefreshUserToGroupsMappingsResponseProto void response
RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto.Builder - org.apache.hadoop.security.proto中的类
Protobuf type hadoop.common.RefreshUserToGroupsMappingsResponseProto void response
RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProtoOrBuilder - org.apache.hadoop.security.proto中的接口
 
RefreshUserMappingsProtocolServerSideTranslatorPB - org.apache.hadoop.security.protocolPB中的类
 
RefreshUserMappingsProtocolServerSideTranslatorPB(RefreshUserMappingsProtocol) - 类 的构造器org.apache.hadoop.security.protocolPB.RefreshUserMappingsProtocolServerSideTranslatorPB
 
RefreshUserMappingsProtocolService() - 类 的构造器org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService
 
refreshUserToGroupsMappings(RpcController, RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto) - 接口 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.BlockingInterface
 
refreshUserToGroupsMappings(RpcController, RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto, RpcCallback<RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto>) - 接口 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Interface
rpc refreshUserToGroupsMappings(.hadoop.common.RefreshUserToGroupsMappingsRequestProto) returns (.hadoop.common.RefreshUserToGroupsMappingsResponseProto); Refresh user to group mappings.
refreshUserToGroupsMappings(RpcController, RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto, RpcCallback<RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto>) - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService
rpc refreshUserToGroupsMappings(.hadoop.common.RefreshUserToGroupsMappingsRequestProto) returns (.hadoop.common.RefreshUserToGroupsMappingsResponseProto); Refresh user to group mappings.
refreshUserToGroupsMappings(RpcController, RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto, RpcCallback<RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto>) - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserMappingsProtocolService.Stub
 
refreshUserToGroupsMappings() - 类 中的方法org.apache.hadoop.security.protocolPB.RefreshUserMappingsProtocolClientSideTranslatorPB
 
refreshUserToGroupsMappings(RpcController, RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto) - 类 中的方法org.apache.hadoop.security.protocolPB.RefreshUserMappingsProtocolServerSideTranslatorPB
 
RegexFilter - org.apache.hadoop.metrics2.filter中的类
A regex pattern filter for metrics
RegexFilter() - 类 的构造器org.apache.hadoop.metrics2.filter.RegexFilter
 
register(String, RefreshHandler) - 类 中的方法org.apache.hadoop.ipc.RefreshRegistry
Registers an object as a handler for a given identity.
register(String, String, T) - 类 中的方法org.apache.hadoop.metrics2.MetricsSystem
Register a metrics source
register(T) - 类 中的方法org.apache.hadoop.metrics2.MetricsSystem
Register a metrics source (deriving name and description from the object)
register(String, String, T) - 类 中的方法org.apache.hadoop.metrics2.MetricsSystem
Register a metrics sink
register(MetricsSystem.Callback) - 类 中的方法org.apache.hadoop.metrics2.MetricsSystem
Register a callback interface for JMX events
register(String, String, Object) - 类 中的静态方法org.apache.hadoop.metrics2.util.MBeans
Register the MBean using our standard MBeanName format "hadoop:service=,name=" Where the and are the supplied parameters.
register(String, String, Map<String, String>, Object) - 类 中的静态方法org.apache.hadoop.metrics2.util.MBeans
Register the MBean using our standard MBeanName format "hadoop:service=,name=" Where the and are the supplied parameters.
registerAllExtensions(ExtensionRegistry) - 类 中的静态方法org.apache.hadoop.fs.FSProtos
 
registerAllExtensions(ExtensionRegistry) - 类 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos
 
registerAllExtensions(ExtensionRegistry) - 类 中的静态方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos
 
registerAllExtensions(ExtensionRegistry) - 类 中的静态方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos
 
registerAllExtensions(ExtensionRegistry) - 类 中的静态方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos
 
registerAllExtensions(ExtensionRegistry) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos
 
registerAllExtensions(ExtensionRegistry) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos
 
registerAllExtensions(ExtensionRegistry) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos
 
registerAllExtensions(ExtensionRegistry) - 类 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos
 
registerAllExtensions(ExtensionRegistry) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos
 
registerAllExtensions(ExtensionRegistry) - 类 中的静态方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos
 
registerAllExtensions(ExtensionRegistry) - 类 中的静态方法org.apache.hadoop.security.proto.SecurityProtos
 
registerAllExtensions(ExtensionRegistry) - 类 中的静态方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos
 
registerAllExtensions(ExtensionRegistry) - 类 中的静态方法org.apache.hadoop.tracing.TraceAdminPB
 
registerFailureHandling() - 类 中的方法org.apache.hadoop.service.launcher.ServiceLauncher
Override point: register this class as the handler for the control-C and SIGINT interrupts.
registerForDeferredResponse() - 类 中的静态方法org.apache.hadoop.ipc.ProtobufRpcEngine.Server
 
registerGlobalListener(ServiceStateChangeListener) - 类 中的静态方法org.apache.hadoop.service.AbstractService
Register a global listener, which receives notifications from the state change events of all services in the JVM
registerProtocolEngine(RPC.RpcKind, Class<? extends Writable>, RPC.RpcInvoker) - 类 中的静态方法org.apache.hadoop.ipc.Server
Register a RPC kind and the class to deserialize the rpc request.
registerServiceListener(ServiceStateChangeListener) - 类 中的方法org.apache.hadoop.service.AbstractService
 
registerServiceListener(ServiceStateChangeListener) - 接口 中的方法org.apache.hadoop.service.Service
Register a listener to the service state change events.
reinit(Configuration) - 类 中的方法org.apache.hadoop.io.compress.bzip2.Bzip2Compressor
Prepare the compressor to be used in a new stream with settings defined in the given Configuration.
reinit(Configuration) - 类 中的方法org.apache.hadoop.io.compress.bzip2.BZip2DummyCompressor
 
reinit(Configuration) - 接口 中的方法org.apache.hadoop.io.compress.Compressor
Prepare the compressor to be used in a new stream with settings defined in the given Configuration
reinit(Configuration) - 类 中的方法org.apache.hadoop.io.compress.lz4.Lz4Compressor
Prepare the compressor to be used in a new stream with settings defined in the given Configuration
reinit(Configuration) - 类 中的方法org.apache.hadoop.io.compress.snappy.SnappyCompressor
Prepare the compressor to be used in a new stream with settings defined in the given Configuration
reinit(Configuration) - 类 中的方法org.apache.hadoop.io.compress.zlib.BuiltInZlibDeflater
reinit the compressor with the given configuration.
reinit(Configuration) - 类 中的方法org.apache.hadoop.io.compress.zlib.ZlibCompressor
Prepare the compressor to be used in a new stream with settings defined in the given Configuration.
reinit(Configuration) - 类 中的方法org.apache.hadoop.io.compress.zstd.ZStandardCompressor
Prepare the compressor to be used in a new stream with settings defined in the given Configuration.
release() - 类 中的方法org.apache.hadoop.util.AutoCloseableLock
A wrapper method that makes a call to unlock() of the underlying ReentrantLock object.
releaseBuffer(ByteBuffer) - 类 中的方法org.apache.hadoop.fs.FSDataInputStream
 
reload() - 类 中的方法org.apache.hadoop.util.FileBasedIPList
 
reloadCachedMappings() - 类 中的方法org.apache.hadoop.net.CachedDNSToSwitchMapping
 
reloadCachedMappings(List<String>) - 类 中的方法org.apache.hadoop.net.CachedDNSToSwitchMapping
 
reloadCachedMappings() - 接口 中的方法org.apache.hadoop.net.DNSToSwitchMapping
Reload all of the cached mappings.
reloadCachedMappings(List<String>) - 接口 中的方法org.apache.hadoop.net.DNSToSwitchMapping
Reload cached mappings on specific nodes.
reloadCachedMappings() - 类 中的方法org.apache.hadoop.net.ScriptBasedMapping.RawScriptBasedMapping
 
reloadCachedMappings(List<String>) - 类 中的方法org.apache.hadoop.net.ScriptBasedMapping.RawScriptBasedMapping
 
reloadCachedMappings() - 类 中的方法org.apache.hadoop.net.TableMapping
 
reloadConfiguration() - 类 中的方法org.apache.hadoop.conf.Configuration
Reload configuration from previously added resources.
reloadExistingConfigurations() - 类 中的静态方法org.apache.hadoop.conf.Configuration
Reload existing configuration instances.
reloginFromKeytab() - 类 中的方法org.apache.hadoop.security.UserGroupInformation
Re-Login a user in from a keytab file.
reloginFromTicketCache() - 类 中的方法org.apache.hadoop.security.UserGroupInformation
Re-Login a user in from the ticket cache.
remaining() - 类 中的方法org.apache.hadoop.ipc.RpcWritable.Buffer
 
remainingCapacity() - 类 中的方法org.apache.hadoop.ipc.CallQueueManager
 
remainingCapacity() - 类 中的方法org.apache.hadoop.ipc.FairCallQueue
Returns maximum remaining capacity.
RemoteException - org.apache.hadoop.ipc中的异常错误
 
RemoteException(String, String) - 异常错误 的构造器org.apache.hadoop.ipc.RemoteException
 
RemoteException(String, String, RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto) - 异常错误 的构造器org.apache.hadoop.ipc.RemoteException
 
RemoteIterator<E> - org.apache.hadoop.fs中的接口
An iterator over a collection whose elements need to be fetched remotely
remove(Object) - 类 中的方法org.apache.hadoop.io.MapWritable
 
remove(Object) - 类 中的方法org.apache.hadoop.io.SortedMapWritable
 
remove(Node) - 类 中的方法org.apache.hadoop.net.InnerNodeImpl
 
remove(ServiceStateChangeListener) - 类 中的方法org.apache.hadoop.service.ServiceOperations.ServiceListeners
Remove any registration of a listener from the listener list.
remove() - 类 中的方法org.apache.hadoop.util.IntrusiveCollection.IntrusiveIterator
 
remove() - 类 中的方法org.apache.hadoop.util.LightWeightGSet.SetIterator
 
removeAcl(Path) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
Removes all but the base ACL entries of files and directories.
removeAcl(Path) - 类 中的方法org.apache.hadoop.fs.ChecksumFileSystem
 
removeAcl(Path) - 类 中的方法org.apache.hadoop.fs.FileContext
Removes all but the base ACL entries of files and directories.
removeAcl(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Removes all but the base ACL entries of files and directories.
removeAcl(Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
removeAcl(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
removeAcl(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
removeAclEntries(Path, List<AclEntry>) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
Removes ACL entries from files and directories.
removeAclEntries(Path, List<AclEntry>) - 类 中的方法org.apache.hadoop.fs.ChecksumFileSystem
 
removeAclEntries(Path, List<AclEntry>) - 类 中的方法org.apache.hadoop.fs.FileContext
Removes ACL entries from files and directories.
removeAclEntries(Path, List<AclEntry>) - 类 中的方法org.apache.hadoop.fs.FileSystem
Removes ACL entries from files and directories.
removeAclEntries(Path, List<AclEntry>) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
removeAclEntries(Path, List<AclEntry>) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
removeAclEntries(Path, List<AclEntry>) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
removeAuths(int) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
removeBlocker(String) - 类 中的方法org.apache.hadoop.service.AbstractService
Remove a blocker from the blocker map - this is a no-op if the blocker is not present
removeConfig(int) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
repeated .hadoop.common.ConfigPair config = 2;
removeDefaultAcl(Path) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
Removes all default ACL entries from files and directories.
removeDefaultAcl(Path) - 类 中的方法org.apache.hadoop.fs.ChecksumFileSystem
 
removeDefaultAcl(Path) - 类 中的方法org.apache.hadoop.fs.FileContext
Removes all default ACL entries from files and directories.
removeDefaultAcl(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
Removes all default ACL entries from files and directories.
removeDefaultAcl(Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
removeDefaultAcl(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
removeDefaultAcl(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
removeDescriptions(int) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
removeGroup(String) - 类 中的方法org.apache.hadoop.security.authorize.AccessControlList
Remove group from the names of groups allowed for this service.
removeInstance(String) - 类 中的静态方法org.apache.hadoop.ipc.DecayRpcScheduler.MetricsProxy
 
removeProtocolSignature(int) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
removeProtocolVersions(int) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
removeResponses(int) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
RemoveScheme - org.apache.hadoop.util.bloom中的接口
Defines the different remove scheme for retouched Bloom filters.
removeSecretKey(Text) - 类 中的方法org.apache.hadoop.security.Credentials
Remove the key for a given alias.
removeSecrets(int) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto secrets = 2;
removeService(Service) - 类 中的方法org.apache.hadoop.service.CompositeService
 
removeShutdownHook(Runnable) - 类 中的方法org.apache.hadoop.util.ShutdownHookManager
Removes a shutdownHook.
removeSpanReceiver(RpcController, TraceAdminPB.RemoveSpanReceiverRequestProto) - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService.BlockingInterface
 
removeSpanReceiver(RpcController, TraceAdminPB.RemoveSpanReceiverRequestProto, RpcCallback<TraceAdminPB.RemoveSpanReceiverResponseProto>) - 接口 中的方法org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService.Interface
rpc removeSpanReceiver(.hadoop.common.RemoveSpanReceiverRequestProto) returns (.hadoop.common.RemoveSpanReceiverResponseProto);
removeSpanReceiver(RpcController, TraceAdminPB.RemoveSpanReceiverRequestProto, RpcCallback<TraceAdminPB.RemoveSpanReceiverResponseProto>) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService
rpc removeSpanReceiver(.hadoop.common.RemoveSpanReceiverRequestProto) returns (.hadoop.common.RemoveSpanReceiverResponseProto);
removeSpanReceiver(RpcController, TraceAdminPB.RemoveSpanReceiverRequestProto, RpcCallback<TraceAdminPB.RemoveSpanReceiverResponseProto>) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService.Stub
 
removeSpanReceiver(long) - 接口 中的方法org.apache.hadoop.tracing.TraceAdminProtocol
Remove a trace span receiver.
removeStoredMasterKey(DelegationKey) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
 
removeStoredToken(TokenIdent) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
 
removeSuffix(String, String) - 类 中的静态方法org.apache.hadoop.io.compress.CompressionCodecFactory
Removes a suffix from a filename, if it has it.
removeTokenFromFile(boolean, File, String, Text, Configuration) - 类 中的静态方法org.apache.hadoop.security.token.DtFileOperations
Remove a token from a file in the local filesystem, matching alias.
removeTokens(int) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
repeated .hadoop.common.CredentialsKVProto tokens = 1;
removeUser(String) - 类 中的方法org.apache.hadoop.security.authorize.AccessControlList
Remove user from the names of users allowed for this service.
removeXAttr(Path, String) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
Remove an xattr of a file or directory.
removeXAttr(Path, String) - 类 中的方法org.apache.hadoop.fs.FileContext
Remove an xattr of a file or directory.
removeXAttr(Path, String) - 类 中的方法org.apache.hadoop.fs.FileSystem
Remove an xattr of a file or directory.
removeXAttr(Path, String) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
 
removeXAttr(Path, String) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
 
removeXAttr(Path, String) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
 
rename(Path, Path, Options.Rename...) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
The specification of this method matches that of FileContext.rename(Path, Path, Options.Rename...) except that Path f must be for this file system.
rename(Path, Path) - 类 中的方法org.apache.hadoop.fs.ChecksumFileSystem
Rename files/dirs
rename(Path, Path, Options.Rename...) - 类 中的方法org.apache.hadoop.fs.FileContext
Renames Path src to Path dst
  • rename(Path, Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
    Renames Path src to Path dst.
    rename(Path, Path, Options.Rename...) - 类 中的方法org.apache.hadoop.fs.FileSystem
    已过时。
    rename(Path, Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
    Renames Path src to Path dst.
    rename(Path, Path, Options.Rename...) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
     
    rename(Path, Path) - 类 中的方法org.apache.hadoop.fs.ftp.FTPFileSystem
     
    rename(Path, Path) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
     
    rename(Path, Path) - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
     
    rename(Path, Path) - 类 中的方法org.apache.hadoop.fs.sftp.SFTPFileSystem
     
    rename(Path, Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
     
    rename(FileSystem, String, String) - 类 中的静态方法org.apache.hadoop.io.MapFile
    Renames an existing map directory.
    renameInternal(Path, Path) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
    The specification of this method matches that of FileContext.rename(Path, Path, Options.Rename...) except that Path f must be for this file system and NO OVERWRITE is performed.
    renameInternal(Path, Path, boolean) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
    The specification of this method matches that of FileContext.rename(Path, Path, Options.Rename...) except that Path f must be for this file system.
    renameInternal(Path, Path, boolean) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
     
    renameInternal(Path, Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
     
    renameSnapshot(Path, String, String) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
    The specification of this method matches that of FileContext.renameSnapshot(Path, String, String).
    renameSnapshot(Path, String, String) - 类 中的方法org.apache.hadoop.fs.FileContext
    Rename a snapshot.
    renameSnapshot(Path, String, String) - 类 中的方法org.apache.hadoop.fs.FileSystem
    Rename a snapshot.
    renameSnapshot(Path, String, String) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
     
    renameSnapshot(Path, String, String) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
     
    renameSnapshot(Path, String, String) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
     
    renew(Token<?>, Configuration) - 类 中的方法org.apache.hadoop.crypto.key.kms.KMSClientProvider.KMSTokenRenewer
     
    renew(Configuration) - 类 中的方法org.apache.hadoop.security.token.Token
    Renew this delegation token.
    renew(Token<?>, Configuration) - 类 中的方法org.apache.hadoop.security.token.Token.TrivialRenewer
     
    renew(Token<?>, Configuration) - 类 中的方法org.apache.hadoop.security.token.TokenRenewer
    Renew the given token.
    RENEW_DELEGATION_TOKEN_JSON - 类 中的静态变量org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
     
    renewDelegationToken(Token<?>) - 接口 中的方法org.apache.hadoop.crypto.key.KeyProviderDelegationTokenExtension.DelegationTokenExtension
    Renews the given token.
    renewDelegationToken(Token<?>) - 类 中的方法org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
     
    renewDelegationToken(URL, DelegationTokenAuthenticatedURL.Token) - 类 中的方法org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
    Renews a delegation token from the server end-point using the configured Authenticator for authentication.
    renewDelegationToken(URL, DelegationTokenAuthenticatedURL.Token, String) - 类 中的方法org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
    Renews a delegation token from the server end-point using the configured Authenticator for authentication.
    renewDelegationToken(URL, AuthenticatedURL.Token, Token<AbstractDelegationTokenIdentifier>) - 类 中的方法org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
    Renews a delegation token from the server end-point using the configured Authenticator for authentication.
    renewDelegationToken(URL, AuthenticatedURL.Token, Token<AbstractDelegationTokenIdentifier>, String) - 类 中的方法org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
    Renews a delegation token from the server end-point using the configured Authenticator for authentication.
    RENEWER_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
     
    RENEWER_PARAM - 类 中的静态变量org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
     
    renewToken(Token<TokenIdent>, String) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
    Renew a delegation token.
    renewTokenFile(File, String, Text, Configuration) - 类 中的静态方法org.apache.hadoop.security.token.DtFileOperations
    Renew a token from a file in the local filesystem, matching alias.
    repFac(short) - 类 中的静态方法org.apache.hadoop.fs.Options.CreateOpts
     
    replaceFile(File, File) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
    Move the src file to the name specified by target.
    replication(short) - 类 中的方法org.apache.hadoop.fs.FSDataOutputStreamBuilder
    Set replication factor.
    replication(short) - 类 中的静态方法org.apache.hadoop.io.SequenceFile.Writer
     
    REPLICATION_1_2_SCHEMA - 类 中的静态变量org.apache.hadoop.io.erasurecode.ErasureCodeConstants
     
    REPLICATION_CODEC_NAME - 类 中的静态变量org.apache.hadoop.io.erasurecode.ErasureCodeConstants
     
    REPLICATION_POLICY_ID - 类 中的静态变量org.apache.hadoop.io.erasurecode.ErasureCodeConstants
     
    REPLICATION_POLICY_NAME - 类 中的静态变量org.apache.hadoop.io.erasurecode.ErasureCodeConstants
     
    ReplicationFactor(short) - 类 的构造器org.apache.hadoop.fs.Options.CreateOpts.ReplicationFactor
     
    report() - 类 中的方法org.apache.hadoop.fs.HardLink.LinkStats
     
    reportChecksumFailure(Path, FSDataInputStream, long, FSDataInputStream, long) - 类 中的方法org.apache.hadoop.fs.ChecksumFileSystem
    Report a checksum error to the file system.
    reportChecksumFailure(Path, FSDataInputStream, long, FSDataInputStream, long) - 类 中的方法org.apache.hadoop.fs.LocalFileSystem
    Moves files to a bad file directory on the same device, so that their storage will not be reused.
    reportCRCError() - 类 中的方法org.apache.hadoop.io.compress.bzip2.CBZip2InputStream
     
    REQINFO_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
     
    REQINFO_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
     
    REQSOURCE_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
     
    REQUEST_BY_USER_FORCED_VALUE - 枚举 中的静态变量org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HARequestSource
    REQUEST_BY_USER_FORCED = 1;
    REQUEST_BY_USER_VALUE - 枚举 中的静态变量org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HARequestSource
    REQUEST_BY_USER = 0;
    REQUEST_BY_ZKFC_VALUE - 枚举 中的静态变量org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HARequestSource
    REQUEST_BY_ZKFC = 2;
    RequestQuoter(HttpServletRequest) - 类 的构造器org.apache.hadoop.http.HttpServer2.QuotingInputFilter.RequestQuoter
     
    requiresLayout() - 类 中的方法org.apache.hadoop.http.HttpRequestLogAppender
     
    requiresLayout() - 类 中的方法org.apache.hadoop.log.metrics.EventCounter
     
    reset() - 类 中的方法org.apache.hadoop.fs.FileSystem.Statistics
    Resets all statistics to 0.
    reset() - 枚举 中的方法org.apache.hadoop.fs.GlobalStorageStatistics
    Reset all global storage statistics.
    reset() - 类 中的方法org.apache.hadoop.fs.StorageStatistics
    Reset all the statistic data.
    reset() - 类 中的方法org.apache.hadoop.io.compress.bzip2.Bzip2Compressor
     
    reset() - 类 中的方法org.apache.hadoop.io.compress.bzip2.Bzip2Decompressor
    Resets everything including the input buffers (user and direct).
    reset() - 类 中的方法org.apache.hadoop.io.compress.bzip2.BZip2DummyCompressor
     
    reset() - 类 中的方法org.apache.hadoop.io.compress.bzip2.BZip2DummyDecompressor
     
    reset() - 接口 中的方法org.apache.hadoop.io.compress.Compressor
    Resets compressor so that a new set of input data can be processed.
    reset() - 接口 中的方法org.apache.hadoop.io.compress.Decompressor
    Resets decompressor and input and output buffers so that a new set of input data can be processed.
    reset() - 类 中的方法org.apache.hadoop.io.compress.DecompressorStream
     
    reset() - 类 中的方法org.apache.hadoop.io.compress.lz4.Lz4Compressor
    Resets compressor so that a new set of input data can be processed.
    reset() - 类 中的方法org.apache.hadoop.io.compress.lz4.Lz4Decompressor
     
    reset() - 类 中的方法org.apache.hadoop.io.compress.snappy.SnappyCompressor
    Resets compressor so that a new set of input data can be processed.
    reset() - 类 中的方法org.apache.hadoop.io.compress.snappy.SnappyDecompressor
     
    reset() - 类 中的方法org.apache.hadoop.io.compress.snappy.SnappyDecompressor.SnappyDirectDecompressor
     
    reset() - 类 中的方法org.apache.hadoop.io.compress.zlib.BuiltInGzipDecompressor
    Resets everything, including the input buffer, regardless of whether the current gzip substream is finished.
    reset() - 类 中的方法org.apache.hadoop.io.compress.zlib.ZlibCompressor
     
    reset() - 类 中的方法org.apache.hadoop.io.compress.zlib.ZlibDecompressor
    Resets everything including the input buffers (user and direct).
    reset() - 类 中的方法org.apache.hadoop.io.compress.zlib.ZlibDecompressor.ZlibDirectDecompressor
     
    reset() - 类 中的方法org.apache.hadoop.io.compress.zstd.ZStandardCompressor
     
    reset() - 类 中的方法org.apache.hadoop.io.compress.zstd.ZStandardDecompressor
    Resets everything including the input buffers (user and direct).
    reset() - 类 中的方法org.apache.hadoop.io.compress.zstd.ZStandardDecompressor.ZStandardDirectDecompressor
     
    reset(ByteBuffer...) - 类 中的方法org.apache.hadoop.io.DataInputByteBuffer
     
    reset() - 类 中的方法org.apache.hadoop.io.DataOutputByteBuffer
     
    reset() - 类 中的方法org.apache.hadoop.io.file.tfile.BoundedRangeFileInputStream
     
    reset() - 类 中的方法org.apache.hadoop.io.MapFile.Reader
    Re-positions the reader before its first key.
    reset() - 类 中的方法org.apache.hadoop.metrics2.util.SampleStat.MinMax
     
    reset(SampleStat.MinMax) - 类 中的方法org.apache.hadoop.metrics2.util.SampleStat.MinMax
     
    reset() - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
    Reset all data structures and mutable state.
    reset() - 类 中的方法org.apache.hadoop.service.ServiceOperations.ServiceListeners
    Reset the listener list
    reset() - 类 中的方法org.apache.hadoop.util.LimitInputStream
     
    reset() - 类 中的方法org.apache.hadoop.util.PureJavaCrc32
     
    reset() - 类 中的方法org.apache.hadoop.util.PureJavaCrc32C
     
    reset() - 类 中的方法org.apache.hadoop.util.StopWatch
    Reset elapsed time to zero and make the state of stopwatch stop.
    resetCache() - 类 中的静态方法org.apache.hadoop.ipc.ProtocolSignature
     
    resetMinMax() - 类 中的方法org.apache.hadoop.metrics2.lib.MutableStat
    Reset the all time min max of the metric
    resetState() - 类 中的方法org.apache.hadoop.io.compress.BlockDecompressorStream
     
    resetState() - 类 中的方法org.apache.hadoop.io.compress.CompressionInputStream
    Reset the decompressor to its initial state and discard any buffered data, as the underlying stream may have been repositioned.
    resetState() - 类 中的方法org.apache.hadoop.io.compress.CompressionOutputStream
    Reset the compression to the initial state.
    resetState() - 类 中的方法org.apache.hadoop.io.compress.CompressorStream
     
    resetState() - 类 中的方法org.apache.hadoop.io.compress.DecompressorStream
     
    resetState() - 类 中的方法org.apache.hadoop.io.compress.GzipCodec.GzipOutputStream
     
    resolve(Path) - 类 中的方法org.apache.hadoop.fs.FileContext
    Resolves all symbolic links in the specified path.
    resolve(FileSystem, Options.HandleOpt...) - 类 中的静态方法org.apache.hadoop.fs.Options.HandleOpt
    resolve(BiFunction<FileStatus, Options.HandleOpt[], PathHandle>, Options.HandleOpt...) - 类 中的静态方法org.apache.hadoop.fs.Options.HandleOpt
    Utility function for partial evaluation of FileStatus instances to a fixed set of handle options.
    resolve(List<String>) - 类 中的方法org.apache.hadoop.net.CachedDNSToSwitchMapping
     
    resolve(List<String>) - 接口 中的方法org.apache.hadoop.net.DNSToSwitchMapping
    Resolves a list of DNS-names/IP-addresses and returns back a list of switch information (network paths).
    resolve(List<String>) - 类 中的方法org.apache.hadoop.net.ScriptBasedMapping.RawScriptBasedMapping
     
    resolveIntermediate(Path) - 类 中的方法org.apache.hadoop.fs.FileContext
    Resolves all symbolic links in the specified path leading up to, but not including the final path component.
    resolveLink(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
    resolveLink(Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
     
    resolvePath(Path) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
    Return the fully-qualified path of path f resolving the path through any internal symlinks or mount point
    resolvePath(Path) - 类 中的方法org.apache.hadoop.fs.FileContext
    Resolve the path following any symlinks or mount points
    resolvePath(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
    Return the fully-qualified path of path, resolving the path through any symlinks or mount point.
    resolvePath(Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
     
    resolvePath(Path) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
     
    resolvePath(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
     
    resolvePath(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
     
    RESPONSE_VALUE - 枚举 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslState
    RESPONSE = 4;
    RESPONSES_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
     
    RestCsrfPreventionFilter - org.apache.hadoop.security.http中的类
    This filter provides protection against cross site request forgery (CSRF) attacks for REST APIs.
    RestCsrfPreventionFilter() - 类 的构造器org.apache.hadoop.security.http.RestCsrfPreventionFilter
     
    RestCsrfPreventionFilter.HttpInteraction - org.apache.hadoop.security.http中的接口
    Defines the minimal API requirements for the filter to execute its filtering logic.
    Result - org.apache.hadoop.fs.shell.find中的类
     
    RetouchedBloomFilter - org.apache.hadoop.util.bloom中的类
    Implements a retouched Bloom filter, as defined in the CoNEXT 2006 paper.
    RetouchedBloomFilter() - 类 的构造器org.apache.hadoop.util.bloom.RetouchedBloomFilter
    Default constructor - use with readFields
    RetouchedBloomFilter(int, int, int) - 类 的构造器org.apache.hadoop.util.bloom.RetouchedBloomFilter
    Constructor
    RetriableException - org.apache.hadoop.ipc中的异常错误
    Exception thrown by a server typically to indicate that server is in a state where request cannot be processed temporarily (such as still starting up).
    RetriableException(Exception) - 异常错误 的构造器org.apache.hadoop.ipc.RetriableException
     
    RetriableException(String) - 异常错误 的构造器org.apache.hadoop.ipc.RetriableException
     
    retriableRetrievePassword(T) - 类 中的方法org.apache.hadoop.security.token.SecretManager
    The same functionality with SecretManager.retrievePassword(T), except that this method can throw a RetriableException or a StandbyException to indicate that client can retry/failover the same operation because of temporary issue on the server side.
    retrievePassword(TokenIdent) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
     
    retrievePassword(T) - 类 中的方法org.apache.hadoop.security.token.SecretManager
    Retrieve the password for the given token identifier.
    RETRY - 类 中的静态变量org.apache.hadoop.io.retry.RetryPolicy.RetryAction
     
    RETRY_FOREVER - 类 中的静态变量org.apache.hadoop.io.retry.RetryPolicies
    Keep trying forever.
    RetryAction(RetryPolicy.RetryAction.RetryDecision) - 类 的构造器org.apache.hadoop.io.retry.RetryPolicy.RetryAction
     
    RetryAction(RetryPolicy.RetryAction.RetryDecision, long) - 类 的构造器org.apache.hadoop.io.retry.RetryPolicy.RetryAction
     
    RetryAction(RetryPolicy.RetryAction.RetryDecision, long, String) - 类 的构造器org.apache.hadoop.io.retry.RetryPolicy.RetryAction
     
    retryByException(RetryPolicy, Map<Class<? extends Exception>, RetryPolicy>) - 类 中的静态方法org.apache.hadoop.io.retry.RetryPolicies
    Set a default policy with some explicit handlers for specific exceptions.
    retryByRemoteException(RetryPolicy, Map<Class<? extends Exception>, RetryPolicy>) - 类 中的静态方法org.apache.hadoop.io.retry.RetryPolicies
    A retry policy for RemoteException Set a default policy with some explicit handlers for specific exceptions.
    RetryCache.CacheEntry - org.apache.hadoop.ipc中的类
    CacheEntry is tracked using unique client ID and callId of the RPC request
    RetryCache.CacheEntryWithPayload - org.apache.hadoop.ipc中的类
    CacheEntry with payload that tracks the previous response or parts of previous response to be used for generating response for retried requests.
    RETRYCOUNT_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
     
    RETRYCOUNT_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
     
    retryForeverWithFixedSleep(long, TimeUnit) - 类 中的静态方法org.apache.hadoop.io.retry.RetryPolicies
    Keep trying forever with a fixed time between attempts.
    retryOtherThanRemoteException(RetryPolicy, Map<Class<? extends Exception>, RetryPolicy>) - 类 中的静态方法org.apache.hadoop.io.retry.RetryPolicies
    A retry policy for exceptions other than RemoteException.
    RetryPolicies - org.apache.hadoop.io.retry中的类
    A collection of useful implementations of RetryPolicy.
    RetryPolicies() - 类 的构造器org.apache.hadoop.io.retry.RetryPolicies
     
    RetryPolicies.MultipleLinearRandomRetry - org.apache.hadoop.io.retry中的类
    Given pairs of number of retries and sleep time (n0, t0), (n1, t1), ..., the first n0 retries sleep t0 milliseconds on average, the following n1 retries sleep t1 milliseconds on average, and so on.
    RetryPolicies.MultipleLinearRandomRetry.Pair - org.apache.hadoop.io.retry中的类
    Pairs of numRetries and sleepSeconds
    RetryPolicy - org.apache.hadoop.io.retry中的接口
    Specifies a policy for retrying method failures.
    RetryPolicy.RetryAction - org.apache.hadoop.io.retry中的类
    RetryPolicy.RetryAction.RetryDecision - org.apache.hadoop.io.retry中的枚举
     
    RetryProxy - org.apache.hadoop.io.retry中的类
    A factory for creating retry proxies.
    RetryProxy() - 类 的构造器org.apache.hadoop.io.retry.RetryProxy
     
    retryUpToMaximumCountWithFixedSleep(int, long, TimeUnit) - 类 中的静态方法org.apache.hadoop.io.retry.RetryPolicies
    Keep trying a limited number of times, waiting a fixed time between attempts, and then fail by re-throwing the exception.
    retryUpToMaximumCountWithProportionalSleep(int, long, TimeUnit) - 类 中的静态方法org.apache.hadoop.io.retry.RetryPolicies
    Keep trying a limited number of times, waiting a growing amount of time between attempts, and then fail by re-throwing the exception.
    retryUpToMaximumTimeWithFixedSleep(long, long, TimeUnit) - 类 中的静态方法org.apache.hadoop.io.retry.RetryPolicies
    Keep trying for a maximum time, waiting a fixed time between attempts, and then fail by re-throwing the exception.
    RetryUtils - org.apache.hadoop.io.retry中的类
     
    RetryUtils() - 类 的构造器org.apache.hadoop.io.retry.RetryUtils
     
    returnCompressor(Compressor) - 类 中的静态方法org.apache.hadoop.io.compress.CodecPool
    Return the Compressor to the pool.
    returnCompressor(Compressor) - 枚举 中的方法org.apache.hadoop.io.file.tfile.Compression.Algorithm
     
    returnDecompressor(Decompressor) - 类 中的静态方法org.apache.hadoop.io.compress.CodecPool
    Return the Decompressor to the pool.
    returnDecompressor(Decompressor) - 枚举 中的方法org.apache.hadoop.io.file.tfile.Compression.Algorithm
     
    rewind() - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner
    Rewind to the first entry in the scanner.
    rNums - 接口 中的静态变量org.apache.hadoop.io.compress.bzip2.BZip2Constants
    This array really shouldn't be here.
    RollingFileSystemSink - org.apache.hadoop.metrics2.sink中的类
    This class is a metrics sink that uses FileSystem to write the metrics logs.
    RollingFileSystemSink() - 类 的构造器org.apache.hadoop.metrics2.sink.RollingFileSystemSink
    Create an empty instance.
    RollingFileSystemSink(long, long) - 类 的构造器org.apache.hadoop.metrics2.sink.RollingFileSystemSink
    Create an instance for testing.
    rollIntervalMillis - 类 中的变量org.apache.hadoop.metrics2.sink.RollingFileSystemSink
     
    rollNewVersion(String, byte[]) - 类 中的方法org.apache.hadoop.crypto.key.CachingKeyProvider
     
    rollNewVersion(String) - 类 中的方法org.apache.hadoop.crypto.key.CachingKeyProvider
     
    rollNewVersion(String, byte[]) - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider
    Roll a new version of the given key.
    rollNewVersion(String) - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider
    Roll a new version of the given key generating the material for it.
    rollNewVersion(String) - 类 中的方法org.apache.hadoop.crypto.key.KeyProviderExtension
     
    rollNewVersion(String, byte[]) - 类 中的方法org.apache.hadoop.crypto.key.KeyProviderExtension
     
    rollNewVersion(String, byte[]) - 类 中的方法org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
     
    rollNewVersion(String) - 类 中的方法org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
     
    rollOffsetIntervalMillis - 类 中的变量org.apache.hadoop.metrics2.sink.RollingFileSystemSink
     
    RPC.Builder - org.apache.hadoop.ipc中的类
    Class to construct instances of RPC server with specific options.
    RPC.RpcKind - org.apache.hadoop.ipc中的枚举
     
    RPC.Server - org.apache.hadoop.ipc中的类
    An RPC Server.
    RPC.VersionMismatch - org.apache.hadoop.ipc中的异常错误
    A version mismatch for the RPC protocol.
    RPC_BUILTIN_VALUE - 枚举 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcKindProto
    RPC_BUILTIN = 0; Used for built in calls by tests
    RPC_CLOSE_CONNECTION_VALUE - 枚举 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.OperationProto
    RPC_CLOSE_CONNECTION = 2; close the rpc connection
    RPC_CONTINUATION_PACKET_VALUE - 枚举 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.OperationProto
    RPC_CONTINUATION_PACKET = 1; not implemented yet
    RPC_FINAL_PACKET_VALUE - 枚举 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.OperationProto
    RPC_FINAL_PACKET = 0; The final RPC Packet
    RPC_PROTOCOL_BUFFER_VALUE - 枚举 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcKindProto
    RPC_PROTOCOL_BUFFER = 2; Use ProtobufRpcEngine
    RPC_WRITABLE_VALUE - 枚举 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcKindProto
    RPC_WRITABLE = 1; Use WritableRpcEngine
    RpcClientException - org.apache.hadoop.ipc中的异常错误
    Indicates an exception in the RPC client
    RpcClientUtil - org.apache.hadoop.ipc中的类
    This class maintains a cache of protocol versions and corresponding protocol signatures, keyed by server address, protocol and rpc kind.
    RpcClientUtil() - 类 的构造器org.apache.hadoop.ipc.RpcClientUtil
     
    rpcDetailedMetrics - 类 中的变量org.apache.hadoop.ipc.Server
     
    RpcEngine - org.apache.hadoop.ipc中的接口
    An RPC implementation.
    RpcException - org.apache.hadoop.ipc中的异常错误
    Indicates an exception during the execution of remote procedure call.
    RpcHeaderProtos - org.apache.hadoop.ipc.protobuf中的类
     
    RpcHeaderProtos.RPCCallerContextProto - org.apache.hadoop.ipc.protobuf中的类
    Protobuf type hadoop.common.RPCCallerContextProto Used to pass through the call context entry after an RPC is made.
    RpcHeaderProtos.RPCCallerContextProto.Builder - org.apache.hadoop.ipc.protobuf中的类
    Protobuf type hadoop.common.RPCCallerContextProto Used to pass through the call context entry after an RPC is made.
    RpcHeaderProtos.RPCCallerContextProtoOrBuilder - org.apache.hadoop.ipc.protobuf中的接口
     
    RpcHeaderProtos.RpcKindProto - org.apache.hadoop.ipc.protobuf中的枚举
    Protobuf enum hadoop.common.RpcKindProto RpcKind determine the rpcEngine and the serialization of the rpc request
    RpcHeaderProtos.RpcRequestHeaderProto - org.apache.hadoop.ipc.protobuf中的类
    Protobuf type hadoop.common.RpcRequestHeaderProto the header for the RpcRequest
    RpcHeaderProtos.RpcRequestHeaderProto.Builder - org.apache.hadoop.ipc.protobuf中的类
    Protobuf type hadoop.common.RpcRequestHeaderProto the header for the RpcRequest
    RpcHeaderProtos.RpcRequestHeaderProto.OperationProto - org.apache.hadoop.ipc.protobuf中的枚举
    Protobuf enum hadoop.common.RpcRequestHeaderProto.OperationProto
    RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder - org.apache.hadoop.ipc.protobuf中的接口
     
    RpcHeaderProtos.RpcResponseHeaderProto - org.apache.hadoop.ipc.protobuf中的类
    Protobuf type hadoop.common.RpcResponseHeaderProto Rpc Response Header +------------------------------------------------------------------+ | Rpc total response length in bytes (4 bytes int) | | (sum of next two parts) | +------------------------------------------------------------------+ | RpcResponseHeaderProto - serialized delimited ie has len | +------------------------------------------------------------------+ | if request is successful: | | - RpcResponse - The actual rpc response bytes follow | | the response header | | This response is serialized based on RpcKindProto | | if request fails : | | The rpc response header contains the necessary info | +------------------------------------------------------------------+ Note that rpc response header is also used when connection setup fails.
    RpcHeaderProtos.RpcResponseHeaderProto.Builder - org.apache.hadoop.ipc.protobuf中的类
    Protobuf type hadoop.common.RpcResponseHeaderProto Rpc Response Header +------------------------------------------------------------------+ | Rpc total response length in bytes (4 bytes int) | | (sum of next two parts) | +------------------------------------------------------------------+ | RpcResponseHeaderProto - serialized delimited ie has len | +------------------------------------------------------------------+ | if request is successful: | | - RpcResponse - The actual rpc response bytes follow | | the response header | | This response is serialized based on RpcKindProto | | if request fails : | | The rpc response header contains the necessary info | +------------------------------------------------------------------+ Note that rpc response header is also used when connection setup fails.
    RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto - org.apache.hadoop.ipc.protobuf中的枚举
    Protobuf enum hadoop.common.RpcResponseHeaderProto.RpcErrorCodeProto
    RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto - org.apache.hadoop.ipc.protobuf中的枚举
    Protobuf enum hadoop.common.RpcResponseHeaderProto.RpcStatusProto
    RpcHeaderProtos.RpcResponseHeaderProtoOrBuilder - org.apache.hadoop.ipc.protobuf中的接口
     
    RpcHeaderProtos.RpcSaslProto - org.apache.hadoop.ipc.protobuf中的类
    Protobuf type hadoop.common.RpcSaslProto
    RpcHeaderProtos.RpcSaslProto.Builder - org.apache.hadoop.ipc.protobuf中的类
    Protobuf type hadoop.common.RpcSaslProto
    RpcHeaderProtos.RpcSaslProto.SaslAuth - org.apache.hadoop.ipc.protobuf中的类
    Protobuf type hadoop.common.RpcSaslProto.SaslAuth
    RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder - org.apache.hadoop.ipc.protobuf中的类
    Protobuf type hadoop.common.RpcSaslProto.SaslAuth
    RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder - org.apache.hadoop.ipc.protobuf中的接口
     
    RpcHeaderProtos.RpcSaslProto.SaslState - org.apache.hadoop.ipc.protobuf中的枚举
    Protobuf enum hadoop.common.RpcSaslProto.SaslState
    RpcHeaderProtos.RpcSaslProtoOrBuilder - org.apache.hadoop.ipc.protobuf中的接口
     
    RpcHeaderProtos.RPCTraceInfoProto - org.apache.hadoop.ipc.protobuf中的类
    Protobuf type hadoop.common.RPCTraceInfoProto Used to pass through the information necessary to continue a trace after an RPC is made.
    RpcHeaderProtos.RPCTraceInfoProto.Builder - org.apache.hadoop.ipc.protobuf中的类
    Protobuf type hadoop.common.RPCTraceInfoProto Used to pass through the information necessary to continue a trace after an RPC is made.
    RpcHeaderProtos.RPCTraceInfoProtoOrBuilder - org.apache.hadoop.ipc.protobuf中的接口
     
    RpcInvocationHandler - org.apache.hadoop.ipc中的接口
    This interface must be implemented by all InvocationHandler implementations.
    RPCKIND_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
     
    RPCKIND_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
     
    RPCKIND_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
     
    rpcMetrics - 类 中的变量org.apache.hadoop.ipc.Server
     
    RpcMultiplexer - org.apache.hadoop.ipc中的接口
    Implement this interface to make a pluggable multiplexer in the FairCallQueue.
    RpcNoSuchMethodException - org.apache.hadoop.ipc中的异常错误
    No such Method for an Rpc Call
    RpcNoSuchMethodException(String) - 异常错误 的构造器org.apache.hadoop.ipc.RpcNoSuchMethodException
     
    RpcNoSuchProtocolException - org.apache.hadoop.ipc中的异常错误
    No such protocol (i.e. interface) for and Rpc Call
    RpcNoSuchProtocolException(String) - 异常错误 的构造器org.apache.hadoop.ipc.RpcNoSuchProtocolException
     
    RPCOP_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
     
    RpcScheduler - org.apache.hadoop.ipc中的接口
    Implement this interface to be used for RPC scheduling and backoff.
    RpcServerException - org.apache.hadoop.ipc中的异常错误
    Indicates an exception on the RPC server
    RpcServerException(String) - 异常错误 的构造器org.apache.hadoop.ipc.RpcServerException
    Constructs exception with the specified detail message.
    RpcServerException(String, Throwable) - 异常错误 的构造器org.apache.hadoop.ipc.RpcServerException
    Constructs exception with the specified detail message and cause.
    RpcWritable.Buffer - org.apache.hadoop.ipc中的类
    adapter to allow decoding of writables and protobufs from a byte buffer.
    RS_10_4_SCHEMA - 类 中的静态变量org.apache.hadoop.io.erasurecode.ErasureCodeConstants
     
    RS_3_2_SCHEMA - 类 中的静态变量org.apache.hadoop.io.erasurecode.ErasureCodeConstants
     
    RS_6_3_LEGACY_SCHEMA - 类 中的静态变量org.apache.hadoop.io.erasurecode.ErasureCodeConstants
     
    RS_6_3_SCHEMA - 类 中的静态变量org.apache.hadoop.io.erasurecode.ErasureCodeConstants
     
    RS_CODEC_NAME - 类 中的静态变量org.apache.hadoop.io.erasurecode.ErasureCodeConstants
     
    RS_LEGACY_CODEC_NAME - 类 中的静态变量org.apache.hadoop.io.erasurecode.ErasureCodeConstants
     
    run() - 类 中的方法org.apache.hadoop.fs.TrashPolicyDefault.Emptier
     
    run() - 类 中的方法org.apache.hadoop.ipc.DecayRpcScheduler.DecayTask
     
    run() - 类 中的方法org.apache.hadoop.ipc.ExternalCall
     
    run() - 类 中的方法org.apache.hadoop.ipc.Server.Call
     
    run(String[]) - 类 中的方法org.apache.hadoop.security.KDiag
     
    run() - 类 中的方法org.apache.hadoop.service.CompositeService.CompositeServiceShutdownHook
     
    run() - 类 中的方法org.apache.hadoop.service.launcher.InterruptEscalator.ServiceForcedShutdown
    Shutdown callback: stop the service and set an atomic boolean if it stopped within the shutdown time.
    run(String[]) - 类 中的方法org.apache.hadoop.tools.CommandShell
     
    run(String[]) - 类 中的方法org.apache.hadoop.tools.GetGroupsBase
    Get the groups for the users given and print formatted output to the PrintStream configured earlier.
    run(String[]) - 类 中的方法org.apache.hadoop.util.FindClass
    Run the class/resource find or load operation
    run() - 类 中的方法org.apache.hadoop.util.GcTimeMonitor
     
    run() - 类 中的方法org.apache.hadoop.util.Shell
    Check to see if a command needs to be executed and execute if needed.
    run(String[]) - 接口 中的方法org.apache.hadoop.util.Tool
    Execute the command with the given arguments.
    run(Configuration, Tool, String[]) - 类 中的静态方法org.apache.hadoop.util.ToolRunner
    Runs the given Tool by Tool.run(String[]), after parsing with the given generic arguments.
    run(Tool, String[]) - 类 中的静态方法org.apache.hadoop.util.ToolRunner
    Runs the Tool with its Configuration.
    RUNA - 接口 中的静态变量org.apache.hadoop.io.compress.bzip2.BZip2Constants
     
    RUNB - 接口 中的静态变量org.apache.hadoop.io.compress.bzip2.BZip2Constants
     
    running - 类 中的变量org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
     
    runResolveCommand(List<String>, String) - 类 中的方法org.apache.hadoop.net.ScriptBasedMapping.RawScriptBasedMapping
    Build and execute the resolution command.

    S

    S_IFBLK - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
     
    S_IFCHR - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
     
    S_IFDIR - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
     
    S_IFIFO - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
     
    S_IFLNK - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
     
    S_IFMT - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
     
    S_IFREG - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
     
    S_IFSOCK - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
     
    S_IRUSR - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
     
    S_ISGID - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
     
    S_ISUID - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
     
    S_ISVTX - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
     
    S_IWUSR - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
     
    S_IXUSR - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
     
    SampleStat.MinMax - org.apache.hadoop.metrics2.util中的类
    Helper to keep running min/max
    SaslDigestCallbackHandler(SecretManager<TokenIdentifier>, Server.Connection) - 类 的构造器org.apache.hadoop.security.SaslRpcServer.SaslDigestCallbackHandler
     
    SaslGssCallbackHandler() - 类 的构造器org.apache.hadoop.security.SaslRpcServer.SaslGssCallbackHandler
     
    SaslPlainServer.SaslPlainServerFactory - org.apache.hadoop.security中的类
     
    SaslPlainServer.SecurityProvider - org.apache.hadoop.security中的类
     
    SaslPlainServerFactory() - 类 的构造器org.apache.hadoop.security.SaslPlainServer.SaslPlainServerFactory
     
    SaslPropertiesResolver - org.apache.hadoop.security中的类
    Provides SaslProperties to be used for a connection.
    SaslPropertiesResolver() - 类 的构造器org.apache.hadoop.security.SaslPropertiesResolver
     
    saslQop - 枚举 中的变量org.apache.hadoop.security.SaslRpcServer.QualityOfProtection
     
    SaslRpcServer.AuthMethod - org.apache.hadoop.security中的枚举
    Authentication method
    SaslRpcServer.QualityOfProtection - org.apache.hadoop.security中的枚举
     
    SaslRpcServer.SaslDigestCallbackHandler - org.apache.hadoop.security中的类
    CallbackHandler for SASL DIGEST-MD5 mechanism
    SaslRpcServer.SaslGssCallbackHandler - org.apache.hadoop.security中的类
    CallbackHandler for SASL GSSAPI Kerberos mechanism
    Scanner(TFile.Reader, long, long) - 类 的构造器org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner
    Constructor
    Scanner(TFile.Reader, RawComparable, RawComparable) - 类 的构造器org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner
    Constructor
    ScriptBasedMapping - org.apache.hadoop.net中的类
    This class implements the DNSToSwitchMapping interface using a script configured via the CommonConfigurationKeysPublic.NET_TOPOLOGY_SCRIPT_FILE_NAME_KEY option.
    ScriptBasedMapping() - 类 的构造器org.apache.hadoop.net.ScriptBasedMapping
    Create an instance with the default configuration.
    ScriptBasedMapping(DNSToSwitchMapping) - 类 的构造器org.apache.hadoop.net.ScriptBasedMapping
    Create an instance from the given raw mapping
    ScriptBasedMapping(Configuration) - 类 的构造器org.apache.hadoop.net.ScriptBasedMapping
    Create an instance from the given configuration
    ScriptBasedMapping.RawScriptBasedMapping - org.apache.hadoop.net中的类
    This is the uncached script mapping that is fed into the cache managed by the superclass CachedDNSToSwitchMapping
    SECRET_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
     
    SecretManager<T extends TokenIdentifier> - org.apache.hadoop.security.token中的类
    The server-side secret manager for each token type.
    SecretManager() - 类 的构造器org.apache.hadoop.security.token.SecretManager
     
    SecretManager.InvalidToken - org.apache.hadoop.security.token中的异常错误
    The token was invalid and the message explains why.
    SECRETS_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
     
    SecureIOUtils - org.apache.hadoop.io中的类
    This class provides secure APIs for opening and creating files on the local disk.
    SecureIOUtils() - 类 的构造器org.apache.hadoop.io.SecureIOUtils
     
    SecureIOUtils.AlreadyExistsException - org.apache.hadoop.io中的异常错误
    Signals that an attempt to create a file at a given pathname has failed because another file already existed at that path.
    SecurityProtos - org.apache.hadoop.security.proto中的类
     
    SecurityProtos.CancelDelegationTokenRequestProto - org.apache.hadoop.security.proto中的类
    Protobuf type hadoop.common.CancelDelegationTokenRequestProto
    SecurityProtos.CancelDelegationTokenRequestProto.Builder - org.apache.hadoop.security.proto中的类
    Protobuf type hadoop.common.CancelDelegationTokenRequestProto
    SecurityProtos.CancelDelegationTokenRequestProtoOrBuilder - org.apache.hadoop.security.proto中的接口
     
    SecurityProtos.CancelDelegationTokenResponseProto - org.apache.hadoop.security.proto中的类
    Protobuf type hadoop.common.CancelDelegationTokenResponseProto void response
    SecurityProtos.CancelDelegationTokenResponseProto.Builder - org.apache.hadoop.security.proto中的类
    Protobuf type hadoop.common.CancelDelegationTokenResponseProto void response
    SecurityProtos.CancelDelegationTokenResponseProtoOrBuilder - org.apache.hadoop.security.proto中的接口
     
    SecurityProtos.CredentialsKVProto - org.apache.hadoop.security.proto中的类
    Protobuf type hadoop.common.CredentialsKVProto
    SecurityProtos.CredentialsKVProto.Builder - org.apache.hadoop.security.proto中的类
    Protobuf type hadoop.common.CredentialsKVProto
    SecurityProtos.CredentialsKVProtoOrBuilder - org.apache.hadoop.security.proto中的接口
     
    SecurityProtos.CredentialsProto - org.apache.hadoop.security.proto中的类
    Protobuf type hadoop.common.CredentialsProto
    SecurityProtos.CredentialsProto.Builder - org.apache.hadoop.security.proto中的类
    Protobuf type hadoop.common.CredentialsProto
    SecurityProtos.CredentialsProtoOrBuilder - org.apache.hadoop.security.proto中的接口
     
    SecurityProtos.GetDelegationTokenRequestProto - org.apache.hadoop.security.proto中的类
    Protobuf type hadoop.common.GetDelegationTokenRequestProto
    SecurityProtos.GetDelegationTokenRequestProto.Builder - org.apache.hadoop.security.proto中的类
    Protobuf type hadoop.common.GetDelegationTokenRequestProto
    SecurityProtos.GetDelegationTokenRequestProtoOrBuilder - org.apache.hadoop.security.proto中的接口
     
    SecurityProtos.GetDelegationTokenResponseProto - org.apache.hadoop.security.proto中的类
    Protobuf type hadoop.common.GetDelegationTokenResponseProto
    SecurityProtos.GetDelegationTokenResponseProto.Builder - org.apache.hadoop.security.proto中的类
    Protobuf type hadoop.common.GetDelegationTokenResponseProto
    SecurityProtos.GetDelegationTokenResponseProtoOrBuilder - org.apache.hadoop.security.proto中的接口
     
    SecurityProtos.RenewDelegationTokenRequestProto - org.apache.hadoop.security.proto中的类
    Protobuf type hadoop.common.RenewDelegationTokenRequestProto
    SecurityProtos.RenewDelegationTokenRequestProto.Builder - org.apache.hadoop.security.proto中的类
    Protobuf type hadoop.common.RenewDelegationTokenRequestProto
    SecurityProtos.RenewDelegationTokenRequestProtoOrBuilder - org.apache.hadoop.security.proto中的接口
     
    SecurityProtos.RenewDelegationTokenResponseProto - org.apache.hadoop.security.proto中的类
    Protobuf type hadoop.common.RenewDelegationTokenResponseProto
    SecurityProtos.RenewDelegationTokenResponseProto.Builder - org.apache.hadoop.security.proto中的类
    Protobuf type hadoop.common.RenewDelegationTokenResponseProto
    SecurityProtos.RenewDelegationTokenResponseProtoOrBuilder - org.apache.hadoop.security.proto中的接口
     
    SecurityProtos.TokenProto - org.apache.hadoop.security.proto中的类
    Protobuf type hadoop.common.TokenProto Security token identifier
    SecurityProtos.TokenProto.Builder - org.apache.hadoop.security.proto中的类
    Protobuf type hadoop.common.TokenProto Security token identifier
    SecurityProtos.TokenProtoOrBuilder - org.apache.hadoop.security.proto中的接口
     
    SecurityProvider() - 类 的构造器org.apache.hadoop.security.SaslPlainServer.SecurityProvider
     
    SecurityUtil - org.apache.hadoop.security中的类
    Security Utils.
    SecurityUtil.QualifiedHostResolver - org.apache.hadoop.security中的类
    This an alternate resolver with important properties that the standard java resolver lacks: 1) The hostname is fully qualified.
    seek(long) - 类 中的方法org.apache.hadoop.fs.AvroFSInput
     
    seek(long) - 类 中的方法org.apache.hadoop.fs.FSDataInputStream
    Seek to the given offset.
    seek(long) - 类 中的方法org.apache.hadoop.fs.FSInputStream
    Seek to the given offset from the start of the file.
    seek(long) - 接口 中的方法org.apache.hadoop.fs.Seekable
    Seek to the given offset from the start of the file.
    seek(long) - 类 中的方法org.apache.hadoop.io.ArrayFile.Reader
    Positions the reader before its nth value.
    seek(long) - 类 中的方法org.apache.hadoop.io.compress.CompressionInputStream
    This method is current not supported.
    seek(WritableComparable) - 类 中的方法org.apache.hadoop.io.MapFile.Reader
    Positions the reader at the named key, or if none such exists, at the first entry after the named key.
    seek(long) - 类 中的方法org.apache.hadoop.io.SequenceFile.Reader
    Set the current byte position in the input file.
    seek(WritableComparable) - 类 中的方法org.apache.hadoop.io.SetFile.Reader
     
    Seekable - org.apache.hadoop.fs中的接口
    Stream that permits seeking.
    seekTo(byte[]) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner
    Move the cursor to the first entry whose key is greater than or equal to the input key.
    seekTo(byte[], int, int) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner
    Move the cursor to the first entry whose key is greater than or equal to the input key.
    seekToEnd() - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner
    Seek to the end of the scanner.
    seekToNewSource(long) - 类 中的方法org.apache.hadoop.fs.FSDataInputStream
    Seek to the given position on an alternate copy of the data.
    seekToNewSource(long) - 类 中的方法org.apache.hadoop.fs.FSInputStream
    Seeks a different copy of the data.
    seekToNewSource(long) - 类 中的方法org.apache.hadoop.io.compress.CompressionInputStream
    This method is current not supported.
    SegmentDescriptor(long, long, Path) - 类 的构造器org.apache.hadoop.io.SequenceFile.Sorter.SegmentDescriptor
    Constructs a segment
    selectDelegationToken(Credentials) - 类 中的方法org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
     
    selectiveClearing(Key, short) - 类 中的方法org.apache.hadoop.util.bloom.RetouchedBloomFilter
    Performs the selective clearing for a given key.
    selectToken(Text, Collection<Token<? extends TokenIdentifier>>) - 接口 中的方法org.apache.hadoop.security.token.TokenSelector
     
    SENDERNAME_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
     
    sendError(int, String) - 接口 中的方法org.apache.hadoop.security.http.RestCsrfPreventionFilter.HttpInteraction
    Called by the filter after it decides that the request is a potential CSRF attack and therefore must be rejected.
    SEPARATOR - 类 中的静态变量org.apache.hadoop.fs.Path
    The directory separator, a slash.
    SEPARATOR_CHAR - 类 中的静态变量org.apache.hadoop.fs.Path
    The directory separator, a slash, as a character.
    SEQ_IO_SORT_FACTOR_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
    SEQ_IO_SORT_FACTOR_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
     
    SEQ_IO_SORT_MB_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
    SEQ_IO_SORT_MB_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
     
    SequenceFile - org.apache.hadoop.io中的类
    SequenceFiles are flat files consisting of binary key/value pairs.
    SequenceFile.CompressionType - org.apache.hadoop.io中的枚举
    The compression type used to compress key/value pairs in the SequenceFile.
    SequenceFile.Metadata - org.apache.hadoop.io中的类
    The class encapsulating with the metadata of a file.
    SequenceFile.Reader - org.apache.hadoop.io中的类
    Reads key/value pairs from a sequence-format file.
    SequenceFile.Reader.Option - org.apache.hadoop.io中的接口
    A tag interface for all of the Reader options
    SequenceFile.Sorter - org.apache.hadoop.io中的类
    Sorts key/value pairs in a sequence-format file.
    SequenceFile.Sorter.RawKeyValueIterator - org.apache.hadoop.io中的接口
    The interface to iterate over raw keys/values of SequenceFiles.
    SequenceFile.Sorter.SegmentDescriptor - org.apache.hadoop.io中的类
    This class defines a merge segment.
    SequenceFile.ValueBytes - org.apache.hadoop.io中的接口
    The interface to 'raw' values of SequenceFiles.
    SequenceFile.Writer - org.apache.hadoop.io中的类
    Write key/value pairs to a sequence-format file.
    SequenceFile.Writer.Option - org.apache.hadoop.io中的接口
     
    serialize() - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider.Metadata
    Serialize the metadata to a set of bytes.
    Server(Class<?>, Object, Configuration, String, int, int, int, int, boolean, SecretManager<? extends TokenIdentifier>, String) - 类 的构造器org.apache.hadoop.ipc.ProtobufRpcEngine.Server
    Construct an RPC server.
    Server(String, int, Class<? extends Writable>, int, int, int, Configuration, String, SecretManager<? extends TokenIdentifier>, String) - 类 的构造器org.apache.hadoop.ipc.RPC.Server
     
    Server - org.apache.hadoop.ipc中的类
    An abstract IPC service.
    Server(String, int, Class<? extends Writable>, int, Configuration) - 类 的构造器org.apache.hadoop.ipc.Server
     
    Server(String, int, Class<? extends Writable>, int, int, int, Configuration, String, SecretManager<? extends TokenIdentifier>) - 类 的构造器org.apache.hadoop.ipc.Server
     
    Server(String, int, Class<? extends Writable>, int, int, int, Configuration, String, SecretManager<? extends TokenIdentifier>, String) - 类 的构造器org.apache.hadoop.ipc.Server
    Constructs a server listening on the named port and address.
    Server(Object, Configuration, String, int) - 类 的构造器org.apache.hadoop.ipc.WritableRpcEngine.Server
    已过时。
    Use #Server(Class, Object, Configuration, String, int)
    Server(Class<?>, Object, Configuration, String, int) - 类 的构造器org.apache.hadoop.ipc.WritableRpcEngine.Server
    已过时。
    Construct an RPC server.
    Server(Object, Configuration, String, int, int, int, int, boolean, SecretManager<? extends TokenIdentifier>) - 类 的构造器org.apache.hadoop.ipc.WritableRpcEngine.Server
    已过时。
    use Server#Server(Class, Object, Configuration, String, int, int, int, int, boolean, SecretManager)
    Server(Class<?>, Object, Configuration, String, int, int, int, int, boolean, SecretManager<? extends TokenIdentifier>, String) - 类 的构造器org.apache.hadoop.ipc.WritableRpcEngine.Server
    已过时。
    Construct an RPC server.
    Server.Call - org.apache.hadoop.ipc中的类
    A generic call queued for handling.
    Server.Connection - org.apache.hadoop.ipc中的类
    Reads calls from a connection and queues them for handling.
    SERVERID_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
     
    SERVERIPCVERSIONNUM_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
     
    Servers - org.apache.hadoop.metrics2.util中的类
    Helpers to handle server addresses
    SERVERS_PROPERTY - 类 中的静态变量org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
     
    Service - org.apache.hadoop.service中的接口
    Service LifeCycle.
    Service.STATE - org.apache.hadoop.service中的枚举
    Service states
    SERVICE_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.security.proto.SecurityProtos.TokenProto
     
    SERVICE_PARAM - 类 中的静态变量org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
     
    SERVICE_SHUTDOWN_TIMEOUT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
    Configuration option for the shutdown hook manager shutdown time: "hadoop.service.shutdown.timeout".
    SERVICE_SHUTDOWN_TIMEOUT_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
    Default shutdown hook timeout: 30L seconds.
    serviceCreationFailure(Exception) - 类 中的方法org.apache.hadoop.service.launcher.ServiceLauncher
    Generate an exception announcing a failure to create the service.
    ServiceFailedException - org.apache.hadoop.ha中的异常错误
    Exception thrown to indicate that an operation performed to modify the state of a service or application failed.
    ServiceFailedException(String) - 异常错误 的构造器org.apache.hadoop.ha.ServiceFailedException
     
    ServiceFailedException(String, Throwable) - 异常错误 的构造器org.apache.hadoop.ha.ServiceFailedException
     
    ServiceForcedShutdown(Service, int) - 类 的构造器org.apache.hadoop.service.launcher.InterruptEscalator.ServiceForcedShutdown
     
    serviceInit(Configuration) - 类 中的方法org.apache.hadoop.service.AbstractService
    All initialization code needed by a service.
    serviceInit(Configuration) - 类 中的方法org.apache.hadoop.service.CompositeService
     
    serviceInit(Configuration) - 类 中的方法org.apache.hadoop.util.NodeHealthScriptRunner
     
    ServiceLauncher<S extends Service> - org.apache.hadoop.service.launcher中的类
    A class to launch any YARN service by name.
    ServiceLauncher(String) - 类 的构造器org.apache.hadoop.service.launcher.ServiceLauncher
    Create an instance of the launcher.
    ServiceLauncher(String, String) - 类 的构造器org.apache.hadoop.service.launcher.ServiceLauncher
    Create an instance of the launcher.
    ServiceLauncher.MinimalGenericOptionsParser - org.apache.hadoop.service.launcher中的类
    A generic options parser which does not parse any of the traditional Hadoop options.
    ServiceLaunchException - org.apache.hadoop.service.launcher中的异常错误
    A service launch exception that includes an exit code.
    ServiceLaunchException(int, Throwable) - 异常错误 的构造器org.apache.hadoop.service.launcher.ServiceLaunchException
    Create an exception with the specific exit code.
    ServiceLaunchException(int, String) - 异常错误 的构造器org.apache.hadoop.service.launcher.ServiceLaunchException
    Create an exception with the specific exit code and text.
    ServiceLaunchException(int, String, Object...) - 异常错误 的构造器org.apache.hadoop.service.launcher.ServiceLaunchException
    Create a formatted exception.
    ServiceListeners() - 类 的构造器org.apache.hadoop.service.ServiceOperations.ServiceListeners
     
    serviceMain(String...) - 类 中的静态方法org.apache.hadoop.service.launcher.ServiceLauncher
    Varargs version of the entry point for testing and other in-JVM use.
    serviceMain(List<String>) - 类 中的静态方法org.apache.hadoop.service.launcher.ServiceLauncher
    The real main function, which takes the arguments as a list.
    ServiceOperations - org.apache.hadoop.service中的类
    This class contains a set of methods to work with services, especially to walk them through their lifecycle.
    ServiceOperations.ServiceListeners - org.apache.hadoop.service中的类
    Class to manage a list of ServiceStateChangeListener instances, including a notification loop that is robust against changes to the list during the notification process.
    serviceStart() - 类 中的方法org.apache.hadoop.service.AbstractService
    Actions called during the INITED to STARTED transition.
    serviceStart() - 类 中的方法org.apache.hadoop.service.CompositeService
     
    serviceStart() - 类 中的方法org.apache.hadoop.util.NodeHealthScriptRunner
    Method used to start the Node health monitoring.
    ServiceStateChangeListener - org.apache.hadoop.service中的接口
    Interface to notify state changes of a service.
    ServiceStateException - org.apache.hadoop.service中的异常错误
    Exception that can be raised on state change operations, whose exit code can be explicitly set, determined from that of any nested cause, or a default value of LauncherExitCodes.EXIT_SERVICE_LIFECYCLE_EXCEPTION.
    ServiceStateException(String) - 异常错误 的构造器org.apache.hadoop.service.ServiceStateException
    Instantiate
    ServiceStateException(String, Throwable) - 异常错误 的构造器org.apache.hadoop.service.ServiceStateException
    Instantiate with a message and cause; if the cause has an exit code then it is used, otherwise the generic LauncherExitCodes.EXIT_SERVICE_LIFECYCLE_EXCEPTION exit code is used.
    ServiceStateException(int, String, Throwable) - 异常错误 的构造器org.apache.hadoop.service.ServiceStateException
    Instantiate, using the specified exit code as the exit code of the exception, irrespetive of any exit code supplied by any inner cause.
    ServiceStateException(Throwable) - 异常错误 的构造器org.apache.hadoop.service.ServiceStateException
     
    ServiceStateModel - org.apache.hadoop.service中的类
    Implements the service state model.
    ServiceStateModel(String) - 类 的构造器org.apache.hadoop.service.ServiceStateModel
    Create the service state model in the Service.STATE.NOTINITED state.
    ServiceStateModel(String, Service.STATE) - 类 的构造器org.apache.hadoop.service.ServiceStateModel
    Create a service state model instance in the chosen state
    serviceStop() - 类 中的方法org.apache.hadoop.service.AbstractService
    Actions called during the transition to the STOPPED state.
    serviceStop() - 类 中的方法org.apache.hadoop.service.CompositeService
     
    serviceStop() - 类 中的方法org.apache.hadoop.util.NodeHealthScriptRunner
    Method used to terminate the node health monitoring service.
    set(String, String) - 类 中的方法org.apache.hadoop.conf.Configuration
    Set the value of the name property.
    set(String, String, String) - 类 中的方法org.apache.hadoop.conf.Configuration
    Set the value of the name property.
    set(Object) - 类 中的方法org.apache.hadoop.io.ArrayPrimitiveWritable
     
    set(Writable[]) - 类 中的方法org.apache.hadoop.io.ArrayWritable
     
    set(boolean) - 类 中的方法org.apache.hadoop.io.BooleanWritable
    Set the value of the BooleanWritable
    set(BytesWritable) - 类 中的方法org.apache.hadoop.io.BytesWritable
    Set the BytesWritable to the contents of the given newData.
    set(byte[], int, int) - 类 中的方法org.apache.hadoop.io.BytesWritable
    Set the value to a copy of the given byte range
    set(byte) - 类 中的方法org.apache.hadoop.io.ByteWritable
    Set the value of this ByteWritable.
    set(double) - 类 中的方法org.apache.hadoop.io.DoubleWritable
     
    set(EnumSet<E>, Class<E>) - 类 中的方法org.apache.hadoop.io.EnumSetWritable
    reset the EnumSetWritable with specified value and elementType.
    set(float) - 类 中的方法org.apache.hadoop.io.FloatWritable
    Set the value of this FloatWritable.
    set(Writable) - 类 中的方法org.apache.hadoop.io.GenericWritable
    Set the instance that is wrapped.
    set(int) - 类 中的方法org.apache.hadoop.io.IntWritable
    Set the value of this IntWritable.
    set(long) - 类 中的方法org.apache.hadoop.io.LongWritable
    Set the value of this LongWritable.
    set(MD5Hash) - 类 中的方法org.apache.hadoop.io.MD5Hash
    Copy the contents of another instance into this instance.
    set(Object) - 类 中的方法org.apache.hadoop.io.ObjectWritable
    Reset the instance.
    set(Text, Text) - 类 中的方法org.apache.hadoop.io.SequenceFile.Metadata
     
    set(short) - 类 中的方法org.apache.hadoop.io.ShortWritable
    Set the value of this ShortWritable.
    set(String) - 类 中的方法org.apache.hadoop.io.Text
    Set to contain the contents of a string.
    set(byte[]) - 类 中的方法org.apache.hadoop.io.Text
    Set to a utf8 byte array
    set(Text) - 类 中的方法org.apache.hadoop.io.Text
    copy a text.
    set(byte[], int, int) - 类 中的方法org.apache.hadoop.io.Text
    Set the Text to range of bytes
    set(Writable[][]) - 类 中的方法org.apache.hadoop.io.TwoDArrayWritable
     
    set(int) - 类 中的方法org.apache.hadoop.io.VIntWritable
    Set the value of this VIntWritable.
    set(long) - 类 中的方法org.apache.hadoop.io.VLongWritable
    Set the value of this LongWritable.
    set(float) - 类 中的方法org.apache.hadoop.metrics2.lib.MutableGaugeFloat
     
    set(int) - 类 中的方法org.apache.hadoop.metrics2.lib.MutableGaugeInt
    Set the value of the metric
    set(long) - 类 中的方法org.apache.hadoop.metrics2.lib.MutableGaugeLong
    Set the value of the metric
    SET_GROUP_COMMAND - 类 中的静态变量org.apache.hadoop.util.Shell
    a Unix command to set the change user's groups list: "chgrp".
    SET_OWNER_COMMAND - 类 中的静态变量org.apache.hadoop.util.Shell
    a Unix command to set owner: "chown".
    SET_PERMISSION_COMMAND - 类 中的静态变量org.apache.hadoop.util.Shell
    a Unix command to set permission: "chmod".
    setAccessTime(long) - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    optional uint64 access_time = 8;
    setAcl(Path, List<AclEntry>) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
    Fully replaces ACL of files and directories, discarding all existing entries.
    setAcl(Path, List<AclEntry>) - 类 中的方法org.apache.hadoop.fs.ChecksumFileSystem
     
    setAcl(Path, List<AclEntry>) - 类 中的方法org.apache.hadoop.fs.FileContext
    Fully replaces ACL of files and directories, discarding all existing entries.
    setAcl(Path, List<AclEntry>) - 类 中的方法org.apache.hadoop.fs.FileSystem
    Fully replaces ACL of files and directories, discarding all existing entries.
    setAcl(Path, List<AclEntry>) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
     
    setAcl(Path, List<AclEntry>) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
     
    setAcl(Path, List<AclEntry>) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
     
    setACL(AccessControlList) - 类 中的方法org.apache.hadoop.http.HttpServer2.Builder
     
    setAlias(String) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
    required string alias = 1;
    setAliasBytes(ByteString) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
    required string alias = 1;
    setAllowNullValueProperties(boolean) - 类 中的方法org.apache.hadoop.conf.Configuration
    Set Configuration to allow keys without values during setup.
    setArgs(int, String) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
    repeated string args = 2;
    setAsynchronousMode(boolean) - 类 中的静态方法org.apache.hadoop.ipc.Client
    Set RPC to asynchronous or synchronous mode.
    setAttributes(Map<String, String>) - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider.Options
     
    setAuthenticationMethod(UserGroupInformation.AuthenticationMethod, Configuration) - 类 中的静态方法org.apache.hadoop.security.SecurityUtil
     
    setAuthenticationMethod(UserGroupInformation.AuthenticationMethod) - 类 中的方法org.apache.hadoop.security.UserGroupInformation
    Sets the authentication method in the subject
    setAuthenticationMethod(SaslRpcServer.AuthMethod) - 类 中的方法org.apache.hadoop.security.UserGroupInformation
    Sets the authentication method in the subject
    setAuths(int, RpcHeaderProtos.RpcSaslProto.SaslAuth) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
    repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
    setAuths(int, RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
    repeated .hadoop.common.RpcSaslProto.SaslAuth auths = 4;
    setBindAddress(String) - 类 中的方法org.apache.hadoop.ipc.RPC.Builder
    Default: 0.0.0.0
    setBitLength(int) - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider.Options
     
    setBlockLocations(BlockLocation[]) - 类 中的方法org.apache.hadoop.fs.LocatedFileStatus
    Hook for subclasses to lazily set block locations.
    setBlockReplication(int) - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    optional uint32 block_replication = 10;
    setBlockSize(long) - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    optional uint64 block_size = 11;
    setBlockSize(Configuration, int) - 类 中的静态方法org.apache.hadoop.io.compress.bzip2.Bzip2Factory
     
    setBoolean(String, boolean) - 类 中的方法org.apache.hadoop.conf.Configuration
    Set the value of the name property to a boolean.
    setBooleanIfUnset(String, boolean) - 类 中的方法org.apache.hadoop.conf.Configuration
    Set the given property, if it is currently unset.
    setCachedHosts(String[]) - 类 中的方法org.apache.hadoop.fs.BlockLocation
    Set the hosts hosting a cached replica of this block
    setCacheManipulator(NativeIO.POSIX.CacheManipulator) - 类 中的静态方法org.apache.hadoop.io.nativeio.NativeIO.POSIX
     
    setCallerContext(RpcHeaderProtos.RPCCallerContextProto) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
    optional .hadoop.common.RPCCallerContextProto callerContext = 7; call context
    setCallerContext(RpcHeaderProtos.RPCCallerContextProto.Builder) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
    optional .hadoop.common.RPCCallerContextProto callerContext = 7; call context
    setCallId(int) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
    required sint32 callId = 3; a sequence number that is sent back in response
    setCallId(int) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
    required uint32 callId = 1; callId used in Request
    setCallIdAndRetryCount(int, int, Object) - 类 中的静态方法org.apache.hadoop.ipc.Client
    Set call id and retry count for the next call.
    setCapacity(int) - 类 中的方法org.apache.hadoop.io.BytesWritable
    Change the capacity of the backing storage.
    setChallenge(ByteString) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
    optional bytes challenge = 5;
    setChanged() - 类 中的方法org.apache.hadoop.metrics2.lib.MutableMetric
    Set the changed flag in mutable operations
    setCipher(String) - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider.Options
     
    setClass(String, Class<?>, Class<?>) - 类 中的方法org.apache.hadoop.conf.Configuration
    Set the value of the name property to the name of a theClass implementing the given interface xface.
    setClassLoader(ClassLoader) - 类 中的方法org.apache.hadoop.conf.Configuration
    Set the class loader that will be used to load the various objects.
    setClassName(String) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
    required string className = 1;
    setClassName(String) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
    required string className = 2;
    setClassNameBytes(ByteString) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
    required string className = 1;
    setClassNameBytes(ByteString) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
    required string className = 2;
    setClientBackoffEnabled(boolean) - 类 中的方法org.apache.hadoop.ipc.Server
     
    setClientId(ByteString) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
    required bytes clientId = 4; Globally unique client ID
    setClientId(ByteString) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
    optional bytes clientId = 7; Globally unique client ID
    setClientProtocolVersion(long) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
    required uint64 clientProtocolVersion = 3; protocol version of class declaring the called method
    setClosed() - 类 中的方法org.apache.hadoop.util.CloseableReferenceCount
    Mark the status as closed.
    setCodecClasses(Configuration, List<Class>) - 类 中的静态方法org.apache.hadoop.io.compress.CompressionCodecFactory
    Sets a list of codec classes in the configuration.
    setCommandFactory(CommandFactory) - 类 中的方法org.apache.hadoop.fs.shell.find.FindOptions
    Set the command factory.
    setCompressionLevel(Configuration, ZlibCompressor.CompressionLevel) - 类 中的静态方法org.apache.hadoop.io.compress.zlib.ZlibFactory
     
    setCompressionStrategy(Configuration, ZlibCompressor.CompressionStrategy) - 类 中的静态方法org.apache.hadoop.io.compress.zlib.ZlibFactory
     
    setConf(Configuration) - 接口 中的方法org.apache.hadoop.conf.Configurable
    Set the configuration to be used by this object.
    setConf(Configuration) - 类 中的方法org.apache.hadoop.conf.Configured
     
    setConf(Configuration) - 类 中的方法org.apache.hadoop.fs.ChecksumFileSystem
     
    setConf(Configuration) - 类 中的方法org.apache.hadoop.fs.GetSpaceUsed.Builder
     
    setConf(Configuration) - 类 中的方法org.apache.hadoop.fs.shell.find.BaseExpression
     
    setConf(Configuration) - 类 中的方法org.apache.hadoop.fs.shell.find.FilterExpression
     
    setConf(Configuration) - 类 中的方法org.apache.hadoop.http.HttpServer2.Builder
     
    setConf(Configuration) - 类 中的方法org.apache.hadoop.io.AbstractMapWritable
     
    setConf(Configuration) - 类 中的方法org.apache.hadoop.io.compress.BZip2Codec
    Set the configuration to be used by this object.
    setConf(Configuration) - 类 中的方法org.apache.hadoop.io.compress.DefaultCodec
     
    setConf(Configuration) - 类 中的方法org.apache.hadoop.io.compress.Lz4Codec
    Set the configuration to be used by this object.
    setConf(Configuration) - 类 中的方法org.apache.hadoop.io.compress.SnappyCodec
    Set the configuration to be used by this object.
    setConf(Configuration) - 类 中的方法org.apache.hadoop.io.compress.ZStandardCodec
    Set the configuration to be used by this object.
    setConf(Configuration) - 类 中的方法org.apache.hadoop.io.EnumSetWritable
     
    setConf(Configuration) - 类 中的方法org.apache.hadoop.io.GenericWritable
     
    setConf(Configuration) - 类 中的方法org.apache.hadoop.io.ObjectWritable
     
    setConf(Configuration) - 类 中的方法org.apache.hadoop.io.WritableComparator
     
    setConf(Configuration) - 类 中的方法org.apache.hadoop.net.AbstractDNSToSwitchMapping
     
    setConf(Configuration) - 类 中的方法org.apache.hadoop.net.ScriptBasedMapping.RawScriptBasedMapping
    Set the configuration and extract the configuration parameters of interest
    setConf(Configuration) - 类 中的方法org.apache.hadoop.net.ScriptBasedMapping
    Set the configuration to be used by this object.
    setConf(Configuration) - 类 中的方法org.apache.hadoop.net.SocksSocketFactory
     
    setConf(Configuration) - 类 中的方法org.apache.hadoop.net.TableMapping
     
    setConf(Configuration) - 类 中的方法org.apache.hadoop.security.authorize.DefaultImpersonationProvider
     
    setConf(Configuration) - 类 中的方法org.apache.hadoop.security.SaslPropertiesResolver
     
    setConf(Configuration) - 类 中的方法org.apache.hadoop.security.WhitelistBasedResolver
     
    setConf(Object, Configuration) - 类 中的静态方法org.apache.hadoop.util.ReflectionUtils
    Check and set 'configuration' if necessary.
    setConfig(Configuration) - 类 中的方法org.apache.hadoop.service.AbstractService
    Set the configuration for this service.
    setConfig(int, TraceAdminPB.ConfigPair) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
    repeated .hadoop.common.ConfigPair config = 2;
    setConfig(int, TraceAdminPB.ConfigPair.Builder) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto.Builder
    repeated .hadoop.common.ConfigPair config = 2;
    setConfiguration(Configuration) - 类 中的方法org.apache.hadoop.fs.shell.find.FindOptions
    setConfiguration(Configuration) - 类 中的静态方法org.apache.hadoop.security.SecurityUtil
     
    setConfiguration(Configuration) - 类 中的静态方法org.apache.hadoop.security.UserGroupInformation
    Set the static configuration for UGI.
    setConnectionConfigurator(ConnectionConfigurator) - 类 中的方法org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
     
    setConnectTimeout(Configuration, int) - 类 中的静态方法org.apache.hadoop.ipc.Client
    set the connection timeout value in configuration
    setContentionTracing(boolean) - 类 中的静态方法org.apache.hadoop.util.ReflectionUtils
     
    setContext(String) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
    required string context = 1;
    setContext(String) - 类 中的方法org.apache.hadoop.metrics2.lib.MetricsRegistry
    Set the metrics context tag
    setContext(String) - 类 中的方法org.apache.hadoop.metrics2.MetricsJsonBuilder
     
    setContext(String) - 类 中的方法org.apache.hadoop.metrics2.MetricsRecordBuilder
    Set the context tag
    setContext(String) - 类 中的方法org.apache.hadoop.metrics2.MetricStringBuilder
     
    setContextBytes(ByteString) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
    required string context = 1;
    setCorrupt(boolean) - 类 中的方法org.apache.hadoop.fs.BlockLocation
    Set the corrupt flag.
    setCurrentKeyId(int) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
    For subclasses externalizing the storage, for example Zookeeper based implementations
    setData(String, byte[], int) - 类 中的方法org.apache.hadoop.util.curator.ZKCuratorManager.SafeTransaction
     
    setDateHeader(String, long) - 类 中的方法org.apache.hadoop.security.http.XFrameOptionsFilter.XFrameOptionsResponseWrapper
     
    setDeclaringClassProtocolName(String) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
    required string declaringClassProtocolName = 2; RPCs for a particular interface (ie protocol) are done using a IPC connection that is setup using rpcProxy.
    setDeclaringClassProtocolNameBytes(ByteString) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
    required string declaringClassProtocolName = 2; RPCs for a particular interface (ie protocol) are done using a IPC connection that is setup using rpcProxy.
    setDefaultCompressionType(Configuration, SequenceFile.CompressionType) - 类 中的静态方法org.apache.hadoop.io.SequenceFile
    Set the default compression type for sequence files.
    setDefaultDelegationTokenAuthenticator(Class<? extends DelegationTokenAuthenticator>) - 类 中的静态方法org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
    Sets the default DelegationTokenAuthenticator class to use when an DelegationTokenAuthenticatedURL instance is created without specifying one.
    setDefaultUri(Configuration, URI) - 类 中的静态方法org.apache.hadoop.fs.FileSystem
    Set the default FileSystem URI in a configuration.
    setDefaultUri(Configuration, String) - 类 中的静态方法org.apache.hadoop.fs.FileSystem
    Set the default FileSystem URI in a configuration.
    setDeferredError(Throwable) - 类 中的方法org.apache.hadoop.ipc.Server.Call
     
    setDeferredResponse(Writable) - 类 中的方法org.apache.hadoop.ipc.Server.Call
     
    setDelegate(DecayRpcScheduler) - 类 中的方法org.apache.hadoop.ipc.DecayRpcScheduler.MetricsProxy
     
    setDelegationToken(Token<T>) - 接口 中的方法org.apache.hadoop.fs.DelegationTokenRenewer.Renewable
    Set delegation token.
    setDelegationToken(Token<AbstractDelegationTokenIdentifier>) - 类 中的方法org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL.Token
     
    setDelegationTokenSeqNum(int) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
    For subclasses externalizing the storage, for example Zookeeper based implementations
    setDeprecatedProperties() - 类 中的方法org.apache.hadoop.conf.Configuration
    Sets all deprecated properties that are not currently set but have a corresponding new property that is set.
    setDepthFirst(boolean) - 类 中的方法org.apache.hadoop.fs.shell.find.FindOptions
    Sets flag indicating whether the expression should be applied to the directory tree depth first.
    setDescription(String) - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider.Options
     
    setDescriptions(int, TraceAdminPB.SpanReceiverListInfo) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
    repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
    setDescriptions(int, TraceAdminPB.SpanReceiverListInfo.Builder) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto.Builder
    repeated .hadoop.common.SpanReceiverListInfo descriptions = 1;
    setDictionary(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.bzip2.Bzip2Compressor
     
    setDictionary(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.bzip2.Bzip2Decompressor
     
    setDictionary(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.bzip2.BZip2DummyCompressor
     
    setDictionary(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.bzip2.BZip2DummyDecompressor
     
    setDictionary(byte[], int, int) - 接口 中的方法org.apache.hadoop.io.compress.Compressor
    Sets preset dictionary for compression.
    setDictionary(byte[], int, int) - 接口 中的方法org.apache.hadoop.io.compress.Decompressor
    Sets preset dictionary for compression.
    setDictionary(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.lz4.Lz4Compressor
    Does nothing.
    setDictionary(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.lz4.Lz4Decompressor
    Does nothing.
    setDictionary(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.snappy.SnappyCompressor
    Does nothing.
    setDictionary(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.snappy.SnappyDecompressor
    Does nothing.
    setDictionary(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.snappy.SnappyDecompressor.SnappyDirectDecompressor
     
    setDictionary(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.zlib.BuiltInGzipDecompressor
     
    setDictionary(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.zlib.ZlibCompressor
     
    setDictionary(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.zlib.ZlibDecompressor
     
    setDictionary(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.zlib.ZlibDecompressor.ZlibDirectDecompressor
     
    setDictionary(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.zstd.ZStandardCompressor
     
    setDictionary(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.zstd.ZStandardDecompressor
     
    setDictionary(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.zstd.ZStandardDecompressor.ZStandardDirectDecompressor
     
    setDigest(String) - 类 中的方法org.apache.hadoop.io.MD5Hash
    Sets the digest value from a hex string.
    setDouble(String, double) - 类 中的方法org.apache.hadoop.conf.Configuration
    Set the value of the name property to a double.
    setDropBehind(Boolean) - 接口 中的方法org.apache.hadoop.fs.CanSetDropBehind
    Configure whether the stream should drop the cache.
    setDropBehind(Boolean) - 类 中的方法org.apache.hadoop.fs.FSDataInputStream
     
    setDropBehind(Boolean) - 类 中的方法org.apache.hadoop.fs.FSDataOutputStream
     
    setEcData(ByteString) - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    optional bytes ec_data = 17; storagePolicy = 16
    setEffectiveUser(String) - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
    optional string effectiveUser = 1;
    setEffectiveUserBytes(ByteString) - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
    optional string effectiveUser = 1;
    setEncryptionData(ByteString) - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    optional bytes encryption_data = 15; locations = 12 alias = 13 childrenNum = 14
    setEnd(long) - 类 中的方法org.apache.hadoop.io.compress.SplitCompressionInputStream
     
    setEnum(String, T) - 类 中的方法org.apache.hadoop.conf.Configuration
    Set the value of the name property to the given type.
    setEnvironment(Map<String, String>) - 类 中的方法org.apache.hadoop.util.Shell
    Set the environment for the command.
    setErr(PrintStream) - 类 中的方法org.apache.hadoop.fs.shell.find.FindOptions
    Sets the error stream to be used.
    setErr(PrintStream) - 类 中的方法org.apache.hadoop.tools.CommandShell
     
    setErrorDetail(RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
    optional .hadoop.common.RpcResponseHeaderProto.RpcErrorCodeProto errorDetail = 6; in case of error
    setErrorMsg(String) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
    optional string errorMsg = 5; if request fails, often contains strack trace
    setErrorMsgBytes(ByteString) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
    optional string errorMsg = 5; if request fails, often contains strack trace
    setEstimator(QuantileEstimator) - 类 中的方法org.apache.hadoop.metrics2.lib.MutableQuantiles
     
    setExceptionClassName(String) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
    optional string exceptionClassName = 4; if request fails
    setExceptionClassNameBytes(ByteString) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
    optional string exceptionClassName = 4; if request fails
    setExecutable(File, boolean) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
    Platform independent implementation for File.setExecutable(boolean) File#setExecutable does not work as expected on Windows.
    setExitStatus(int) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
    optional int32 exitStatus = 1; unix exit status to return
    setExpirationTime(long) - 类 中的方法org.apache.hadoop.ipc.RetryCache.CacheEntry
     
    setExpirationTime(long) - 接口 中的方法org.apache.hadoop.util.LightWeightCache.Entry
    Set the expiration time.
    setExtended(boolean) - 类 中的方法org.apache.hadoop.metrics2.lib.MutableStat
    Set whether to display the extended stats (stdev, min/max etc.) or not
    setFactor(int) - 类 中的方法org.apache.hadoop.io.SequenceFile.Sorter
    Set the number of streams to merge at once.
    setFactory(Class, WritableFactory) - 类 中的静态方法org.apache.hadoop.io.WritableFactories
    Define a factory for a class.
    SetFile - org.apache.hadoop.io中的类
    A file-based set of keys.
    SetFile() - 类 的构造器org.apache.hadoop.io.SetFile
     
    SetFile.Reader - org.apache.hadoop.io中的类
    Provide access to an existing set file.
    SetFile.Writer - org.apache.hadoop.io中的类
    Write a new set file.
    setFilename(String) - 类 中的方法org.apache.hadoop.http.HttpRequestLogAppender
     
    setFilePointer(FileDescriptor, long, long) - 类 中的静态方法org.apache.hadoop.io.nativeio.NativeIO.Windows
    Wrapper around SetFilePointer() on Windows
    setFileType(FSProtos.FileStatusProto.FileType) - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    required .hadoop.fs.FileStatusProto.FileType fileType = 1;
    setFindPort(boolean) - 类 中的方法org.apache.hadoop.http.HttpServer2.Builder
     
    setFlags(int) - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    optional uint32 flags = 18 [default = 0];
    setFloat(String, float) - 类 中的方法org.apache.hadoop.conf.Configuration
    Set the value of the name property to a float.
    setFollowArgLink(boolean) - 类 中的方法org.apache.hadoop.fs.shell.find.FindOptions
    Sets flag indicating whether command line symbolic links should be followed.
    setFollowLink(boolean) - 类 中的方法org.apache.hadoop.fs.shell.find.FindOptions
    Sets flag indicating whether symbolic links should be followed.
    setGroup(String) - 类 中的方法org.apache.hadoop.fs.FileStatus
    Sets group.
    setGroup(String) - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    optional string group = 6;
    setGroupBytes(ByteString) - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    optional string group = 6;
    setGroups(int, String) - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto.Builder
    repeated string groups = 1;
    setHeader(String, String) - 类 中的方法org.apache.hadoop.security.http.XFrameOptionsFilter.XFrameOptionsResponseWrapper
     
    setHelp(String[]) - 类 中的方法org.apache.hadoop.fs.shell.find.BaseExpression
    Sets the help text for this Expression
    setHomeDirConf(Configuration, String) - 类 中的静态方法org.apache.hadoop.fs.viewfs.ConfigUtil
    Add config variable for homedir for default mount table
    setHomeDirConf(Configuration, String, String) - 类 中的静态方法org.apache.hadoop.fs.viewfs.ConfigUtil
    Add config variable for homedir the specified mount table
    setHosts(String[]) - 类 中的方法org.apache.hadoop.fs.BlockLocation
    Set the hosts hosting this block
    setId(long) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto.Builder
    required int64 id = 1;
    setId(long) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto.Builder
    required int64 id = 1;
    setId(long) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo.Builder
    required int64 id = 1;
    setIdentifier(String) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
    optional string identifier = 1;
    setIdentifier(ByteString) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
    required bytes identifier = 1;
    setIdentifierBytes(ByteString) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto.Builder
    optional string identifier = 1;
    setIfUnset(String, String) - 类 中的方法org.apache.hadoop.conf.Configuration
    Sets a property if it is currently unset.
    setIn(InputStream) - 类 中的方法org.apache.hadoop.fs.shell.find.FindOptions
    Sets the input stream to be used.
    setIndexInterval(int) - 类 中的方法org.apache.hadoop.io.MapFile.Writer
    Sets the index interval.
    setIndexInterval(Configuration, int) - 类 中的静态方法org.apache.hadoop.io.MapFile.Writer
    Sets the index interval and stores it in conf
    setInitialFlushTime(Date) - 类 中的方法org.apache.hadoop.metrics2.sink.RollingFileSystemSink
    Set the RollingFileSystemSink.nextFlush variable to the initial flush time.
    setInitialUsed(long) - 类 中的方法org.apache.hadoop.fs.GetSpaceUsed.Builder
     
    setInput(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.bzip2.Bzip2Compressor
     
    setInput(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.bzip2.Bzip2Decompressor
     
    setInput(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.bzip2.BZip2DummyCompressor
     
    setInput(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.bzip2.BZip2DummyDecompressor
     
    setInput(byte[], int, int) - 接口 中的方法org.apache.hadoop.io.compress.Compressor
    Sets input data for compression.
    setInput(byte[], int, int) - 接口 中的方法org.apache.hadoop.io.compress.Decompressor
    Sets input data for decompression.
    setInput(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.lz4.Lz4Compressor
    Sets input data for compression.
    setInput(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.lz4.Lz4Decompressor
    Sets input data for decompression.
    setInput(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.snappy.SnappyCompressor
    Sets input data for compression.
    setInput(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.snappy.SnappyDecompressor
    Sets input data for decompression.
    setInput(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.zlib.BuiltInGzipDecompressor
    Sets input data for decompression.
    setInput(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.zlib.ZlibCompressor
     
    setInput(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.zlib.ZlibDecompressor
     
    setInput(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.zstd.ZStandardCompressor
     
    setInput(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.zstd.ZStandardDecompressor
     
    setInstance(Object) - 类 中的方法org.apache.hadoop.ipc.RPC.Builder
    Mandatory field
    setInt(String, int) - 类 中的方法org.apache.hadoop.conf.Configuration
    Set the value of the name property to an int.
    setInterval(long) - 类 中的方法org.apache.hadoop.fs.GetSpaceUsed.Builder
     
    setIntHeader(String, int) - 类 中的方法org.apache.hadoop.security.http.XFrameOptionsFilter.XFrameOptionsResponseWrapper
     
    setIssueDate(long) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
     
    SetIterator() - 类 的构造器org.apache.hadoop.util.LightWeightGSet.SetIterator
     
    setJitter(Long) - 类 中的方法org.apache.hadoop.fs.GetSpaceUsed.Builder
     
    setKey(String) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
    required string key = 1;
    setKeyBytes(ByteString) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
    required string key = 1;
    setKeytabConfKey(String) - 类 中的方法org.apache.hadoop.http.HttpServer2.Builder
     
    setKeytabFile(String) - 异常错误 中的方法org.apache.hadoop.security.KerberosAuthException
     
    setKind(String) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
    required string kind = 3;
    setKindBytes(ByteString) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
    required string kind = 3;
    setKlass(Class<? extends GetSpaceUsed>) - 类 中的方法org.apache.hadoop.fs.GetSpaceUsed.Builder
     
    setLastContact(long) - 类 中的方法org.apache.hadoop.ipc.Server.Connection
     
    setLength(long) - 类 中的方法org.apache.hadoop.fs.BlockLocation
    Set the length of block
    setLength(long) - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    optional uint64 length = 3;
    setLogSlowRPC(boolean) - 类 中的方法org.apache.hadoop.ipc.Server
    Sets slow RPC flag.
    setLong(String, long) - 类 中的方法org.apache.hadoop.conf.Configuration
    Set the value of the name property to a long.
    SETMASK - 类 中的静态变量org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
    This constant is accessible by subclasses for historical purposes.
    setMasterKeyId(int) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
     
    setMaxDate(long) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
     
    setMaxDepth(int) - 类 中的方法org.apache.hadoop.fs.shell.find.FindOptions
    Sets the maximum depth for applying expressions.
    setMechanism(String) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
    required string mechanism = 2;
    setMechanismBytes(ByteString) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
    required string mechanism = 2;
    setMemory(int) - 类 中的方法org.apache.hadoop.io.SequenceFile.Sorter
    Set the total amount of buffer memory, in bytes.
    setMessage(String) - 类 中的方法org.apache.hadoop.ipc.RefreshResponse
     
    setMethod(String) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
    required string method = 1;
    setMethodBytes(ByteString) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
    required string method = 1;
    setMethodName(String) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
    required string methodName = 1; Name of the RPC method
    setMethodNameBytes(ByteString) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto.Builder
    required string methodName = 1; Name of the RPC method
    setMethods(int, int) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
    repeated uint32 methods = 2;
    setMillisToCede(int) - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto.Builder
    required uint32 millisToCede = 1;
    setMinDepth(int) - 类 中的方法org.apache.hadoop.fs.shell.find.FindOptions
    Sets the minimum depth for applying expressions.
    setMiniClusterMode(boolean) - 枚举 中的静态方法org.apache.hadoop.metrics2.lib.DefaultMetricsSystem
     
    setModificationTime(long) - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    optional uint64 modification_time = 7;
    setMultiplexer(RpcMultiplexer) - 类 中的方法org.apache.hadoop.ipc.FairCallQueue
     
    setName(String) - 类 中的方法org.apache.hadoop.fs.permission.AclEntry.Builder
    Sets the optional ACL entry name.
    setName(String) - 类 中的方法org.apache.hadoop.http.HttpServer2.Builder
     
    setNames(String[]) - 类 中的方法org.apache.hadoop.fs.BlockLocation
    Set the names (host:port) hosting this block
    setNativeZlibLoaded(boolean) - 类 中的静态方法org.apache.hadoop.io.compress.zlib.ZlibFactory
    Set the flag whether to use native library.
    setNewExpiryTime(long) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto.Builder
    required uint64 newExpiryTime = 1;
    setNext(LightWeightGSet.LinkedElement) - 类 中的方法org.apache.hadoop.ipc.RetryCache.CacheEntry
     
    setNext(LightWeightGSet.LinkedElement) - 接口 中的方法org.apache.hadoop.util.LightWeightGSet.LinkedElement
    Set the next element.
    setNotReadyReason(String) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
    optional string notReadyReason = 3; If not ready to become active, a textual explanation of why not
    setNotReadyReasonBytes(ByteString) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
    optional string notReadyReason = 3; If not ready to become active, a textual explanation of why not
    setNumHandlers(int) - 类 中的方法org.apache.hadoop.ipc.RPC.Builder
    Default: 1
    setnumReaders(int) - 类 中的方法org.apache.hadoop.ipc.RPC.Builder
    Default: -1
    setOffset(long) - 类 中的方法org.apache.hadoop.fs.BlockLocation
    Set the start offset of file associated with this block
    setOperation(String) - 异常错误 中的方法org.apache.hadoop.fs.PathIOException
    Optional operation that will preface the path
    setOptions(FindOptions) - 类 中的方法org.apache.hadoop.fs.shell.find.BaseExpression
     
    setOptions(FindOptions) - 接口 中的方法org.apache.hadoop.fs.shell.find.Expression
    Set the options for this expression, called once before processing any items.
    setOptions(FindOptions) - 类 中的方法org.apache.hadoop.fs.shell.find.FilterExpression
     
    setOut(PrintStream) - 类 中的方法org.apache.hadoop.fs.shell.find.FindOptions
    Sets the output stream to be used.
    setOut(PrintStream) - 类 中的方法org.apache.hadoop.tools.CommandShell
     
    setOutputStreams(PrintStream, PrintStream) - 类 中的静态方法org.apache.hadoop.util.FindClass
    Change the output streams to be something other than the System.out and System.err streams
    setOwner(Path, String, String) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
    The specification of this method matches that of FileContext.setOwner(Path, String, String) except that Path f must be for this file system.
    setOwner(Path, String, String) - 类 中的方法org.apache.hadoop.fs.ChecksumFileSystem
     
    setOwner(Path, String, String) - 类 中的方法org.apache.hadoop.fs.FileContext
    Set owner of a path (i.e. a file or a directory).
    setOwner(String) - 类 中的方法org.apache.hadoop.fs.FileStatus
    Sets owner.
    setOwner(Path, String, String) - 类 中的方法org.apache.hadoop.fs.FileSystem
    Set owner of a path (i.e. a file or a directory).
    setOwner(File, String, String) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
    Set the ownership on a file / directory.
    setOwner(Path, String, String) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
     
    setOwner(String) - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    optional string owner = 5;
    setOwner(Path, String, String) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
    not implemented.
    setOwner(Path, String, String) - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
    Use the command chown to set owner.
    setOwner(Path, String, String) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
     
    setOwner(Path, String, String) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
     
    setOwner(Text) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
     
    setOwnerBytes(ByteString) - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    optional string owner = 5;
    setParentId(long) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
    optional int64 parentId = 2; parentIdLow
    setPassword(ByteString) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
    required bytes password = 2;
    setPasswordReader(CredentialShell.PasswordReader) - 类 中的方法org.apache.hadoop.security.alias.CredentialShell
     
    setPath(Path) - 类 中的方法org.apache.hadoop.fs.FileStatus
     
    setPath(String) - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    required string path = 2;
    setPath(File) - 类 中的方法org.apache.hadoop.fs.GetSpaceUsed.Builder
     
    setPathBytes(ByteString) - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    required string path = 2;
    setPathSpec(String[]) - 类 中的方法org.apache.hadoop.http.HttpServer2.Builder
     
    setPattern(String, Pattern) - 类 中的方法org.apache.hadoop.conf.Configuration
    Set the given property to Pattern.
    setPerm(int) - 类 中的方法org.apache.hadoop.fs.FSProtos.FsPermissionProto.Builder
    required uint32 perm = 1; UNIX-style mode bits
    setPermission(Path, FsPermission) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
    The specification of this method matches that of FileContext.setPermission(Path, FsPermission) except that Path f must be for this file system.
    setPermission(Path, FsPermission) - 类 中的方法org.apache.hadoop.fs.ChecksumFileSystem
     
    setPermission(Path, FsPermission) - 类 中的方法org.apache.hadoop.fs.FileContext
    Set permission of a path.
    setPermission(FsPermission) - 类 中的方法org.apache.hadoop.fs.FileStatus
    Sets permission.
    setPermission(Path, FsPermission) - 类 中的方法org.apache.hadoop.fs.FileSystem
    Set permission of a path.
    setPermission(File, FsPermission) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
    Set permissions to the required value.
    setPermission(Path, FsPermission) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
     
    setPermission(FSProtos.FsPermissionProto) - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    optional .hadoop.fs.FsPermissionProto permission = 4;
    setPermission(FSProtos.FsPermissionProto.Builder) - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    optional .hadoop.fs.FsPermissionProto permission = 4;
    setPermission(Path, FsPermission) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
    Not implemented.
    setPermission(FsAction) - 类 中的方法org.apache.hadoop.fs.permission.AclEntry.Builder
    Sets the set of permissions in the ACL entry.
    setPermission(FsPermission) - 类 中的方法org.apache.hadoop.fs.permission.AclStatus.Builder
    Sets the permission for the file.
    setPermission(Path, FsPermission) - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
    Use the command chmod to set permission.
    setPermission(Path, FsPermission) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
     
    setPermission(Path, FsPermission) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
     
    setPingInterval(Configuration, int) - 类 中的静态方法org.apache.hadoop.ipc.Client
    set the ping interval value in configuration
    setPort(int) - 类 中的方法org.apache.hadoop.ipc.RPC.Builder
    Default: 0
    setPortRangeConfig(String) - 类 中的方法org.apache.hadoop.ipc.RPC.Builder
    Default: null
    setPortRanges(Configuration.IntegerRanges) - 类 中的方法org.apache.hadoop.http.HttpServer2.Builder
     
    setPrincipal(String) - 异常错误 中的方法org.apache.hadoop.security.KerberosAuthException
     
    setPriorityLevel(int) - 类 中的方法org.apache.hadoop.ipc.Server.Call
     
    setProgressable(Progressable) - 类 中的方法org.apache.hadoop.io.SequenceFile.Sorter
    Set the progressable object in order to report progress.
    setProtocol(String) - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
    optional string protocol = 3; Protocol name for next rpc layer.
    setProtocol(String) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
    required string protocol = 1; Protocol name
    setProtocol(String) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
    required string protocol = 1; Protocol name
    setProtocol(String) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
    optional string protocol = 3;
    setProtocol(Class<?>) - 类 中的方法org.apache.hadoop.ipc.RPC.Builder
    Mandatory field
    setProtocolBytes(ByteString) - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
    optional string protocol = 3; Protocol name for next rpc layer.
    setProtocolBytes(ByteString) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
    required string protocol = 1; Protocol name
    setProtocolBytes(ByteString) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto.Builder
    required string protocol = 1; Protocol name
    setProtocolBytes(ByteString) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
    optional string protocol = 3;
    setProtocolSignature(int, ProtocolInfoProtos.ProtocolSignatureProto) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
    repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
    setProtocolSignature(int, ProtocolInfoProtos.ProtocolSignatureProto.Builder) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto.Builder
    repeated .hadoop.common.ProtocolSignatureProto protocolSignature = 1;
    setProtocolVersions(int, ProtocolInfoProtos.ProtocolVersionProto) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
    repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
    setProtocolVersions(int, ProtocolInfoProtos.ProtocolVersionProto.Builder) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto.Builder
    repeated .hadoop.common.ProtocolVersionProto protocolVersions = 1;
    setQueueSizePerHandler(int) - 类 中的方法org.apache.hadoop.ipc.RPC.Builder
    Default: -1
    setQuietMode(boolean) - 类 中的方法org.apache.hadoop.conf.Configuration
    Set the quietness-mode.
    setQuota(long) - 类 中的方法org.apache.hadoop.fs.QuotaUsage
     
    setReadable(File, boolean) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
    Platform independent implementation for File.setReadable(boolean) File#setReadable does not work as expected on Windows.
    setReadahead(Long) - 接口 中的方法org.apache.hadoop.fs.CanSetReadahead
    Set the readahead on this stream.
    setReadahead(Long) - 类 中的方法org.apache.hadoop.fs.FSDataInputStream
     
    setReadyToBecomeActive(boolean) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
    optional bool readyToBecomeActive = 2; If state is STANDBY, indicate whether it is ready to become active.
    setRealUser(String) - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
    optional string realUser = 2;
    setRealUser(Text) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
     
    setRealUserBytes(ByteString) - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto.Builder
    optional string realUser = 2;
    setReconfigurationUtil(ReconfigurationUtil) - 类 中的方法org.apache.hadoop.conf.ReconfigurableBase
     
    setRenewer(String) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
    required string renewer = 1;
    setRenewer(Text) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
     
    setRenewerBytes(ByteString) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto.Builder
    required string renewer = 1;
    setReplication(Path, short) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
    The specification of this method matches that of FileContext.setReplication(Path, short) except that Path f must be for this file system.
    setReplication(Path, short) - 类 中的方法org.apache.hadoop.fs.ChecksumFileSystem
    Set replication for an existing file.
    setReplication(Path, short) - 类 中的方法org.apache.hadoop.fs.FileContext
    Set replication for an existing file.
    setReplication(Path, short) - 类 中的方法org.apache.hadoop.fs.FileSystem
    Set the replication for an existing file.
    setReplication(Path, short) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
    Set replication for an existing file.
    setReplication(Path, short) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
    Not implemented.
    setReplication(Path, short) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
     
    setReplication(Path, short) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
     
    setReqInfo(HAServiceProtocolProtos.HAStateChangeRequestInfoProto) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
    required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
    setReqInfo(HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto.Builder
    required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
    setReqInfo(HAServiceProtocolProtos.HAStateChangeRequestInfoProto) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
    required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
    setReqInfo(HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto.Builder
    required .hadoop.common.HAStateChangeRequestInfoProto reqInfo = 1;
    setReqSource(HAServiceProtocolProtos.HARequestSource) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto.Builder
    required .hadoop.common.HARequestSource reqSource = 1;
    setResponse(Message) - 接口 中的方法org.apache.hadoop.ipc.ProtobufRpcEngineCallback
     
    setResponses(int, GenericRefreshProtocolProtos.GenericRefreshResponseProto) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
    repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
    setResponses(int, GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto.Builder
    repeated .hadoop.common.GenericRefreshResponseProto responses = 1;
    setRestrictSystemProperties(boolean) - 类 中的方法org.apache.hadoop.conf.Configuration
     
    setRestrictSystemPropertiesDefault(boolean) - 类 中的静态方法org.apache.hadoop.conf.Configuration
     
    setRestrictSystemProps(boolean) - 类 中的方法org.apache.hadoop.conf.Configuration
     
    setRetainDays(int) - 类 中的方法org.apache.hadoop.http.HttpRequestLogAppender
     
    setRetryCount(int) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
    optional sint32 retryCount = 5 [default = -1]; clientId + callId uniquely identifies a request retry count, 1 means this is the first retry
    setRetryCount(int) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
    optional sint32 retryCount = 8 [default = -1];
    setReturnCode(int) - 类 中的方法org.apache.hadoop.ipc.RefreshResponse
     
    setRpcKind(String) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
    required string rpcKind = 2; RPC kind
    setRpcKind(String) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
    required string rpcKind = 1; RPC kind
    setRpcKind(RpcHeaderProtos.RpcKindProto) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
    optional .hadoop.common.RpcKindProto rpcKind = 1;
    setRpcKindBytes(ByteString) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto.Builder
    required string rpcKind = 2; RPC kind
    setRpcKindBytes(ByteString) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
    required string rpcKind = 1; RPC kind
    setRpcOp(RpcHeaderProtos.RpcRequestHeaderProto.OperationProto) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
    optional .hadoop.common.RpcRequestHeaderProto.OperationProto rpcOp = 2;
    setScope(AclEntryScope) - 类 中的方法org.apache.hadoop.fs.permission.AclEntry.Builder
    Sets the scope of the ACL entry.
    setSecret(ByteString) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
    optional bytes secret = 3;
    setSecretManager(SecretManager<? extends TokenIdentifier>) - 类 中的方法org.apache.hadoop.ipc.RPC.Builder
    Default: null
    setSecrets(int, SecurityProtos.CredentialsKVProto) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
    repeated .hadoop.common.CredentialsKVProto secrets = 2;
    setSecrets(int, SecurityProtos.CredentialsKVProto.Builder) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
    repeated .hadoop.common.CredentialsKVProto secrets = 2;
    setSecurityEnabled(boolean) - 类 中的方法org.apache.hadoop.http.HttpServer2.Builder
     
    setSenderName(String) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
    optional string senderName = 3; which handler sent this message
    setSenderName(String) - 类 中的方法org.apache.hadoop.ipc.RefreshResponse
    Optionally set the sender of this RefreshResponse.
    setSenderNameBytes(ByteString) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
    optional string senderName = 3; which handler sent this message
    setSequenceNumber(int) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
     
    setServerId(String) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
    optional string serverId = 4;
    setServerIdBytes(ByteString) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
    optional string serverId = 4;
    setServerIpcVersionNum(int) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
    optional uint32 serverIpcVersionNum = 3; Sent if success or fail
    setService(String) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
    required string service = 4;
    setService(Text) - 类 中的方法org.apache.hadoop.security.token.Token
    Set the service on which the token is supposed to be used.
    setService(S) - 类 中的方法org.apache.hadoop.service.launcher.ServiceLauncher
    Setter is to give subclasses the ability to manipulate the service.
    setServiceBytes(ByteString) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto.Builder
    required string service = 4;
    setServiceClass(int) - 类 中的方法org.apache.hadoop.ipc.Server.Connection
    Set service class for connection
    setShouldRenewImmediatelyForTests(boolean) - 类 中的静态方法org.apache.hadoop.security.UserGroupInformation
    For the purposes of unit tests, we want to test login from keytab and don't want to wait until the renew window (controlled by TICKET_RENEW_WINDOW).
    setSignature(byte[]) - 类 中的方法org.apache.hadoop.ipc.CallerContext.Builder
     
    setSignature(ByteString) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto.Builder
    optional bytes signature = 2;
    setSize(int) - 类 中的方法org.apache.hadoop.io.BytesWritable
    Change the size of the buffer.
    setSocketAddr(String, InetSocketAddress) - 类 中的方法org.apache.hadoop.conf.Configuration
    Set the socket address for the name property as a host:port.
    setSocketSendBufSize(int) - 类 中的方法org.apache.hadoop.ipc.Server
    Sets the socket buffer size used for responding to RPCs
    setSpaceConsumed(long) - 类 中的方法org.apache.hadoop.fs.QuotaUsage
     
    setSpaceQuota(long) - 类 中的方法org.apache.hadoop.fs.QuotaUsage
     
    setSSLConf(Configuration) - 类 中的方法org.apache.hadoop.http.HttpServer2.Builder
    Specify the SSL configuration to load.
    setStart(long) - 类 中的方法org.apache.hadoop.io.compress.SplitCompressionInputStream
     
    setStartTime(long) - 类 中的方法org.apache.hadoop.fs.shell.find.FindOptions
    Set the start time of this Find command.
    setState(HAServiceProtocolProtos.HAServiceStateProto) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto.Builder
    required .hadoop.common.HAServiceStateProto state = 1;
    setState(RpcHeaderProtos.RpcSaslProto.SaslState) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
    required .hadoop.common.RpcSaslProto.SaslState state = 2;
    setStatus(RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.Builder
    required .hadoop.common.RpcResponseHeaderProto.RpcStatusProto status = 2;
    setStorageIds(String[]) - 类 中的方法org.apache.hadoop.fs.BlockLocation
     
    setStoragePolicy(Path, String) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
    Set the storage policy for a given file or directory.
    setStoragePolicy(Path, String) - 类 中的方法org.apache.hadoop.fs.FileContext
    Set the storage policy for a given file or directory.
    setStoragePolicy(Path, String) - 类 中的方法org.apache.hadoop.fs.FileSystem
    Set the storage policy for a given file or directory.
    setStoragePolicy(Path, String) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
     
    setStoragePolicy(Path, String) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
     
    setStoragePolicy(Path, String) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
     
    setStorageSize(String, double, StorageUnit) - 类 中的方法org.apache.hadoop.conf.Configuration
    Sets Storage Size for the specified key.
    setStorageTypes(StorageType[]) - 类 中的方法org.apache.hadoop.fs.BlockLocation
     
    setStrings(String, String...) - 类 中的方法org.apache.hadoop.conf.Configuration
    Set the array of string values for the name property as as comma delimited values.
    setSubCommand(CommandShell.SubCommand) - 类 中的方法org.apache.hadoop.tools.CommandShell
     
    setSymlink(Path) - 类 中的方法org.apache.hadoop.fs.FileStatus
     
    setSymlink(String) - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    optional string symlink = 9;
    setSymlinkBytes(ByteString) - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Builder
    optional string symlink = 9;
    setTargetPath(String) - 异常错误 中的方法org.apache.hadoop.fs.PathIOException
    Optional path if the exception involved two paths, ex. a copy operation
    setTicketCacheFile(String) - 异常错误 中的方法org.apache.hadoop.security.KerberosAuthException
     
    setTimeDuration(String, long, TimeUnit) - 类 中的方法org.apache.hadoop.conf.Configuration
    Set the value of name to the given time duration.
    setTimes(Path, long, long) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
    The specification of this method matches that of FileContext.setTimes(Path, long, long) except that Path f must be for this file system.
    setTimes(Path, long, long) - 类 中的方法org.apache.hadoop.fs.FileContext
    Set access time of a file.
    setTimes(Path, long, long) - 类 中的方法org.apache.hadoop.fs.FileSystem
    Set access time of a file.
    setTimes(Path, long, long) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
     
    setTimes(Path, long, long) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
     
    setTimes(Path, long, long) - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
    Sets the Path's last modified time and last access time to the given valid times.
    setTimes(Path, long, long) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
     
    setTimes(Path, long, long) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
     
    setToken(ByteString) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
    optional bytes token = 3;
    setToken(SecurityProtos.TokenProto) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
    required .hadoop.common.TokenProto token = 1;
    setToken(SecurityProtos.TokenProto.Builder) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto.Builder
    required .hadoop.common.TokenProto token = 1;
    setToken(SecurityProtos.TokenProto) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
    optional .hadoop.common.TokenProto token = 2;
    setToken(SecurityProtos.TokenProto.Builder) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto.Builder
    optional .hadoop.common.TokenProto token = 2;
    setToken(SecurityProtos.TokenProto) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
    optional .hadoop.common.TokenProto token = 1;
    setToken(SecurityProtos.TokenProto.Builder) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto.Builder
    optional .hadoop.common.TokenProto token = 1;
    setToken(SecurityProtos.TokenProto) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
    required .hadoop.common.TokenProto token = 1;
    setToken(SecurityProtos.TokenProto.Builder) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto.Builder
    required .hadoop.common.TokenProto token = 1;
    setTokens(int, SecurityProtos.CredentialsKVProto) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
    repeated .hadoop.common.CredentialsKVProto tokens = 1;
    setTokens(int, SecurityProtos.CredentialsKVProto.Builder) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto.Builder
    repeated .hadoop.common.CredentialsKVProto tokens = 1;
    setTokenService(Token<?>, InetSocketAddress) - 类 中的静态方法org.apache.hadoop.security.SecurityUtil
    Set the given token's service to the format expected by the RPC client
    setTopologyPaths(String[]) - 类 中的方法org.apache.hadoop.fs.BlockLocation
    Set the network topology paths of the hosts
    setTraceId(long) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto.Builder
    optional int64 traceId = 1; parentIdHigh
    setTraceInfo(RpcHeaderProtos.RPCTraceInfoProto) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
    optional .hadoop.common.RPCTraceInfoProto traceInfo = 6; tracing info
    setTraceInfo(RpcHeaderProtos.RPCTraceInfoProto.Builder) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.Builder
    optional .hadoop.common.RPCTraceInfoProto traceInfo = 6; tracing info
    setTracer(Tracer) - 类 中的方法org.apache.hadoop.ipc.Server
     
    setTrackModification(boolean) - 类 中的方法org.apache.hadoop.util.LightWeightGSet.SetIterator
     
    setType(AclEntryType) - 类 中的方法org.apache.hadoop.fs.permission.AclEntry.Builder
    Sets the ACL entry type.
    setUMask(FsPermission) - 类 中的方法org.apache.hadoop.fs.FileContext
    Set umask to the supplied parameter.
    setUMask(Configuration, FsPermission) - 类 中的静态方法org.apache.hadoop.fs.permission.FsPermission
    Set the user file creation mask (umask)
    setUsage(String[]) - 类 中的方法org.apache.hadoop.fs.shell.find.BaseExpression
    Sets the usage text for this Expression
    setUseQueryStringForDelegationToken(boolean) - 类 中的方法org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
    已过时。
    setUser(String) - 异常错误 中的方法org.apache.hadoop.security.KerberosAuthException
     
    setUser(String) - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
    required string user = 1;
    setUserBytes(ByteString) - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto.Builder
    required string user = 1;
    setUserInfo(IpcConnectionContextProtos.UserInformationProto) - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
    optional .hadoop.common.UserInformationProto userInfo = 2; UserInfo beyond what is determined as part of security handshake at connection time (kerberos, tokens etc).
    setUserInfo(IpcConnectionContextProtos.UserInformationProto.Builder) - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto.Builder
    optional .hadoop.common.UserInformationProto userInfo = 2; UserInfo beyond what is determined as part of security handshake at connection time (kerberos, tokens etc).
    setUserMessage(String) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
    optional string userMessage = 2; to be displayed to the user
    setUserMessageBytes(ByteString) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
    optional string userMessage = 2; to be displayed to the user
    setUsernameConfKey(String) - 类 中的方法org.apache.hadoop.http.HttpServer2.Builder
     
    setValue(String) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
    required string value = 2;
    setValueBytes(ByteString) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair.Builder
    required string value = 2;
    setVerbose(boolean) - 类 中的方法org.apache.hadoop.ipc.RPC.Builder
    Default: false
    setVerifyChecksum(boolean) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
    The specification of this method matches that of FileContext.setVerifyChecksum(boolean, Path) except that Path f must be for this file system.
    setVerifyChecksum(boolean) - 类 中的方法org.apache.hadoop.fs.ChecksumFileSystem
    Set whether to verify checksum.
    setVerifyChecksum(boolean, Path) - 类 中的方法org.apache.hadoop.fs.FileContext
    Set the verify checksum flag for the file system denoted by the path.
    setVerifyChecksum(boolean) - 类 中的方法org.apache.hadoop.fs.FileSystem
    Set the verify checksum flag.
    setVerifyChecksum(boolean) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
     
    setVerifyChecksum(boolean) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
     
    setVerifyChecksum(boolean) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
     
    setVersion(long) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto.Builder
    required uint64 version = 1;
    setVersion(int) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.Builder
    optional uint32 version = 1;
    setVersions(int, long) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto.Builder
    repeated uint64 versions = 2; Protocol version corresponding to the rpc kind.
    setWorkFactor(Configuration, int) - 类 中的静态方法org.apache.hadoop.io.compress.bzip2.Bzip2Factory
     
    setWorkingDirectory(Path) - 类 中的方法org.apache.hadoop.fs.FileContext
    Set the working directory for wd-relative names (such a "foo/bar").
    setWorkingDirectory(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
    Set the current working directory for the given FileSystem.
    setWorkingDirectory(Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
    Set the current working directory for the given file system.
    setWorkingDirectory(Path) - 类 中的方法org.apache.hadoop.fs.ftp.FTPFileSystem
     
    setWorkingDirectory(Path) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
     
    setWorkingDirectory(Path) - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
    Set the working directory to the given directory.
    setWorkingDirectory(Path) - 类 中的方法org.apache.hadoop.fs.sftp.SFTPFileSystem
     
    setWorkingDirectory(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
     
    setWorkingDirectory(File) - 类 中的方法org.apache.hadoop.util.Shell
    Set the working directory.
    setWritable(File, boolean) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
    Platform independent implementation for File.setWritable(boolean) File#setWritable does not work as expected on Windows.
    setWriteChecksum(boolean) - 类 中的方法org.apache.hadoop.fs.ChecksumFileSystem
     
    setWriteChecksum(boolean) - 类 中的方法org.apache.hadoop.fs.FileSystem
    Set the write checksum flag.
    setWriteChecksum(boolean) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
     
    setWriteChecksum(boolean) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
     
    setXAttr(Path, String, byte[]) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
    Set an xattr of a file or directory.
    setXAttr(Path, String, byte[], EnumSet<XAttrSetFlag>) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
    Set an xattr of a file or directory.
    setXAttr(Path, String, byte[]) - 类 中的方法org.apache.hadoop.fs.FileContext
    Set an xattr of a file or directory.
    setXAttr(Path, String, byte[], EnumSet<XAttrSetFlag>) - 类 中的方法org.apache.hadoop.fs.FileContext
    Set an xattr of a file or directory.
    setXAttr(Path, String, byte[]) - 类 中的方法org.apache.hadoop.fs.FileSystem
    Set an xattr of a file or directory.
    setXAttr(Path, String, byte[], EnumSet<XAttrSetFlag>) - 类 中的方法org.apache.hadoop.fs.FileSystem
    Set an xattr of a file or directory.
    setXAttr(Path, String, byte[]) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
     
    setXAttr(Path, String, byte[], EnumSet<XAttrSetFlag>) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
     
    setXAttr(Path, String, byte[], EnumSet<XAttrSetFlag>) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
     
    setXAttr(Path, String, byte[], EnumSet<XAttrSetFlag>) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
     
    setXFrameOption(String) - 类 中的方法org.apache.hadoop.http.HttpServer2.Builder
    Sets a valid X-Frame-option that can be used by HttpServer2.
    SFTPFileSystem - org.apache.hadoop.fs.sftp中的类
    SFTP FileSystem.
    SFTPFileSystem() - 类 的构造器org.apache.hadoop.fs.sftp.SFTPFileSystem
     
    Shell - org.apache.hadoop.util中的类
    A base class for running a Shell command.
    Shell() - 类 的构造器org.apache.hadoop.util.Shell
    Create an instance with no minimum interval between runs; stderr is not merged with stdout.
    Shell(long) - 类 的构造器org.apache.hadoop.util.Shell
    Create an instance with a minimum interval between executions; stderr is not merged with stdout.
    Shell(long, boolean) - 类 的构造器org.apache.hadoop.util.Shell
    Create a shell instance which can be re-executed when the Shell.run() method is invoked with a given elapsed time between calls.
    Shell.CommandExecutor - org.apache.hadoop.util中的接口
     
    Shell.ExitCodeException - org.apache.hadoop.util中的异常错误
    This is an IOException with exit code added.
    Shell.OSType - org.apache.hadoop.util中的枚举
     
    Shell.ShellCommandExecutor - org.apache.hadoop.util中的类
    A simple shell command executor.
    ShellBasedIdMapping - org.apache.hadoop.security中的类
    A simple shell-based implementation of IdMappingServiceProvider Map id to user name or group name.
    ShellBasedIdMapping(Configuration, boolean) - 类 的构造器org.apache.hadoop.security.ShellBasedIdMapping
     
    ShellBasedIdMapping(Configuration) - 类 的构造器org.apache.hadoop.security.ShellBasedIdMapping
     
    ShellCommandExecutor(String[]) - 类 的构造器org.apache.hadoop.util.Shell.ShellCommandExecutor
     
    ShellCommandExecutor(String[], File) - 类 的构造器org.apache.hadoop.util.Shell.ShellCommandExecutor
     
    ShellCommandExecutor(String[], File, Map<String, String>) - 类 的构造器org.apache.hadoop.util.Shell.ShellCommandExecutor
     
    ShellCommandExecutor(String[], File, Map<String, String>, long) - 类 的构造器org.apache.hadoop.util.Shell.ShellCommandExecutor
     
    ShellCommandExecutor(String[], File, Map<String, String>, long, boolean) - 类 的构造器org.apache.hadoop.util.Shell.ShellCommandExecutor
    Create a new instance of the ShellCommandExecutor to execute a command.
    ShellCommandFencer - org.apache.hadoop.ha中的类
    Fencing method that runs a shell command.
    ShellCommandFencer() - 类 的构造器org.apache.hadoop.ha.ShellCommandFencer
     
    ShortWritable - org.apache.hadoop.io中的类
    A WritableComparable for shorts.
    ShortWritable() - 类 的构造器org.apache.hadoop.io.ShortWritable
     
    ShortWritable(short) - 类 的构造器org.apache.hadoop.io.ShortWritable
     
    ShortWritable.Comparator - org.apache.hadoop.io中的类
    A Comparator optimized for ShortWritable.
    shouldBackOff(Schedulable) - 类 中的方法org.apache.hadoop.ipc.DecayRpcScheduler
     
    shouldBackOff(Schedulable) - 类 中的方法org.apache.hadoop.ipc.DefaultRpcScheduler
     
    shouldBackOff(Schedulable) - 接口 中的方法org.apache.hadoop.ipc.RpcScheduler
     
    shouldLog() - 接口 中的方法org.apache.hadoop.log.LogThrottlingHelper.LogAction
    If this is true, the caller should write to its log.
    shouldPreserveInput() - 类 中的方法org.apache.hadoop.io.SequenceFile.Sorter.SegmentDescriptor
     
    shouldRetry(Exception, int, int, boolean) - 类 中的方法org.apache.hadoop.io.retry.RetryPolicies.MultipleLinearRandomRetry
     
    shouldRetry(Exception, int, int, boolean) - 接口 中的方法org.apache.hadoop.io.retry.RetryPolicy
    Determines whether the framework should retry a method for the given exception, and the number of retries that have been made for that operation so far.
    shouldRun(String) - 类 中的静态方法org.apache.hadoop.util.NodeHealthScriptRunner
    Method used to determine if or not node health monitoring service should be started or not.
    showHeaders() - 类 中的方法org.apache.hadoop.tools.TableListing.Builder
    Whether to show column headers in table output.
    shutdown() - 枚举 中的静态方法org.apache.hadoop.metrics2.lib.DefaultMetricsSystem
    Shutdown the metrics system
    shutdown() - 类 中的方法org.apache.hadoop.metrics2.MetricsSystem
    Shutdown the metrics system completely (usually during server shutdown.)
    shutdown(ExecutorService, Logger, long, TimeUnit) - 类 中的静态方法org.apache.hadoop.util.concurrent.HadoopExecutors
    Helper routine to shutdown a executorService.
    shutdown() - 类 中的方法org.apache.hadoop.util.GcTimeMonitor
     
    SHUTDOWN_HOOK_PRIORITY - 类 中的静态变量org.apache.hadoop.fs.FileContext
    Priority of the FileContext shutdown hook.
    SHUTDOWN_HOOK_PRIORITY - 类 中的静态变量org.apache.hadoop.fs.FileSystem
    Priority of the FileSystem shutdown hook: 10.
    SHUTDOWN_PRIORITY - 类 中的静态变量org.apache.hadoop.service.launcher.ServiceLauncher
    Priority for the shutdown hook: 30.
    shutdownExecutorService(ExecutorService) - 类 中的静态方法org.apache.hadoop.util.ShutdownThreadsHelper
     
    shutdownExecutorService(ExecutorService, long) - 类 中的静态方法org.apache.hadoop.util.ShutdownThreadsHelper
     
    ShutdownHookManager - org.apache.hadoop.util中的类
    The ShutdownHookManager enables running shutdownHook in a deterministic order, higher priority first.
    shutdownReconfigurationTask() - 类 中的方法org.apache.hadoop.conf.ReconfigurableBase
     
    shutdownThread(Thread) - 类 中的静态方法org.apache.hadoop.util.ShutdownThreadsHelper
     
    shutdownThread(Thread, long) - 类 中的静态方法org.apache.hadoop.util.ShutdownThreadsHelper
     
    ShutdownThreadsHelper - org.apache.hadoop.util中的类
    Helper class to shutdown Threads and ExecutorServices.
    ShutdownThreadsHelper() - 类 的构造器org.apache.hadoop.util.ShutdownThreadsHelper
     
    SIGNATURE_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
     
    SimpleBufferedOutputStream - org.apache.hadoop.io.file.tfile中的类
    A simplified BufferedOutputStream with borrowed buffer, and allow users to see how much data have been buffered.
    SimpleBufferedOutputStream(OutputStream, byte[]) - 类 的构造器org.apache.hadoop.io.file.tfile.SimpleBufferedOutputStream
     
    size() - 类 中的方法org.apache.hadoop.conf.Configuration
    Return the number of keys in the configuration.
    size() - 接口 中的方法org.apache.hadoop.fs.BatchedRemoteIterator.BatchedEntries
     
    size() - 类 中的方法org.apache.hadoop.fs.BatchedRemoteIterator.BatchedListEntries
     
    size() - 类 中的方法org.apache.hadoop.io.EnumSetWritable
     
    size() - 接口 中的方法org.apache.hadoop.io.file.tfile.RawComparable
    Get the size of the byte range in the byte array.
    size() - 类 中的方法org.apache.hadoop.io.file.tfile.SimpleBufferedOutputStream
     
    size() - 类 中的静态方法org.apache.hadoop.io.file.tfile.Utils.Version
    Get the size of the serialized Version object.
    size() - 类 中的方法org.apache.hadoop.io.MapWritable
     
    size() - 类 中的方法org.apache.hadoop.io.SortedMapWritable
     
    size() - 类 中的方法org.apache.hadoop.ipc.CallQueueManager
     
    size() - 类 中的方法org.apache.hadoop.ipc.FairCallQueue
    Size returns the sum of all sub-queue sizes, so it may be greater than capacity.
    size - 枚举 中的变量org.apache.hadoop.util.DataChecksum.Type
     
    skip(long) - 类 中的方法org.apache.hadoop.io.compress.DecompressorStream
     
    skip(long) - 类 中的方法org.apache.hadoop.io.file.tfile.BoundedRangeFileInputStream
     
    skip(DataInput) - 类 中的静态方法org.apache.hadoop.io.Text
    Skips over one Text in the input.
    skip(long) - 类 中的方法org.apache.hadoop.util.LimitInputStream
     
    skipCompressedByteArray(DataInput) - 类 中的静态方法org.apache.hadoop.io.WritableUtils
     
    skipFully(InputStream, long) - 类 中的静态方法org.apache.hadoop.io.IOUtils
    Similar to readFully().
    skipFully(DataInput, int) - 类 中的静态方法org.apache.hadoop.io.WritableUtils
    Skip len number of bytes in input streamin
    skipToNextMarker(long, int) - 类 中的方法org.apache.hadoop.io.compress.bzip2.CBZip2InputStream
    This method tries to find the marker (passed to it as the first parameter) in the stream.
    sleepAtLeastIgnoreInterrupts(long) - 类 中的静态方法org.apache.hadoop.util.ThreadUtil
    Cause the current thread to sleep as close as possible to the provided number of milliseconds.
    SMALL_THRESH - 类 中的静态变量org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
    This constant is accessible by subclasses for historical purposes.
    SnappyCodec - org.apache.hadoop.io.compress中的类
    This class creates snappy compressors/decompressors.
    SnappyCodec() - 类 的构造器org.apache.hadoop.io.compress.SnappyCodec
     
    SnappyCompressor - org.apache.hadoop.io.compress.snappy中的类
    A Compressor based on the snappy compression algorithm.
    SnappyCompressor(int) - 类 的构造器org.apache.hadoop.io.compress.snappy.SnappyCompressor
    Creates a new compressor.
    SnappyCompressor() - 类 的构造器org.apache.hadoop.io.compress.snappy.SnappyCompressor
    Creates a new compressor with the default buffer size.
    SnappyDecompressor - org.apache.hadoop.io.compress.snappy中的类
    A Decompressor based on the snappy compression algorithm.
    SnappyDecompressor(int) - 类 的构造器org.apache.hadoop.io.compress.snappy.SnappyDecompressor
    Creates a new compressor.
    SnappyDecompressor() - 类 的构造器org.apache.hadoop.io.compress.snappy.SnappyDecompressor
    Creates a new decompressor with the default buffer size.
    SnappyDecompressor.SnappyDirectDecompressor - org.apache.hadoop.io.compress.snappy中的类
     
    SnappyDirectDecompressor() - 类 的构造器org.apache.hadoop.io.compress.snappy.SnappyDecompressor.SnappyDirectDecompressor
     
    snapshot(MetricsRecordBuilder, boolean) - 类 中的方法org.apache.hadoop.metrics2.lib.MetricsRegistry
    Sample all the mutable metrics and put the snapshot in the builder
    snapshot(MetricsRecordBuilder, boolean) - 类 中的方法org.apache.hadoop.metrics2.lib.MutableCounterInt
     
    snapshot(MetricsRecordBuilder, boolean) - 类 中的方法org.apache.hadoop.metrics2.lib.MutableCounterLong
     
    snapshot(MetricsRecordBuilder, boolean) - 类 中的方法org.apache.hadoop.metrics2.lib.MutableGaugeFloat
     
    snapshot(MetricsRecordBuilder, boolean) - 类 中的方法org.apache.hadoop.metrics2.lib.MutableGaugeInt
     
    snapshot(MetricsRecordBuilder, boolean) - 类 中的方法org.apache.hadoop.metrics2.lib.MutableGaugeLong
     
    snapshot(MetricsRecordBuilder, boolean) - 类 中的方法org.apache.hadoop.metrics2.lib.MutableMetric
    Get a snapshot of the metric
    snapshot(MetricsRecordBuilder) - 类 中的方法org.apache.hadoop.metrics2.lib.MutableMetric
    Get a snapshot of metric if changed
    snapshot(MetricsRecordBuilder, boolean) - 类 中的方法org.apache.hadoop.metrics2.lib.MutableQuantiles
     
    snapshot(MetricsRecordBuilder, boolean) - 类 中的方法org.apache.hadoop.metrics2.lib.MutableRates
     
    snapshot(MetricsRecordBuilder, boolean) - 类 中的方法org.apache.hadoop.metrics2.lib.MutableRatesWithAggregation
     
    snapshot(MetricsRecordBuilder, boolean) - 类 中的方法org.apache.hadoop.metrics2.lib.MutableRollingAverages
     
    snapshot(MetricsRecordBuilder, boolean) - 类 中的方法org.apache.hadoop.metrics2.lib.MutableStat
     
    snapshot() - 接口 中的方法org.apache.hadoop.metrics2.util.QuantileEstimator
     
    SNAPSHOT_ENABLED_VALUE - 枚举 中的静态变量org.apache.hadoop.fs.FSProtos.FileStatusProto.Flags
    SNAPSHOT_ENABLED = 8; snapshot enabled
    snapshotDirectoryCount(long) - 类 中的方法org.apache.hadoop.fs.ContentSummary.Builder
     
    snapshotFileCount(long) - 类 中的方法org.apache.hadoop.fs.ContentSummary.Builder
     
    snapshotLength(long) - 类 中的方法org.apache.hadoop.fs.ContentSummary.Builder
     
    snapshotSpaceConsumed(long) - 类 中的方法org.apache.hadoop.fs.ContentSummary.Builder
     
    SocksSocketFactory - org.apache.hadoop.net中的类
    Specialized SocketFactory to create sockets with a SOCKS proxy
    SocksSocketFactory() - 类 的构造器org.apache.hadoop.net.SocksSocketFactory
    Default empty constructor (for use with the reflection API).
    SocksSocketFactory(Proxy) - 类 的构造器org.apache.hadoop.net.SocksSocketFactory
    Constructor with a supplied Proxy
    SOLARIS - 类 中的静态变量org.apache.hadoop.util.Shell
     
    sort(Path[], Path, boolean) - 类 中的方法org.apache.hadoop.io.SequenceFile.Sorter
    Perform a file sort from a set of input files into an output file.
    sort(Path, Path) - 类 中的方法org.apache.hadoop.io.SequenceFile.Sorter
    The backwards compatible interface to sort.
    sortAndIterate(Path[], Path, boolean) - 类 中的方法org.apache.hadoop.io.SequenceFile.Sorter
    Perform a file sort from a set of input files and return an iterator.
    SortedMapWritable<K extends WritableComparable<? super K>> - org.apache.hadoop.io中的类
    A Writable SortedMap.
    SortedMapWritable() - 类 的构造器org.apache.hadoop.io.SortedMapWritable
    default constructor.
    SortedMapWritable(SortedMapWritable<K>) - 类 的构造器org.apache.hadoop.io.SortedMapWritable
    Copy constructor.
    Sorter(FileSystem, Class<? extends WritableComparable>, Class, Configuration) - 类 的构造器org.apache.hadoop.io.SequenceFile.Sorter
    Sort and merge files containing the named classes.
    Sorter(FileSystem, RawComparator, Class, Class, Configuration) - 类 的构造器org.apache.hadoop.io.SequenceFile.Sorter
    Sort and merge using an arbitrary RawComparator.
    Sorter(FileSystem, RawComparator, Class, Class, Configuration, SequenceFile.Metadata) - 类 的构造器org.apache.hadoop.io.SequenceFile.Sorter
    Sort and merge using an arbitrary RawComparator.
    source - 类 中的变量org.apache.hadoop.metrics2.sink.RollingFileSystemSink
     
    SPACE_QUOTA_STRING_FORMAT - 类 中的静态变量org.apache.hadoop.fs.QuotaUsage
     
    spaceConsumed(long) - 类 中的方法org.apache.hadoop.fs.ContentSummary.Builder
     
    spaceConsumed(long) - 类 中的方法org.apache.hadoop.fs.QuotaUsage.Builder
     
    spaceQuota(long) - 类 中的方法org.apache.hadoop.fs.ContentSummary.Builder
     
    spaceQuota(long) - 类 中的方法org.apache.hadoop.fs.QuotaUsage.Builder
     
    SpanReceiverInfo - org.apache.hadoop.tracing中的类
     
    SpanReceiverInfoBuilder - org.apache.hadoop.tracing中的类
     
    SpanReceiverInfoBuilder(String) - 类 的构造器org.apache.hadoop.tracing.SpanReceiverInfoBuilder
     
    SplitCompressionInputStream - org.apache.hadoop.io.compress中的类
    An InputStream covering a range of compressed data.
    SplitCompressionInputStream(InputStream, long, long) - 类 的构造器org.apache.hadoop.io.compress.SplitCompressionInputStream
     
    SplittableCompressionCodec - org.apache.hadoop.io.compress中的接口
    This interface is meant to be implemented by those compression codecs which are capable to compress / de-compress a stream starting at any arbitrary position.
    SplittableCompressionCodec.READ_MODE - org.apache.hadoop.io.compress中的枚举
    During decompression, data can be read off from the decompressor in two modes, namely continuous and blocked.
    SshFenceByTcpPort - org.apache.hadoop.ha中的类
    This fencing implementation sshes to the target node and uses fuser to kill the process listening on the service's TCP port.
    SshFenceByTcpPort() - 类 的构造器org.apache.hadoop.ha.SshFenceByTcpPort
     
    SSLHostnameVerifier.AbstractVerifier - org.apache.hadoop.security.ssl中的类
     
    SSLHostnameVerifier.Certificates - org.apache.hadoop.security.ssl中的类
     
    STACK - 类 中的静态变量org.apache.hadoop.log.Log4Json
     
    StackServlet() - 类 的构造器org.apache.hadoop.http.HttpServer2.StackServlet
     
    StandardSocketFactory - org.apache.hadoop.net中的类
    Specialized SocketFactory to create sockets with a SOCKS proxy
    StandardSocketFactory() - 类 的构造器org.apache.hadoop.net.StandardSocketFactory
    Default empty constructor (for use with the reflection API).
    STANDBY_VALUE - 枚举 中的静态变量org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceStateProto
    STANDBY = 2;
    StandbyException - org.apache.hadoop.ipc中的异常错误
    Thrown by a remote server when it is up, but is not the active server in a set of servers in which only a subset may be active.
    StandbyException(String) - 异常错误 的构造器org.apache.hadoop.ipc.StandbyException
     
    start(long) - 类 中的静态方法org.apache.hadoop.io.SequenceFile.Reader
    Create an option to specify the starting byte to read.
    start() - 类 中的方法org.apache.hadoop.ipc.Server
    Starts the service.
    start() - 接口 中的方法org.apache.hadoop.metrics2.MetricsSystemMXBean
    Start the metrics system
    start() - 类 中的方法org.apache.hadoop.service.AbstractService
    Start the service.
    start() - 接口 中的方法org.apache.hadoop.service.Service
    Start the service.
    start() - 类 中的方法org.apache.hadoop.util.StopWatch
    Start to measure times and make the state of stopwatch running.
    startLocalOutput(Path, Path) - 类 中的方法org.apache.hadoop.fs.ChecksumFileSystem
     
    startLocalOutput(Path, Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
    Returns a local file that the user can write output to.
    startLocalOutput(Path, Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
    Returns a local File that the user can write output to.
    startLocalOutput(Path, Path) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
    not implemented.
    startLocalOutput(Path, Path) - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
     
    startMetricsMBeans() - 接口 中的方法org.apache.hadoop.metrics2.MetricsSystemMXBean
    Start metrics MBeans
    startReconfigurationTask() - 类 中的方法org.apache.hadoop.conf.ReconfigurableBase
    Start a reconfiguration task to reload configuration in background.
    startThreads() - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
    should be called before this object is used
    startupShutdownMessage(String, List<String>) - 类 中的静态方法org.apache.hadoop.service.launcher.ServiceLauncher
    Build a log message for starting up and shutting down.
    stat2Paths(FileStatus[]) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
    convert an array of FileStatus to an array of Path
    stat2Paths(FileStatus[], Path) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
    convert an array of FileStatus to an array of Path.
    state - 类 中的变量org.apache.hadoop.service.LifecycleEvent
    new state
    STATE_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
     
    STATE_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
     
    stateChanged(Service) - 类 中的方法org.apache.hadoop.service.LoggingStateChangeListener
    Callback for a state change event: log it
    stateChanged(Service) - 接口 中的方法org.apache.hadoop.service.ServiceStateChangeListener
    Callback to notify of a state change.
    StateChangeRequestInfo(HAServiceProtocol.RequestSource) - 类 的构造器org.apache.hadoop.ha.HAServiceProtocol.StateChangeRequestInfo
     
    STATIC_ID_MAPPING_FILE_DEFAULT - 类 中的静态变量org.apache.hadoop.security.IdMappingConstant
     
    STATIC_ID_MAPPING_FILE_KEY - 类 中的静态变量org.apache.hadoop.security.IdMappingConstant
     
    StaticUserFilter() - 类 的构造器org.apache.hadoop.http.lib.StaticUserWebFilter.StaticUserFilter
     
    StaticUserWebFilter - org.apache.hadoop.http.lib中的类
    Provides a servlet filter that pretends to authenticate a fake user (Dr.Who) so that the web UI is usable for a secure cluster without authentication.
    StaticUserWebFilter() - 类 的构造器org.apache.hadoop.http.lib.StaticUserWebFilter
     
    StaticUserWebFilter.StaticUserFilter - org.apache.hadoop.http.lib中的类
     
    statistics - 类 中的变量org.apache.hadoop.fs.AbstractFileSystem
    The statistics for this file system.
    statistics - 类 中的变量org.apache.hadoop.fs.FileSystem
    The statistics for this file system.
    Statistics(String) - 类 的构造器org.apache.hadoop.fs.FileSystem.Statistics
     
    Statistics(FileSystem.Statistics) - 类 的构造器org.apache.hadoop.fs.FileSystem.Statistics
    Copy constructor.
    StatisticsData() - 类 的构造器org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
     
    StatsD(String, int) - 类 的构造器org.apache.hadoop.metrics2.sink.StatsDSink.StatsD
     
    StatsDSink - org.apache.hadoop.metrics2.sink中的类
    A metrics sink that writes metrics to a StatsD daemon.
    StatsDSink() - 类 的构造器org.apache.hadoop.metrics2.sink.StatsDSink
     
    StatsDSink.StatsD - org.apache.hadoop.metrics2.sink中的类
    Class that sends UDP packets to StatsD daemon.
    status - 异常错误 中的变量org.apache.hadoop.util.ExitUtil.ExitException
    The status code.
    status - 异常错误 中的变量org.apache.hadoop.util.ExitUtil.HaltException
     
    STATUS_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
     
    stickyBit(boolean) - 类 中的方法org.apache.hadoop.fs.permission.AclStatus.Builder
    Sets sticky bit.
    STOP - 类 中的静态变量org.apache.hadoop.fs.shell.find.Result
    Result indicating Expression processing should not descend any more directories.
    stop() - 类 中的方法org.apache.hadoop.ipc.Client
    Stop all threads related to this client.
    stop() - 类 中的方法org.apache.hadoop.ipc.DecayRpcScheduler
     
    stop() - 类 中的方法org.apache.hadoop.ipc.DefaultRpcScheduler
     
    stop() - 接口 中的方法org.apache.hadoop.ipc.RpcScheduler
     
    stop() - 类 中的方法org.apache.hadoop.ipc.Server
    Stops the service.
    stop() - 类 中的方法org.apache.hadoop.metrics2.lib.MutableQuantiles
     
    stop() - 接口 中的方法org.apache.hadoop.metrics2.MetricsSystemMXBean
    Stop the metrics system
    stop() - 类 中的方法org.apache.hadoop.service.AbstractService
    Stop the service.
    stop() - 接口 中的方法org.apache.hadoop.service.Service
    Stop the service.
    stop(Service) - 类 中的静态方法org.apache.hadoop.service.ServiceOperations
    Stop a service.
    stop() - 类 中的方法org.apache.hadoop.util.StopWatch
    Stop elapsed time and make the state of stopwatch stop.
    STOP_ONLY_STARTED_SERVICES - 类 中的静态变量org.apache.hadoop.service.CompositeService
    Policy on shutdown: attempt to close everything (purest) or only try to close started services (which assumes that the service implementations may not handle the stop() operation except when started.
    stopMetricsMBeans() - 接口 中的方法org.apache.hadoop.metrics2.MetricsSystemMXBean
    Stop metrics MBeans.
    stopQuietly(Service) - 类 中的静态方法org.apache.hadoop.service.ServiceOperations
    Stop a service; if it is null do nothing.
    stopQuietly(Log, Service) - 类 中的静态方法org.apache.hadoop.service.ServiceOperations
    Stop a service; if it is null do nothing.
    stopQuietly(Logger, Service) - 类 中的静态方法org.apache.hadoop.service.ServiceOperations
    Stop a service; if it is null do nothing.
    stopThreads() - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
     
    StopWatch - org.apache.hadoop.util中的类
    A simplified StopWatch implementation which can measure times in nanoseconds.
    StopWatch() - 类 的构造器org.apache.hadoop.util.StopWatch
     
    StopWatch(Timer) - 类 的构造器org.apache.hadoop.util.StopWatch
    Used for tests to be able to create a StopWatch which does not follow real time.
    StorageSize - org.apache.hadoop.conf中的类
    A class that contains the numeric value and the unit of measure.
    StorageSize(StorageUnit, double) - 类 的构造器org.apache.hadoop.conf.StorageSize
    Constucts a Storage Measure, which contains the value and the unit of measure.
    StorageStatistics - org.apache.hadoop.fs中的类
    StorageStatistics contains statistics data for a FileSystem or FileContext instance.
    StorageStatistics(String) - 类 的构造器org.apache.hadoop.fs.StorageStatistics
     
    StorageStatistics.CommonStatisticNames - org.apache.hadoop.fs中的接口
    These are common statistic names.
    StorageStatistics.LongStatistic - org.apache.hadoop.fs中的类
    A 64-bit storage statistic.
    StorageType - org.apache.hadoop.fs中的枚举
    Defines the types of supported storage media.
    StorageUnit - org.apache.hadoop.conf中的枚举
    Class that maintains different forms of Storage Units.
    store(Configuration, K, String) - 类 中的静态方法org.apache.hadoop.io.DefaultStringifier
    Stores the item in the configuration with the given keyName.
    storeArray(Configuration, K[], String) - 类 中的静态方法org.apache.hadoop.io.DefaultStringifier
    Stores the array of items in the configuration with the given keyName.
    storeDelegationKey(DelegationKey) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
    For subclasses externalizing the storage, for example Zookeeper based implementations
    storeNewMasterKey(DelegationKey) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
     
    storeNewToken(TokenIdent, long) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
     
    storeToken(TokenIdent, AbstractDelegationTokenSecretManager.DelegationTokenInformation) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
    For subclasses externalizing the storage, for example Zookeeper based implementations
    storeTokenTrackingId - 类 中的变量org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
    Whether to store a token's tracking ID in its TokenInformation.
    stream(FSDataInputStream) - 类 中的静态方法org.apache.hadoop.io.SequenceFile.Reader
    Create an option to specify the stream with the sequence file.
    stream(FSDataOutputStream) - 类 中的静态方法org.apache.hadoop.io.SequenceFile.Writer
     
    STREAM_IS_CLOSED - 类 中的静态变量org.apache.hadoop.fs.FSExceptionMessages
    The operation failed because the stream is closed: "Stream is closed!"
    StreamCapabilities - org.apache.hadoop.fs中的接口
    Interface to query streams for supported capabilities.
    StreamCapabilities.StreamCapability - org.apache.hadoop.fs中的枚举
    已过时。
    StreamCapabilitiesPolicy - org.apache.hadoop.fs中的类
    Static methods to implement policies for StreamCapabilities.
    StreamCapabilitiesPolicy() - 类 的构造器org.apache.hadoop.fs.StreamCapabilitiesPolicy
     
    string2long(String) - 枚举 中的静态方法org.apache.hadoop.util.StringUtils.TraditionalBinaryPrefix
    Convert a string to long.
    Stringifier<T> - org.apache.hadoop.io中的接口
    Stringifier interface offers two methods to convert an object to a string representation and restore the object given its string representation.
    StringInterner - org.apache.hadoop.util中的类
    Provides string interning utility methods.
    StringInterner() - 类 的构造器org.apache.hadoop.util.StringInterner
     
    StringOption(String) - 类 的构造器org.apache.hadoop.util.Options.StringOption
     
    StringUtils.TraditionalBinaryPrefix - org.apache.hadoop.util中的枚举
    The traditional binary prefixes, kilo, mega, ..., exa, which can be represented by a 64-bit integer.
    strongIntern(String) - 类 中的静态方法org.apache.hadoop.util.StringInterner
    Interns and returns a reference to the representative instance for any of a collection of string instances that are equal to each other.
    SubCommand() - 类 的构造器org.apache.hadoop.tools.CommandShell.SubCommand
     
    subMap(K, K) - 类 中的方法org.apache.hadoop.io.SortedMapWritable
     
    SUCCESS - 类 中的静态变量org.apache.hadoop.util.FindClass
    Exit code when the operation succeeded: 0
    SUCCESS_VALUE - 枚举 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto
    SUCCESS = 0; RPC succeeded
    SUCCESS_VALUE - 枚举 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslState
    SUCCESS = 0;
    successResponse() - 类 中的静态方法org.apache.hadoop.ipc.RefreshResponse
    Convenience method to create a response for successful refreshes.
    suffix(String) - 类 中的方法org.apache.hadoop.fs.Path
    Adds a suffix to the final name in the path.
    SUN_SECURITY_JAAS_FILE - 类 中的静态变量org.apache.hadoop.security.KDiag
     
    SUN_SECURITY_KRB5_DEBUG - 类 中的静态变量org.apache.hadoop.security.KDiag
     
    SUN_SECURITY_SPNEGO_DEBUG - 类 中的静态变量org.apache.hadoop.security.KDiag
     
    suppliedConf - 类 中的静态变量org.apache.hadoop.metrics2.sink.RollingFileSystemSink
     
    suppliedFilesystem - 类 中的静态变量org.apache.hadoop.metrics2.sink.RollingFileSystemSink
     
    SUPPORT_SPARSE_METRICS_DEFAULT - 类 中的静态变量org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
     
    SUPPORT_SPARSE_METRICS_PROPERTY - 类 中的静态变量org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
     
    supportsSymlinks() - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
    Returns true if the file system supports symlinks, false otherwise.
    supportsSymlinks() - 类 中的方法org.apache.hadoop.fs.FileSystem
    supportsSymlinks() - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
     
    supportsSymlinks() - 类 中的方法org.apache.hadoop.fs.LocalFileSystem
     
    supportsSymlinks() - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
     
    supportsSymlinks() - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
     
    supportTypeQuota() - 枚举 中的方法org.apache.hadoop.fs.StorageType
     
    swapQueue(Class<? extends RpcScheduler>, Class<? extends BlockingQueue<E>>, int, String, Configuration) - 类 中的方法org.apache.hadoop.ipc.CallQueueManager
    Replaces active queue with the newly requested one and transfers all calls to the newQ before returning.
    swapScheme - 类 中的变量org.apache.hadoop.fs.FilterFileSystem
     
    SYMBOL - 枚举 中的变量org.apache.hadoop.fs.permission.FsAction
    Symbolic representation
    symbol - 枚举 中的变量org.apache.hadoop.util.StringUtils.TraditionalBinaryPrefix
     
    symLink(String, String) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
    Create a soft link between a src and destination only on a local disk.
    SYMLINK_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.fs.FSProtos.FileStatusProto
     
    SYMLINK_NO_PRIVILEGE - 类 中的静态变量org.apache.hadoop.fs.FileUtil
     
    sync(long) - 类 中的方法org.apache.hadoop.io.SequenceFile.Reader
    Seek to the next sync mark past a given position.
    sync() - 类 中的方法org.apache.hadoop.io.SequenceFile.Writer
    create a sync point
    SYNC_FILE_RANGE_WAIT_AFTER - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX
     
    SYNC_FILE_RANGE_WAIT_BEFORE - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX
     
    SYNC_FILE_RANGE_WRITE - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.POSIX
     
    SYNC_INTERVAL - 类 中的静态变量org.apache.hadoop.io.SequenceFile
    The number of bytes between sync points. 100 KB, default.
    Syncable - org.apache.hadoop.fs中的接口
    This interface for flush/sync operation.
    syncFileRangeIfPossible(FileDescriptor, long, long, int) - 类 中的静态方法org.apache.hadoop.io.nativeio.NativeIO.POSIX
    Call sync_file_range on the given file descriptor.
    syncFs() - 类 中的方法org.apache.hadoop.io.SequenceFile.Writer
    syncInterval(int) - 类 中的静态方法org.apache.hadoop.io.SequenceFile.Writer
     
    syncSeen() - 类 中的方法org.apache.hadoop.io.SequenceFile.Reader
    Returns true iff the previous call to next passed a sync mark.
    SysInfo - org.apache.hadoop.util中的类
    Plugin to calculate resource information on the system.
    SysInfo() - 类 的构造器org.apache.hadoop.util.SysInfo
     
    SYSPROP_HADOOP_HOME_DIR - 类 中的静态变量org.apache.hadoop.util.Shell
    System property for the Hadoop home directory: "hadoop.home.dir".
    SYSTEM_CLASSES_DEFAULT - 类 中的静态变量org.apache.hadoop.util.ApplicationClassLoader
    Default value of the system classes if the user did not override them.

    T

    TableListing.Builder - org.apache.hadoop.tools中的类
     
    TableListing.Justification - org.apache.hadoop.tools中的枚举
     
    TableMapping - org.apache.hadoop.net中的类
    Simple DNSToSwitchMapping implementation that reads a 2 column text file.
    TableMapping() - 类 的构造器org.apache.hadoop.net.TableMapping
     
    tag(MetricsInfo, String) - 类 中的静态方法org.apache.hadoop.metrics2.lib.Interns
    Get a metrics tag.
    tag(String, String, String) - 类 中的静态方法org.apache.hadoop.metrics2.lib.Interns
    Get a metrics tag.
    tag(String, String, String) - 类 中的方法org.apache.hadoop.metrics2.lib.MetricsRegistry
    Add a tag to the metrics
    tag(String, String, String, boolean) - 类 中的方法org.apache.hadoop.metrics2.lib.MetricsRegistry
    Add a tag to the metrics
    tag(MetricsInfo, String, boolean) - 类 中的方法org.apache.hadoop.metrics2.lib.MetricsRegistry
    Add a tag to the metrics
    tag(MetricsInfo, String) - 类 中的方法org.apache.hadoop.metrics2.lib.MetricsRegistry
     
    tag(MetricsInfo, String) - 类 中的方法org.apache.hadoop.metrics2.MetricsJsonBuilder
     
    tag(MetricsInfo, String) - 类 中的方法org.apache.hadoop.metrics2.MetricsRecordBuilder
    Add a metrics value with metrics information
    tag(MetricsInfo, String) - 类 中的方法org.apache.hadoop.metrics2.MetricStringBuilder
     
    tags() - 接口 中的方法org.apache.hadoop.metrics2.MetricsRecord
    Get the tags of the record Note: returning a collection instead of iterable as we need to use tags as keys (hence Collection#hashCode etc.) in maps
    tags() - 类 中的方法org.apache.hadoop.metrics2.util.MetricsCache.Record
     
    tailMap(K) - 类 中的方法org.apache.hadoop.io.SortedMapWritable
     
    take() - 类 中的方法org.apache.hadoop.ipc.CallQueueManager
    Retrieve an E from the backing queue or block until we can.
    take() - 类 中的方法org.apache.hadoop.ipc.FairCallQueue
     
    tell() - 类 中的方法org.apache.hadoop.fs.AvroFSInput
     
    Text - org.apache.hadoop.io中的类
    This class stores text using standard UTF8 encoding.
    Text() - 类 的构造器org.apache.hadoop.io.Text
     
    Text(String) - 类 的构造器org.apache.hadoop.io.Text
    Construct from a string.
    Text(Text) - 类 的构造器org.apache.hadoop.io.Text
    Construct from another text.
    Text(byte[]) - 类 的构造器org.apache.hadoop.io.Text
    Construct from a byte array.
    Text.Comparator - org.apache.hadoop.io中的类
    A WritableComparator optimized for Text keys.
    TFile - org.apache.hadoop.io.file.tfile中的类
    A TFile is a container of key-value pairs.
    TFile.Reader - org.apache.hadoop.io.file.tfile中的类
    TFile Reader.
    TFile.Reader.Scanner - org.apache.hadoop.io.file.tfile中的类
    The TFile Scanner.
    TFile.Reader.Scanner.Entry - org.apache.hadoop.io.file.tfile中的类
    Entry to a <Key, Value> pair.
    TFile.Writer - org.apache.hadoop.io.file.tfile中的类
    TFile Writer.
    TFILE_FS_INPUT_BUFFER_SIZE_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
    Default value for TFILE_FS_INPUT_BUFFER_SIZE_KEY
    TFILE_FS_INPUT_BUFFER_SIZE_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
     
    TFILE_FS_OUTPUT_BUFFER_SIZE_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
    Default value for TFILE_FS_OUTPUT_BUFFER_SIZE_KEY
    TFILE_FS_OUTPUT_BUFFER_SIZE_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
     
    TFILE_IO_CHUNK_SIZE_DEFAULT - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
    Default value for TFILE_IO_CHUNK_SIZE_DEFAULT
    TFILE_IO_CHUNK_SIZE_KEY - 类 中的静态变量org.apache.hadoop.fs.CommonConfigurationKeysPublic
     
    THREAD - 类 中的静态变量org.apache.hadoop.log.Log4Json
     
    ThreadUtil - org.apache.hadoop.util中的类
     
    ThreadUtil() - 类 的构造器org.apache.hadoop.util.ThreadUtil
     
    TIME - 类 中的静态变量org.apache.hadoop.log.Log4Json
     
    time - 类 中的变量org.apache.hadoop.service.LifecycleEvent
    Local time in milliseconds when the event occurred
    TIME_UNIT_DEFAULT - 类 中的静态变量org.apache.hadoop.util.ShutdownHookManager
    The default time unit used: seconds.
    TIMEOUT_MINIMUM - 类 中的静态变量org.apache.hadoop.util.ShutdownHookManager
    Minimum shutdown timeout: 1L second(s).
    timeOutInterval - 类 中的变量org.apache.hadoop.util.Shell
    Time after which the executing script would be timedout.
    timestamp() - 接口 中的方法org.apache.hadoop.metrics2.MetricsRecord
    Get the timestamp of the metrics
    toArray() - 类 中的方法org.apache.hadoop.io.ArrayWritable
     
    toArray() - 类 中的方法org.apache.hadoop.io.TwoDArrayWritable
     
    toBuilder() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.fs.FSProtos.FsPermissionProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
     
    toBuilder() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
     
    toBuilder() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
     
    toBuilder() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
     
    toByteArray() - 接口 中的方法org.apache.hadoop.fs.PathHandle
     
    toByteArray(Writable...) - 类 中的静态方法org.apache.hadoop.io.WritableUtils
    Convert writables to a byte array
    toBytes(double) - 枚举 中的方法org.apache.hadoop.conf.StorageUnit
     
    toEBs(double) - 枚举 中的方法org.apache.hadoop.conf.StorageUnit
     
    toExtendedShort() - 类 中的方法org.apache.hadoop.fs.permission.FsPermission
    已过时。
    toGBs(double) - 枚举 中的方法org.apache.hadoop.conf.StorageUnit
     
    toJson(LoggingEvent) - 类 中的方法org.apache.hadoop.log.Log4Json
    Convert an event to JSON
    toJson(Writer, LoggingEvent) - 类 中的方法org.apache.hadoop.log.Log4Json
    Convert an event to JSON
    toJson(Writer, String, long, String, String, String, ThrowableInformation) - 类 中的方法org.apache.hadoop.log.Log4Json
    Build a JSON entry from the parameters.
    toKBs(double) - 枚举 中的方法org.apache.hadoop.conf.StorageUnit
     
    Token() - 类 的构造器org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL.Token
     
    Token<T extends TokenIdentifier> - org.apache.hadoop.security.token中的类
    The client-side form of the token.
    Token(T, SecretManager<T>) - 类 的构造器org.apache.hadoop.security.token.Token
    Construct a token given a token identifier and a secret manager for the type of the token identifier.
    Token(byte[], byte[], Text, Text) - 类 的构造器org.apache.hadoop.security.token.Token
    Construct a token from the components.
    Token() - 类 的构造器org.apache.hadoop.security.token.Token
    Default constructor.
    Token(Token<T>) - 类 的构造器org.apache.hadoop.security.token.Token
    Clone a token.
    Token(SecurityProtos.TokenProto) - 类 的构造器org.apache.hadoop.security.token.Token
    Construct a Token from a TokenProto.
    Token.TrivialRenewer - org.apache.hadoop.security.token中的类
    A trivial renewer for token kinds that aren't managed.
    TOKEN_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
     
    TOKEN_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
     
    TOKEN_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
     
    TOKEN_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
     
    TOKEN_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
     
    TOKEN_PARAM - 类 中的静态变量org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator
     
    TOKEN_SEPARATOR_REGEX - 类 中的静态变量org.apache.hadoop.util.Shell
    Token separator regex used to parse Shell tool outputs.
    TokenIdentifier - org.apache.hadoop.security.token中的类
    An identifier that identifies a token, may contain public information about a token, including its kind (or type).
    TokenIdentifier() - 类 的构造器org.apache.hadoop.security.token.TokenIdentifier
     
    TokenInfo - org.apache.hadoop.security.token中的注释类型
    Indicates Token related information to be used
    TokenRenewer - org.apache.hadoop.security.token中的类
    This is the interface for plugins that handle tokens.
    TokenRenewer() - 类 的构造器org.apache.hadoop.security.token.TokenRenewer
     
    TOKENS_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
     
    TokenSelector<T extends TokenIdentifier> - org.apache.hadoop.security.token中的接口
    Select token of type T from tokens for use with named service
    toMBs(double) - 枚举 中的方法org.apache.hadoop.conf.StorageUnit
     
    TOO_MANY_BYTES_FOR_DEST_BUFFER - 类 中的静态变量org.apache.hadoop.fs.FSExceptionMessages
     
    toOctal() - 类 中的方法org.apache.hadoop.fs.permission.FsPermission
    Returns the FsPermission in an octal format.
    Tool - org.apache.hadoop.util中的接口
    A tool interface that supports handling of generic command-line options.
    ToolRunner - org.apache.hadoop.util中的类
    A utility to help run Tools.
    ToolRunner() - 类 的构造器org.apache.hadoop.util.ToolRunner
     
    TooManyArgumentsException(int, int) - 异常错误 的构造器org.apache.hadoop.fs.shell.CommandFormat.TooManyArgumentsException
     
    toPBs(double) - 枚举 中的方法org.apache.hadoop.conf.StorageUnit
     
    toShort() - 类 中的方法org.apache.hadoop.fs.permission.FsPermission
    Encode the object to a short.
    toString() - 类 中的方法org.apache.hadoop.conf.Configuration.IntegerRanges
     
    toString() - 类 中的方法org.apache.hadoop.conf.Configuration
     
    toString() - 枚举 中的方法org.apache.hadoop.conf.StorageUnit
     
    toString() - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider.KeyVersion
     
    toString() - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider.Metadata
     
    toString() - 类 中的方法org.apache.hadoop.crypto.key.KeyProvider.Options
     
    toString() - 类 中的方法org.apache.hadoop.crypto.key.KeyProviderExtension
     
    toString() - 类 中的方法org.apache.hadoop.fs.BlockLocation
     
    toString() - 类 中的方法org.apache.hadoop.fs.ContentSummary
     
    toString(boolean) - 类 中的方法org.apache.hadoop.fs.ContentSummary
    Return the string representation of the object in the output format.
    toString(boolean, boolean) - 类 中的方法org.apache.hadoop.fs.ContentSummary
    Return the string representation of the object in the output format.
    toString(boolean, boolean, boolean) - 类 中的方法org.apache.hadoop.fs.ContentSummary
    Return the string representation of the object in the output format.
    toString(boolean, boolean, boolean, List<StorageType>) - 类 中的方法org.apache.hadoop.fs.ContentSummary
    Return the string representation of the object in the output format.
    toString(boolean, boolean, boolean, boolean, List<StorageType>) - 类 中的方法org.apache.hadoop.fs.ContentSummary
    Return the string representation of the object in the output format.
    toString() - 类 中的方法org.apache.hadoop.fs.DelegationTokenRenewer.RenewAction
     
    toString() - 类 中的方法org.apache.hadoop.fs.FileStatus
     
    toString() - 类 中的方法org.apache.hadoop.fs.FileSystem.Statistics.StatisticsData
     
    toString() - 类 中的方法org.apache.hadoop.fs.FileSystem.Statistics
     
    toString() - 类 中的方法org.apache.hadoop.fs.FSDataInputStream
    String value.
    toString() - 类 中的方法org.apache.hadoop.fs.FSDataOutputStream
     
    toString() - 类 中的方法org.apache.hadoop.fs.Options.ChecksumOpt
     
    toString() - 类 中的方法org.apache.hadoop.fs.Options.HandleOpt.Data
     
    toString() - 类 中的方法org.apache.hadoop.fs.Options.HandleOpt.Location
     
    toString() - 类 中的方法org.apache.hadoop.fs.Path
     
    toString() - 类 中的方法org.apache.hadoop.fs.permission.AclEntry
     
    toString() - 枚举 中的方法org.apache.hadoop.fs.permission.AclEntryType
     
    toString() - 类 中的方法org.apache.hadoop.fs.permission.AclStatus
     
    toString() - 类 中的方法org.apache.hadoop.fs.permission.FsCreateModes
     
    toString() - 类 中的方法org.apache.hadoop.fs.permission.FsPermission
     
    toString() - 类 中的方法org.apache.hadoop.fs.QuotaUsage
     
    toString(boolean) - 类 中的方法org.apache.hadoop.fs.QuotaUsage
     
    toString(boolean, boolean, List<StorageType>) - 类 中的方法org.apache.hadoop.fs.QuotaUsage
    Return the string representation of the object in the output format.
    toString() - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
     
    toString() - 类 中的方法org.apache.hadoop.fs.shell.find.BaseExpression
     
    toString() - 类 中的方法org.apache.hadoop.fs.shell.find.FilterExpression
     
    toString() - 类 中的方法org.apache.hadoop.fs.shell.find.Result
     
    toString() - 类 中的方法org.apache.hadoop.fs.StorageStatistics.LongStatistic
     
    toString() - 类 中的方法org.apache.hadoop.fs.store.EtagChecksum
     
    toString() - 枚举 中的方法org.apache.hadoop.ha.HAServiceProtocol.HAServiceState
     
    toString() - 枚举 中的方法org.apache.hadoop.http.HttpServer2.XFrameOption
     
    toString() - 类 中的方法org.apache.hadoop.io.BooleanWritable
     
    toString() - 类 中的方法org.apache.hadoop.io.BytesWritable
    Generate the stream of bytes as hex pairs separated by ' '.
    toString() - 类 中的方法org.apache.hadoop.io.ByteWritable
     
    toString() - 类 中的方法org.apache.hadoop.io.compress.CompressionCodecFactory
    Print the extension map out as a string.
    toString(T) - 类 中的方法org.apache.hadoop.io.DefaultStringifier
     
    toString() - 类 中的方法org.apache.hadoop.io.DoubleWritable
     
    toString() - 类 中的方法org.apache.hadoop.io.EnumSetWritable
     
    toString() - 类 中的方法org.apache.hadoop.io.erasurecode.ECSchema
    Make a meaningful string representation for log output.
    toString() - 类 中的方法org.apache.hadoop.io.file.tfile.Utils.Version
    Return a string representation of the version.
    toString() - 类 中的方法org.apache.hadoop.io.FloatWritable
     
    toString() - 类 中的方法org.apache.hadoop.io.GenericWritable
     
    toString() - 类 中的方法org.apache.hadoop.io.IntWritable
     
    toString() - 类 中的方法org.apache.hadoop.io.LongWritable
     
    toString() - 类 中的方法org.apache.hadoop.io.MapWritable
     
    toString() - 类 中的方法org.apache.hadoop.io.MD5Hash
    Returns a string representation of this object.
    toString() - 类 中的方法org.apache.hadoop.io.nativeio.NativeIO.POSIX.Stat
     
    toString() - 异常错误 中的方法org.apache.hadoop.io.nativeio.NativeIOException
     
    toString() - 类 中的方法org.apache.hadoop.io.NullWritable
     
    toString() - 类 中的方法org.apache.hadoop.io.ObjectWritable
     
    toString() - 类 中的方法org.apache.hadoop.io.retry.FailoverProxyProvider.ProxyInfo
     
    toString() - 异常错误 中的方法org.apache.hadoop.io.retry.MultiException
     
    toString() - 类 中的方法org.apache.hadoop.io.retry.RetryPolicies.MultipleLinearRandomRetry.Pair
     
    toString() - 类 中的方法org.apache.hadoop.io.retry.RetryPolicies.MultipleLinearRandomRetry
     
    toString() - 类 中的方法org.apache.hadoop.io.retry.RetryPolicy.RetryAction
     
    toString() - 类 中的方法org.apache.hadoop.io.SequenceFile.Metadata
     
    toString() - 类 中的方法org.apache.hadoop.io.SequenceFile.Reader
    Returns the name of the file.
    toString() - 类 中的方法org.apache.hadoop.io.ShortWritable
    Short values in string format
    toString(T) - 接口 中的方法org.apache.hadoop.io.Stringifier
    Converts the object to a string representation
    toString() - 类 中的方法org.apache.hadoop.io.Text
    Convert text back to string
    toString() - 异常错误 中的方法org.apache.hadoop.io.VersionMismatchException
    Returns a string representation of this object.
    toString() - 类 中的方法org.apache.hadoop.io.VIntWritable
     
    toString() - 类 中的方法org.apache.hadoop.io.VLongWritable
     
    toString() - 类 中的方法org.apache.hadoop.ipc.RefreshResponse
     
    toString() - 异常错误 中的方法org.apache.hadoop.ipc.RemoteException
     
    toString() - 类 中的方法org.apache.hadoop.ipc.RetryCache.CacheEntry
     
    toString() - 类 中的方法org.apache.hadoop.ipc.Server.Call
     
    toString() - 类 中的方法org.apache.hadoop.ipc.Server.Connection
     
    toString() - 类 中的方法org.apache.hadoop.metrics2.AbstractMetric
     
    toString() - 类 中的方法org.apache.hadoop.metrics2.lib.MetricsRegistry
     
    toString() - 类 中的方法org.apache.hadoop.metrics2.lib.MutableGaugeFloat
     
    toString() - 类 中的方法org.apache.hadoop.metrics2.lib.MutableGaugeInt
     
    toString() - 类 中的方法org.apache.hadoop.metrics2.lib.MutableGaugeLong
     
    toString() - 类 中的方法org.apache.hadoop.metrics2.lib.MutableStat
     
    toString() - 类 中的方法org.apache.hadoop.metrics2.MetricsJsonBuilder
     
    toString() - 类 中的方法org.apache.hadoop.metrics2.MetricsTag
     
    toString() - 类 中的方法org.apache.hadoop.metrics2.MetricStringBuilder
     
    toString() - 类 中的方法org.apache.hadoop.metrics2.util.MetricsCache.Record
     
    toString() - 类 中的方法org.apache.hadoop.net.CachedDNSToSwitchMapping
     
    toString() - 类 中的方法org.apache.hadoop.net.ScriptBasedMapping.RawScriptBasedMapping
     
    toString() - 类 中的方法org.apache.hadoop.net.ScriptBasedMapping
     
    toString() - 类 中的方法org.apache.hadoop.security.alias.CredentialProvider.CredentialEntry
     
    toString() - 类 中的方法org.apache.hadoop.security.authorize.AccessControlList
    Returns descriptive way of users and groups that are part of this ACL.
    toString() - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
     
    toString() - 类 中的方法org.apache.hadoop.security.token.Token
     
    toString() - 类 中的方法org.apache.hadoop.security.UserGroupInformation
    Return the username.
    toString() - 类 中的方法org.apache.hadoop.service.AbstractService
     
    toString() - 类 中的方法org.apache.hadoop.service.launcher.IrqHandler.InterruptData
     
    toString() - 类 中的方法org.apache.hadoop.service.launcher.ServiceLauncher
     
    toString() - 枚举 中的方法org.apache.hadoop.service.Service.STATE
    Get the name of a state
    toString() - 类 中的方法org.apache.hadoop.service.ServiceStateModel
    return the state text as the toString() value
    toString() - 类 中的方法org.apache.hadoop.util.bloom.BloomFilter
     
    toString() - 类 中的方法org.apache.hadoop.util.bloom.CountingBloomFilter
     
    toString() - 类 中的方法org.apache.hadoop.util.bloom.DynamicBloomFilter
     
    toString() - 类 中的方法org.apache.hadoop.util.ComparableVersion
     
    toString() - 异常错误 中的方法org.apache.hadoop.util.ExitUtil.ExitException
    String value does not include exception type, just exit code and message.
    toString() - 异常错误 中的方法org.apache.hadoop.util.ExitUtil.HaltException
    String value does not include exception type, just exit code and message.
    toString() - 异常错误 中的方法org.apache.hadoop.util.Shell.ExitCodeException
     
    toString() - 类 中的方法org.apache.hadoop.util.Shell.ShellCommandExecutor
    Returns the commands of this instance.
    toString() - 类 中的方法org.apache.hadoop.util.StopWatch
     
    toStrings() - 类 中的方法org.apache.hadoop.io.ArrayWritable
     
    toStringStable() - 类 中的方法org.apache.hadoop.fs.permission.AclEntry
    Returns a string representation guaranteed to be stable across versions to satisfy backward compatibility requirements, such as for shell command output or serialization.
    toStringStable() - 枚举 中的方法org.apache.hadoop.fs.permission.AclEntryType
    Returns a string representation guaranteed to be stable across versions to satisfy backward compatibility requirements, such as for shell command output or serialization.
    toStringStable() - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
     
    toTBs(double) - 枚举 中的方法org.apache.hadoop.conf.StorageUnit
     
    toTokenProto() - 类 中的方法org.apache.hadoop.security.token.Token
    Construct a TokenProto from this Token instance.
    toTraceName(String) - 类 中的静态方法org.apache.hadoop.ipc.RpcClientUtil
    Convert an RPC class method to a string.
    Touch() - 类 的构造器org.apache.hadoop.fs.shell.TouchCommands.Touch
     
    TouchCommands.Touch - org.apache.hadoop.fs.shell中的类
    A UNIX like touch command.
    TouchCommands.Touchz - org.apache.hadoop.fs.shell中的类
    (Re)create zero-length file at the specified path.
    Touchz() - 类 的构造器org.apache.hadoop.fs.shell.TouchCommands.Touchz
     
    toUri() - 类 中的方法org.apache.hadoop.fs.Path
    Convert this Path to a URI.
    TraceAdminPB - org.apache.hadoop.tracing中的类
     
    TraceAdminPB.AddSpanReceiverRequestProto - org.apache.hadoop.tracing中的类
    Protobuf type hadoop.common.AddSpanReceiverRequestProto
    TraceAdminPB.AddSpanReceiverRequestProto.Builder - org.apache.hadoop.tracing中的类
    Protobuf type hadoop.common.AddSpanReceiverRequestProto
    TraceAdminPB.AddSpanReceiverRequestProtoOrBuilder - org.apache.hadoop.tracing中的接口
     
    TraceAdminPB.AddSpanReceiverResponseProto - org.apache.hadoop.tracing中的类
    Protobuf type hadoop.common.AddSpanReceiverResponseProto
    TraceAdminPB.AddSpanReceiverResponseProto.Builder - org.apache.hadoop.tracing中的类
    Protobuf type hadoop.common.AddSpanReceiverResponseProto
    TraceAdminPB.AddSpanReceiverResponseProtoOrBuilder - org.apache.hadoop.tracing中的接口
     
    TraceAdminPB.ConfigPair - org.apache.hadoop.tracing中的类
    Protobuf type hadoop.common.ConfigPair
    TraceAdminPB.ConfigPair.Builder - org.apache.hadoop.tracing中的类
    Protobuf type hadoop.common.ConfigPair
    TraceAdminPB.ConfigPairOrBuilder - org.apache.hadoop.tracing中的接口
     
    TraceAdminPB.ListSpanReceiversRequestProto - org.apache.hadoop.tracing中的类
    Protobuf type hadoop.common.ListSpanReceiversRequestProto
    TraceAdminPB.ListSpanReceiversRequestProto.Builder - org.apache.hadoop.tracing中的类
    Protobuf type hadoop.common.ListSpanReceiversRequestProto
    TraceAdminPB.ListSpanReceiversRequestProtoOrBuilder - org.apache.hadoop.tracing中的接口
     
    TraceAdminPB.ListSpanReceiversResponseProto - org.apache.hadoop.tracing中的类
    Protobuf type hadoop.common.ListSpanReceiversResponseProto
    TraceAdminPB.ListSpanReceiversResponseProto.Builder - org.apache.hadoop.tracing中的类
    Protobuf type hadoop.common.ListSpanReceiversResponseProto
    TraceAdminPB.ListSpanReceiversResponseProtoOrBuilder - org.apache.hadoop.tracing中的接口
     
    TraceAdminPB.RemoveSpanReceiverRequestProto - org.apache.hadoop.tracing中的类
    Protobuf type hadoop.common.RemoveSpanReceiverRequestProto
    TraceAdminPB.RemoveSpanReceiverRequestProto.Builder - org.apache.hadoop.tracing中的类
    Protobuf type hadoop.common.RemoveSpanReceiverRequestProto
    TraceAdminPB.RemoveSpanReceiverRequestProtoOrBuilder - org.apache.hadoop.tracing中的接口
     
    TraceAdminPB.RemoveSpanReceiverResponseProto - org.apache.hadoop.tracing中的类
    Protobuf type hadoop.common.RemoveSpanReceiverResponseProto
    TraceAdminPB.RemoveSpanReceiverResponseProto.Builder - org.apache.hadoop.tracing中的类
    Protobuf type hadoop.common.RemoveSpanReceiverResponseProto
    TraceAdminPB.RemoveSpanReceiverResponseProtoOrBuilder - org.apache.hadoop.tracing中的接口
     
    TraceAdminPB.SpanReceiverListInfo - org.apache.hadoop.tracing中的类
    Protobuf type hadoop.common.SpanReceiverListInfo
    TraceAdminPB.SpanReceiverListInfo.Builder - org.apache.hadoop.tracing中的类
    Protobuf type hadoop.common.SpanReceiverListInfo
    TraceAdminPB.SpanReceiverListInfoOrBuilder - org.apache.hadoop.tracing中的接口
     
    TraceAdminPB.TraceAdminService - org.apache.hadoop.tracing中的类
    Protobuf service hadoop.common.TraceAdminService
    TraceAdminPB.TraceAdminService.BlockingInterface - org.apache.hadoop.tracing中的接口
     
    TraceAdminPB.TraceAdminService.Interface - org.apache.hadoop.tracing中的接口
     
    TraceAdminPB.TraceAdminService.Stub - org.apache.hadoop.tracing中的类
     
    TraceAdminProtocol - org.apache.hadoop.tracing中的接口
    Protocol interface that provides tracing.
    TraceAdminProtocolPB - org.apache.hadoop.tracing中的接口
     
    TraceAdminService() - 类 的构造器org.apache.hadoop.tracing.TraceAdminPB.TraceAdminService
     
    TRACEID_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
     
    TRACEINFO_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
     
    transitionToActive(HAServiceProtocol.StateChangeRequestInfo) - 接口 中的方法org.apache.hadoop.ha.HAServiceProtocol
    Request service to transition to active state.
    transitionToActive(HAServiceProtocol, HAServiceProtocol.StateChangeRequestInfo) - 类 中的静态方法org.apache.hadoop.ha.HAServiceProtocolHelper
     
    transitionToActive(RpcController, HAServiceProtocolProtos.TransitionToActiveRequestProto) - 接口 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService.BlockingInterface
     
    transitionToActive(RpcController, HAServiceProtocolProtos.TransitionToActiveRequestProto, RpcCallback<HAServiceProtocolProtos.TransitionToActiveResponseProto>) - 接口 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService.Interface
    rpc transitionToActive(.hadoop.common.TransitionToActiveRequestProto) returns (.hadoop.common.TransitionToActiveResponseProto); Request service to tranisition to active state.
    transitionToActive(RpcController, HAServiceProtocolProtos.TransitionToActiveRequestProto, RpcCallback<HAServiceProtocolProtos.TransitionToActiveResponseProto>) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService.Stub
     
    transitionToActive(RpcController, HAServiceProtocolProtos.TransitionToActiveRequestProto, RpcCallback<HAServiceProtocolProtos.TransitionToActiveResponseProto>) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService
    rpc transitionToActive(.hadoop.common.TransitionToActiveRequestProto) returns (.hadoop.common.TransitionToActiveResponseProto); Request service to tranisition to active state.
    transitionToStandby(HAServiceProtocol.StateChangeRequestInfo) - 接口 中的方法org.apache.hadoop.ha.HAServiceProtocol
    Request service to transition to standby state.
    transitionToStandby(HAServiceProtocol, HAServiceProtocol.StateChangeRequestInfo) - 类 中的静态方法org.apache.hadoop.ha.HAServiceProtocolHelper
     
    transitionToStandby(RpcController, HAServiceProtocolProtos.TransitionToStandbyRequestProto) - 接口 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService.BlockingInterface
     
    transitionToStandby(RpcController, HAServiceProtocolProtos.TransitionToStandbyRequestProto, RpcCallback<HAServiceProtocolProtos.TransitionToStandbyResponseProto>) - 接口 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService.Interface
    rpc transitionToStandby(.hadoop.common.TransitionToStandbyRequestProto) returns (.hadoop.common.TransitionToStandbyResponseProto); Request service to transition to standby state.
    transitionToStandby(RpcController, HAServiceProtocolProtos.TransitionToStandbyRequestProto, RpcCallback<HAServiceProtocolProtos.TransitionToStandbyResponseProto>) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService.Stub
     
    transitionToStandby(RpcController, HAServiceProtocolProtos.TransitionToStandbyRequestProto, RpcCallback<HAServiceProtocolProtos.TransitionToStandbyResponseProto>) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceProtocolService
    rpc transitionToStandby(.hadoop.common.TransitionToStandbyRequestProto) returns (.hadoop.common.TransitionToStandbyResponseProto); Request service to transition to standby state.
    Trash - org.apache.hadoop.fs中的类
    Provides a trash facility which supports pluggable Trash policies.
    Trash(Configuration) - 类 的构造器org.apache.hadoop.fs.Trash
    Construct a trash can accessor.
    Trash(FileSystem, Configuration) - 类 的构造器org.apache.hadoop.fs.Trash
    Construct a trash can accessor for the FileSystem provided.
    trash - 类 中的变量org.apache.hadoop.fs.TrashPolicy
     
    TRASH_PREFIX - 类 中的静态变量org.apache.hadoop.fs.FileSystem
    Prefix for trash directory: ".Trash".
    TrashPolicy - org.apache.hadoop.fs中的类
    This interface is used for implementing different Trash policies.
    TrashPolicy() - 类 的构造器org.apache.hadoop.fs.TrashPolicy
     
    TrashPolicyDefault.Emptier - org.apache.hadoop.fs中的类
     
    trimLoginMethod(String) - 类 中的静态方法org.apache.hadoop.security.UserGroupInformation
    remove the login method that is followed by a space from the username e.g.
    TrivialRenewer() - 类 的构造器org.apache.hadoop.security.token.Token.TrivialRenewer
     
    truncate(Path, long) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
    The specification of this method matches that of FileContext.truncate(Path, long) except that Path f must be for this file system.
    truncate(Path, long) - 类 中的方法org.apache.hadoop.fs.ChecksumFileSystem
     
    truncate(Path, long) - 类 中的方法org.apache.hadoop.fs.FileContext
    Truncate the file in the indicated path to the indicated size.
    truncate(Path, long) - 类 中的方法org.apache.hadoop.fs.FileSystem
    Truncate the file in the indicated path to the indicated size.
    truncate(Path, long) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
     
    truncate(Path, long) - 类 中的方法org.apache.hadoop.fs.HarFileSystem
    Not implemented.
    truncate(Path, long) - 类 中的方法org.apache.hadoop.fs.RawLocalFileSystem
     
    truncate(Path, long) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
     
    truncate(Path, long) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
     
    TRUNCATE_EXISTING - 类 中的静态变量org.apache.hadoop.io.nativeio.NativeIO.Windows
     
    trustStore(String, String, String) - 类 中的方法org.apache.hadoop.http.HttpServer2.Builder
     
    TRY_ONCE_THEN_FAIL - 类 中的静态变量org.apache.hadoop.io.retry.RetryPolicies
    Try once, and fail by re-throwing the exception.
    tryFence(HAServiceTarget, String) - 接口 中的方法org.apache.hadoop.ha.FenceMethod
    Attempt to fence the target node.
    tryFence(HAServiceTarget, String) - 类 中的方法org.apache.hadoop.ha.PowerShellFencer
     
    tryFence(HAServiceTarget, String) - 类 中的方法org.apache.hadoop.ha.ShellCommandFencer
     
    tryFence(HAServiceTarget, String) - 类 中的方法org.apache.hadoop.ha.SshFenceByTcpPort
     
    tryLock() - 类 中的方法org.apache.hadoop.util.AutoCloseableLock
    A wrapper method that makes a call to tryLock() of the underlying Lock object.
    tuple(String, String) - 类 中的方法org.apache.hadoop.metrics2.MetricStringBuilder
    Add any key,val pair to the string, between the prefix and suffix, separated by the separator.
    TwoDArrayWritable - org.apache.hadoop.io中的类
    A Writable for 2D arrays containing a matrix of instances of a class.
    TwoDArrayWritable(Class) - 类 的构造器org.apache.hadoop.io.TwoDArrayWritable
     
    TwoDArrayWritable(Class, Writable[][]) - 类 的构造器org.apache.hadoop.io.TwoDArrayWritable
     
    type() - 类 中的方法org.apache.hadoop.metrics2.AbstractMetric
    Get the type of the metric
    typeConsumed(long[]) - 类 中的方法org.apache.hadoop.fs.ContentSummary.Builder
     
    typeConsumed(StorageType, long) - 类 中的方法org.apache.hadoop.fs.ContentSummary.Builder
     
    typeConsumed(long[]) - 类 中的方法org.apache.hadoop.fs.QuotaUsage.Builder
     
    typeConsumed(StorageType, long) - 类 中的方法org.apache.hadoop.fs.QuotaUsage.Builder
     
    typeQuota(StorageType, long) - 类 中的方法org.apache.hadoop.fs.ContentSummary.Builder
     
    typeQuota(long[]) - 类 中的方法org.apache.hadoop.fs.ContentSummary.Builder
     
    typeQuota(StorageType, long) - 类 中的方法org.apache.hadoop.fs.QuotaUsage.Builder
     
    typeQuota(long[]) - 类 中的方法org.apache.hadoop.fs.QuotaUsage.Builder
     

    U

    UMASK_LABEL - 类 中的静态变量org.apache.hadoop.fs.permission.FsPermission
     
    unbuffer() - 接口 中的方法org.apache.hadoop.fs.CanUnbuffer
    Reduce the buffering.
    unbuffer() - 类 中的方法org.apache.hadoop.fs.FSDataInputStream
     
    UNBUFFER - 接口 中的静态变量org.apache.hadoop.fs.StreamCapabilities
    Stream unbuffer capability implemented by CanUnbuffer.unbuffer().
    unbuffer(InputStream) - 类 中的静态方法org.apache.hadoop.fs.StreamCapabilitiesPolicy
    Implement the policy for CanUnbuffer.unbuffer().
    uncaughtException(Thread, Throwable) - 类 中的方法org.apache.hadoop.service.launcher.HadoopUncaughtExceptionHandler
    Uncaught exception handler.
    uncaughtException(Thread, Throwable) - 类 中的方法org.apache.hadoop.service.launcher.ServiceLauncher
    Handler for uncaught exceptions: terminate the service.
    uncompressedValSerializer - 类 中的变量org.apache.hadoop.io.SequenceFile.Writer
     
    UnexpectedServerException - org.apache.hadoop.ipc中的异常错误
    Indicates that the RPC server encountered an undeclared exception from the service
    UNKNOWN_GROUP - 类 中的静态变量org.apache.hadoop.security.IdMappingConstant
     
    UNKNOWN_USER - 类 中的静态变量org.apache.hadoop.security.IdMappingConstant
     
    UnknownOptionException(String) - 异常错误 的构造器org.apache.hadoop.fs.shell.CommandFormat.UnknownOptionException
     
    unnestUri(URI) - 类 中的静态方法org.apache.hadoop.security.ProviderUtils
    Convert a nested URI to decode the underlying path.
    unquoteHtmlChars(String) - 类 中的静态方法org.apache.hadoop.http.HtmlQuoting
    Remove HTML quoting from a string.
    unreference() - 类 中的方法org.apache.hadoop.util.CloseableReferenceCount
    Decrement the reference count.
    unreferenceCheckClosed() - 类 中的方法org.apache.hadoop.util.CloseableReferenceCount
    Decrement the reference count, checking to make sure that the CloseableReferenceCount is not closed.
    unregister(String, RefreshHandler) - 类 中的方法org.apache.hadoop.ipc.RefreshRegistry
    Remove the registered object for a given identity.
    unregister(ObjectName) - 类 中的静态方法org.apache.hadoop.metrics2.util.MBeans
     
    unregisterAll(String) - 类 中的方法org.apache.hadoop.ipc.RefreshRegistry
     
    unregisterGlobalListener(ServiceStateChangeListener) - 类 中的静态方法org.apache.hadoop.service.AbstractService
    unregister a global listener.
    unregisterServiceListener(ServiceStateChangeListener) - 类 中的方法org.apache.hadoop.service.AbstractService
     
    unregisterServiceListener(ServiceStateChangeListener) - 接口 中的方法org.apache.hadoop.service.Service
    Unregister a previously registered listener of the service state change events.
    unregisterSource(String) - 类 中的方法org.apache.hadoop.metrics2.MetricsSystem
    Unregister a metrics source
    unset(String) - 类 中的方法org.apache.hadoop.conf.Configuration
    Unset a previously set property.
    UNSET - 类 中的静态变量org.apache.hadoop.security.KDiag
     
    unsetStoragePolicy(Path) - 类 中的方法org.apache.hadoop.fs.AbstractFileSystem
    Unset the storage policy set for a given file or directory.
    unsetStoragePolicy(Path) - 类 中的方法org.apache.hadoop.fs.FileContext
    Unset the storage policy set for a given file or directory.
    unsetStoragePolicy(Path) - 类 中的方法org.apache.hadoop.fs.FileSystem
    Unset the storage policy set for a given file or directory.
    unsetStoragePolicy(Path) - 类 中的方法org.apache.hadoop.fs.FilterFileSystem
     
    unsetStoragePolicy(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFileSystem
     
    unsetStoragePolicy(Path) - 类 中的方法org.apache.hadoop.fs.viewfs.ViewFs
     
    UnsupportedCodecException - org.apache.hadoop.crypto中的异常错误
    Thrown to indicate that the specific codec is not supported.
    UnsupportedCodecException() - 异常错误 的构造器org.apache.hadoop.crypto.UnsupportedCodecException
    Default constructor
    UnsupportedCodecException(String) - 异常错误 的构造器org.apache.hadoop.crypto.UnsupportedCodecException
    Constructs an UnsupportedCodecException with the specified detail message.
    UnsupportedCodecException(String, Throwable) - 异常错误 的构造器org.apache.hadoop.crypto.UnsupportedCodecException
    Constructs a new exception with the specified detail message and cause.
    UnsupportedCodecException(Throwable) - 异常错误 的构造器org.apache.hadoop.crypto.UnsupportedCodecException
    Constructs a new exception with the specified cause.
    UnsupportedFileSystemException - org.apache.hadoop.fs中的异常错误
    File system for a given file system name/scheme is not supported
    UnsupportedFileSystemException(String) - 异常错误 的构造器org.apache.hadoop.fs.UnsupportedFileSystemException
    Constructs exception with the specified detail message.
    unTar(InputStream, File, boolean) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
    Given a Tar File as input it will untar the file in a the untar directory passed as the second parameter This utility will untar ".tar" files and ".tar.gz","tgz" files.
    unTar(File, File) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
    Given a Tar File as input it will untar the file in a the untar directory passed as the second parameter This utility will untar ".tar" files and ".tar.gz","tgz" files.
    unwrapRemoteException(Class<?>...) - 异常错误 中的方法org.apache.hadoop.ipc.RemoteException
    If this remote exception wraps up one of the lookupTypes then return this exception.
    unwrapRemoteException() - 异常错误 中的方法org.apache.hadoop.ipc.RemoteException
    Instantiate and return the exception wrapped up by this remote exception.
    unZip(InputStream, File) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
    Given a stream input it will unzip the it in the unzip directory.
    unZip(File, File) - 类 中的静态方法org.apache.hadoop.fs.FileUtil
    Given a File input it will unzip it in the unzip directory.
    update(MetricsRecord, boolean) - 类 中的方法org.apache.hadoop.metrics2.util.MetricsCache
    Update the cache and return the current cached record
    update(MetricsRecord) - 类 中的方法org.apache.hadoop.metrics2.util.MetricsCache
    Update the cache and return the current cache record
    update(byte[], int, int) - 类 中的方法org.apache.hadoop.util.PureJavaCrc32
     
    update(int) - 类 中的方法org.apache.hadoop.util.PureJavaCrc32
     
    update(byte[], int, int) - 类 中的方法org.apache.hadoop.util.PureJavaCrc32C
     
    update(int) - 类 中的方法org.apache.hadoop.util.PureJavaCrc32C
     
    updateConnectAddr(String, String, String, InetSocketAddress) - 类 中的方法org.apache.hadoop.conf.Configuration
    Set the socket address a client can use to connect for the name property as a host:port.
    updateConnectAddr(String, InetSocketAddress) - 类 中的方法org.apache.hadoop.conf.Configuration
    Set the socket address a client can use to connect for the name property as a host:port.
    updateDelegationKey(DelegationKey) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
    For subclasses externalizing the storage, for example Zookeeper based implementations
    updateFlushTime(Date) - 类 中的方法org.apache.hadoop.metrics2.sink.RollingFileSystemSink
    Update the RollingFileSystemSink.nextFlush variable to the next flush time.
    updateMapInternal(BiMap<Integer, String>, String, String, String, Map<Integer, Integer>) - 类 中的静态方法org.apache.hadoop.security.ShellBasedIdMapping
    Get the list of users or groups returned by the specified command, and save them in the corresponding map.
    updateMaps() - 类 中的方法org.apache.hadoop.security.ShellBasedIdMapping
     
    updateProcessedByteCount(int) - 类 中的方法org.apache.hadoop.io.compress.bzip2.CBZip2InputStream
    This method keeps track of raw processed compressed bytes.
    updateReportedByteCount(int) - 类 中的方法org.apache.hadoop.io.compress.bzip2.CBZip2InputStream
    This method is called by the client of this class in case there are any corrections in the stream position.
    updateStoredToken(TokenIdent, long) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
     
    updateToken(TokenIdent, AbstractDelegationTokenSecretManager.DelegationTokenInformation) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
    For subclasses externalizing the storage, for example Zookeeper based implementations
    upperBound(byte[]) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner
    Move the cursor to the first entry whose key is strictly greater than the input key.
    upperBound(byte[], int, int) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner
    Move the cursor to the first entry whose key is strictly greater than the input key.
    upperBound(List<? extends T>, T, Comparator<? super T>) - 类 中的静态方法org.apache.hadoop.io.file.tfile.Utils
    Upper bound binary search.
    upperBound(List<? extends Comparable<? super T>>, T) - 类 中的静态方法org.apache.hadoop.io.file.tfile.Utils
    Upper bound binary search.
    USAGE - 类 中的静态变量org.apache.hadoop.fs.FsShell.Help
     
    Usage() - 类 的构造器org.apache.hadoop.fs.FsShell.Usage
     
    USAGE - 类 中的静态变量org.apache.hadoop.fs.FsShell.Usage
     
    USAGE - 类 中的静态变量org.apache.hadoop.fs.FsShellPermissions.Chgrp
     
    USAGE - 类 中的静态变量org.apache.hadoop.fs.FsShellPermissions.Chmod
     
    USAGE - 类 中的静态变量org.apache.hadoop.fs.FsShellPermissions.Chown
     
    USAGE - 类 中的静态变量org.apache.hadoop.fs.shell.TouchCommands.Touch
     
    USAGE - 类 中的静态变量org.apache.hadoop.fs.shell.TouchCommands.Touchz
     
    USAGE_MESSAGE - 类 中的静态变量org.apache.hadoop.service.launcher.ServiceLauncher
    Usage message.
    USAGE_NAME - 类 中的静态变量org.apache.hadoop.service.launcher.ServiceLauncher
     
    USAGE_SERVICE_ARGUMENTS - 类 中的静态变量org.apache.hadoop.service.launcher.ServiceLauncher
     
    UsageInfo(String, String) - 类 的构造器org.apache.hadoop.ha.HAAdmin.UsageInfo
     
    USAGES - 类 中的静态变量org.apache.hadoop.log.LogLevel
     
    useQueryStringForDelegationToken() - 类 中的方法org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticatedURL
    Returns if delegation token is transmitted as a HTTP header.
    USER_DEFINED_POLICY_START_ID - 类 中的静态变量org.apache.hadoop.io.erasurecode.ErasureCodeConstants
     
    USER_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
     
    USER_HOME_PREFIX - 类 中的静态变量org.apache.hadoop.fs.FileSystem
     
    USER_NAME_COMMAND - 类 中的静态变量org.apache.hadoop.util.Shell
    a Unix command to get the current user's name: "whoami".
    USERGROUPID_UPDATE_MILLIS_DEFAULT - 类 中的静态变量org.apache.hadoop.security.IdMappingConstant
     
    USERGROUPID_UPDATE_MILLIS_KEY - 类 中的静态变量org.apache.hadoop.security.IdMappingConstant
    Do user/group update every 15 minutes by default, minimum 1 minute
    USERGROUPID_UPDATE_MILLIS_MIN - 类 中的静态变量org.apache.hadoop.security.IdMappingConstant
     
    UserGroupInformation - org.apache.hadoop.security中的类
    User and group information for Hadoop.
    UserGroupInformation.AuthenticationMethod - org.apache.hadoop.security中的枚举
    existing types of authentications' methods
    UserIdentityProvider - org.apache.hadoop.ipc中的类
    The UserIdentityProvider creates uses the username as the identity.
    UserIdentityProvider() - 类 的构造器org.apache.hadoop.ipc.UserIdentityProvider
     
    USERINFO_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
     
    USERMESSAGE_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
     
    UserProvider.Factory - org.apache.hadoop.crypto.key中的类
     
    UserProvider.Factory - org.apache.hadoop.security.alias中的类
     
    useStatIfAvailable() - 类 中的静态方法org.apache.hadoop.fs.RawLocalFileSystem
     
    UTF8.Comparator - org.apache.hadoop.io中的类
    已过时。
    A WritableComparator optimized for UTF8 keys.
    utf8Length(String) - 类 中的静态方法org.apache.hadoop.io.Text
    For the given string, returns the number of UTF-8 bytes required to encode the string.
    UTF_8 - 类 中的静态变量org.apache.hadoop.http.JettyUtils
     
    util() - 类 中的方法org.apache.hadoop.fs.FileContext
     
    Util() - 类 的构造器org.apache.hadoop.fs.FileContext.Util
     
    Util() - 类 的构造器org.apache.hadoop.io.compress.CompressionCodec.Util
     
    Util() - 类 的构造器org.apache.hadoop.util.concurrent.AsyncGet.Util
     
    Utils - org.apache.hadoop.io.file.tfile中的类
    Supporting Utility classes used by TFile, and shared by users of TFile.
    Utils.Version - org.apache.hadoop.io.file.tfile中的类
    A generic Version class.

    V

    validate(EnumSet<CreateFlag>) - 枚举 中的静态方法org.apache.hadoop.fs.CreateFlag
    Validate the CreateFlag and throw exception if it is invalid
    validate(Object, boolean, EnumSet<CreateFlag>) - 枚举 中的静态方法org.apache.hadoop.fs.CreateFlag
    Validate the CreateFlag for create operation
    validate(String, boolean, EnumSet<XAttrSetFlag>) - 枚举 中的静态方法org.apache.hadoop.fs.XAttrSetFlag
     
    validate() - 类 中的方法org.apache.hadoop.tools.CommandShell.SubCommand
     
    validateForAppend(EnumSet<CreateFlag>) - 枚举 中的静态方法org.apache.hadoop.fs.CreateFlag
    Validate the CreateFlag for the append operation.
    validateKeyLength() - 类 中的方法org.apache.hadoop.security.KDiag
    Fail fast on a JVM without JCE installed.
    validateObject() - 类 中的方法org.apache.hadoop.fs.FileStatus
     
    validateObject() - 类 中的方法org.apache.hadoop.fs.Path
    Validate the contents of a deserialized Path, so as to defend against malicious object streams.
    validateObject() - 类 中的方法org.apache.hadoop.fs.permission.FsPermission
     
    validatePositionedReadArgs(long, byte[], int, int) - 类 中的方法org.apache.hadoop.fs.FSInputStream
    Validation code, available for use in subclasses.
    validateShortName() - 类 中的方法org.apache.hadoop.security.KDiag
    Verify whether auth_to_local rules transform a principal name Having a local user name "bar@foo.com" may be harmless, so it is noted at info.
    validateUTF8(byte[]) - 类 中的静态方法org.apache.hadoop.io.Text
    Check if a byte array contains valid utf-8
    validateUTF8(byte[], int, int) - 类 中的静态方法org.apache.hadoop.io.Text
    Check to see if a byte array is valid utf-8
    value() - 枚举 中的方法org.apache.hadoop.fs.Options.Rename
     
    value() - 类 中的方法org.apache.hadoop.metrics2.AbstractMetric
    Get the value of the metric
    value() - 类 中的方法org.apache.hadoop.metrics2.lib.MutableCounterInt
     
    value() - 类 中的方法org.apache.hadoop.metrics2.lib.MutableCounterLong
     
    value() - 类 中的方法org.apache.hadoop.metrics2.lib.MutableGaugeFloat
     
    value() - 类 中的方法org.apache.hadoop.metrics2.lib.MutableGaugeInt
     
    value() - 类 中的方法org.apache.hadoop.metrics2.lib.MutableGaugeLong
     
    value() - 类 中的方法org.apache.hadoop.metrics2.MetricsTag
    Get the value of the tag
    value - 枚举 中的变量org.apache.hadoop.util.StringUtils.TraditionalBinaryPrefix
     
    VALUE_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
     
    valueClass(Class<?>) - 类 中的静态方法org.apache.hadoop.io.MapFile.Writer
     
    valueClass(Class<?>) - 类 中的静态方法org.apache.hadoop.io.SequenceFile.Writer
     
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.conf.StorageUnit
    返回带有指定名称的该类型的枚举常量。
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.crypto.key.kms.ValueQueue.SyncGenerationPolicy
    返回带有指定名称的该类型的枚举常量。
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.fs.CreateFlag
    返回带有指定名称的该类型的枚举常量。
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.fs.FileStatus.AttrFlags
    返回带有指定名称的该类型的枚举常量。
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.fs.FSProtos.FileStatusProto.FileType
    返回带有指定名称的该类型的枚举常量。
    valueOf(int) - 枚举 中的静态方法org.apache.hadoop.fs.FSProtos.FileStatusProto.FileType
     
    valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法org.apache.hadoop.fs.FSProtos.FileStatusProto.FileType
     
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Flags
    返回带有指定名称的该类型的枚举常量。
    valueOf(int) - 枚举 中的静态方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Flags
     
    valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Flags
     
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.fs.GlobalStorageStatistics
    返回带有指定名称的该类型的枚举常量。
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.fs.Options.ChecksumCombineMode
    返回带有指定名称的该类型的枚举常量。
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.fs.Options.Rename
    返回带有指定名称的该类型的枚举常量。
    valueOf(byte) - 枚举 中的静态方法org.apache.hadoop.fs.Options.Rename
     
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.fs.permission.AclEntryScope
     
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.fs.permission.AclEntryType
     
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.fs.permission.FsAction
     
    valueOf(String) - 类 中的静态方法org.apache.hadoop.fs.permission.FsPermission
    Create a FsPermission from a Unix symbolic permission string
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.fs.ReadOption
    返回带有指定名称的该类型的枚举常量。
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.fs.shell.PathData.FileTypeRequirement
     
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.fs.shell.PathData.PathType
     
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.fs.StorageType
    返回带有指定名称的该类型的枚举常量。
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.fs.StreamCapabilities.StreamCapability
    已过时。
    返回带有指定名称的该类型的枚举常量。
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.fs.XAttrCodec
    返回带有指定名称的该类型的枚举常量。
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.fs.XAttrSetFlag
    返回带有指定名称的该类型的枚举常量。
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.ha.HAServiceProtocol.HAServiceState
    返回带有指定名称的该类型的枚举常量。
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.ha.HAServiceProtocol.RequestSource
    返回带有指定名称的该类型的枚举常量。
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HARequestSource
    返回带有指定名称的该类型的枚举常量。
    valueOf(int) - 枚举 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HARequestSource
     
    valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HARequestSource
     
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceStateProto
    返回带有指定名称的该类型的枚举常量。
    valueOf(int) - 枚举 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceStateProto
     
    valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceStateProto
     
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.http.HttpConfig.Policy
     
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.http.HttpServer2.XFrameOption
     
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.io.compress.bzip2.CBZip2InputStream.STATE
     
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.io.compress.SplittableCompressionCodec.READ_MODE
    返回带有指定名称的该类型的枚举常量。
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionHeader
     
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionLevel
     
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionStrategy
     
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.io.compress.zlib.ZlibDecompressor.CompressionHeader
     
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.io.file.tfile.Compression.Algorithm
    返回带有指定名称的该类型的枚举常量。
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.io.nativeio.Errno
     
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.io.nativeio.NativeIO.Windows.AccessRight
     
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.io.retry.RetryPolicy.RetryAction.RetryDecision
     
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.io.SequenceFile.CompressionType
    返回带有指定名称的该类型的枚举常量。
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcKindProto
    返回带有指定名称的该类型的枚举常量。
    valueOf(int) - 枚举 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcKindProto
     
    valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcKindProto
     
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.OperationProto
    返回带有指定名称的该类型的枚举常量。
    valueOf(int) - 枚举 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.OperationProto
     
    valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.OperationProto
     
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
    返回带有指定名称的该类型的枚举常量。
    valueOf(int) - 枚举 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
     
    valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
     
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto
    返回带有指定名称的该类型的枚举常量。
    valueOf(int) - 枚举 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto
     
    valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto
     
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslState
    返回带有指定名称的该类型的枚举常量。
    valueOf(int) - 枚举 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslState
     
    valueOf(Descriptors.EnumValueDescriptor) - 枚举 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslState
     
    valueOf(Attributes) - 异常错误 中的静态方法org.apache.hadoop.ipc.RemoteException
    Create RemoteException from attributes
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.ipc.RPC.RpcKind
     
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.metrics2.annotation.Metric.Type
    返回带有指定名称的该类型的枚举常量。
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.metrics2.lib.DefaultMetricsSystem
    返回带有指定名称的该类型的枚举常量。
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.metrics2.MetricType
    返回带有指定名称的该类型的枚举常量。
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink.GangliaConfType
    返回带有指定名称的该类型的枚举常量。
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink.GangliaSlope
    返回带有指定名称的该类型的枚举常量。
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.security.Credentials.SerializedFormat
    返回带有指定名称的该类型的枚举常量。
    valueOf(int) - 枚举 中的静态方法org.apache.hadoop.security.Credentials.SerializedFormat
     
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.security.SaslRpcServer.AuthMethod
    返回带有指定名称的该类型的枚举常量。
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.security.SaslRpcServer.QualityOfProtection
    返回带有指定名称的该类型的枚举常量。
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod
    返回带有指定名称的该类型的枚举常量。
    valueOf(SaslRpcServer.AuthMethod) - 枚举 中的静态方法org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod
     
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.service.Service.STATE
    返回带有指定名称的该类型的枚举常量。
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.tools.TableListing.Justification
    返回带有指定名称的该类型的枚举常量。
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.util.DataChecksum.Type
    返回带有指定名称的该类型的枚举常量。
    valueOf(int) - 枚举 中的静态方法org.apache.hadoop.util.DataChecksum.Type
     
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.util.Shell.OSType
    返回带有指定名称的该类型的枚举常量。
    valueOf(String) - 枚举 中的静态方法org.apache.hadoop.util.StringUtils.TraditionalBinaryPrefix
    返回带有指定名称的该类型的枚举常量。
    valueOf(char) - 枚举 中的静态方法org.apache.hadoop.util.StringUtils.TraditionalBinaryPrefix
     
    ValueQueue.QueueRefiller<E> - org.apache.hadoop.crypto.key.kms中的接口
    QueueRefiller interface a client must implement to use this class
    ValueQueue.SyncGenerationPolicy - org.apache.hadoop.crypto.key.kms中的枚举
    Policy to decide how many values to return to client when client asks for "n" values and Queue is empty.
    values() - 枚举 中的静态方法org.apache.hadoop.conf.StorageUnit
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.crypto.key.kms.ValueQueue.SyncGenerationPolicy
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.fs.CreateFlag
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.fs.FileStatus.AttrFlags
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.fs.FSProtos.FileStatusProto.FileType
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.fs.FSProtos.FileStatusProto.Flags
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.fs.GlobalStorageStatistics
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.fs.Options.ChecksumCombineMode
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.fs.Options.Rename
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.fs.permission.AclEntryScope
     
    values() - 枚举 中的静态方法org.apache.hadoop.fs.permission.AclEntryType
     
    values() - 枚举 中的静态方法org.apache.hadoop.fs.permission.FsAction
     
    values() - 枚举 中的静态方法org.apache.hadoop.fs.ReadOption
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.fs.shell.PathData.FileTypeRequirement
     
    values() - 枚举 中的静态方法org.apache.hadoop.fs.shell.PathData.PathType
     
    values() - 枚举 中的静态方法org.apache.hadoop.fs.StorageType
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.fs.StreamCapabilities.StreamCapability
    已过时。
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.fs.XAttrCodec
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.fs.XAttrSetFlag
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.ha.HAServiceProtocol.HAServiceState
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.ha.HAServiceProtocol.RequestSource
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HARequestSource
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAServiceStateProto
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.http.HttpConfig.Policy
     
    values() - 枚举 中的静态方法org.apache.hadoop.http.HttpServer2.XFrameOption
     
    values() - 枚举 中的静态方法org.apache.hadoop.io.compress.bzip2.CBZip2InputStream.STATE
     
    values() - 枚举 中的静态方法org.apache.hadoop.io.compress.SplittableCompressionCodec.READ_MODE
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionHeader
     
    values() - 枚举 中的静态方法org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionLevel
     
    values() - 枚举 中的静态方法org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionStrategy
     
    values() - 枚举 中的静态方法org.apache.hadoop.io.compress.zlib.ZlibDecompressor.CompressionHeader
     
    values() - 枚举 中的静态方法org.apache.hadoop.io.file.tfile.Compression.Algorithm
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 类 中的方法org.apache.hadoop.io.MapWritable
     
    values() - 枚举 中的静态方法org.apache.hadoop.io.nativeio.Errno
     
    values() - 枚举 中的静态方法org.apache.hadoop.io.nativeio.NativeIO.Windows.AccessRight
     
    values() - 枚举 中的静态方法org.apache.hadoop.io.retry.RetryPolicy.RetryAction.RetryDecision
     
    values() - 枚举 中的静态方法org.apache.hadoop.io.SequenceFile.CompressionType
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 类 中的方法org.apache.hadoop.io.SortedMapWritable
     
    values() - 枚举 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcKindProto
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto.OperationProto
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcErrorCodeProto
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto.RpcStatusProto
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslState
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.ipc.RPC.RpcKind
     
    values() - 枚举 中的静态方法org.apache.hadoop.metrics2.annotation.Metric.Type
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.metrics2.lib.DefaultMetricsSystem
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.metrics2.MetricType
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink.GangliaConfType
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink.GangliaSlope
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.security.Credentials.SerializedFormat
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.security.SaslRpcServer.AuthMethod
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.security.SaslRpcServer.QualityOfProtection
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.security.UserGroupInformation.AuthenticationMethod
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.service.Service.STATE
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.tools.TableListing.Justification
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.util.DataChecksum.Type
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.util.Shell.OSType
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    values() - 枚举 中的静态方法org.apache.hadoop.util.StringUtils.TraditionalBinaryPrefix
    按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
    verify(String, SSLSession) - 类 中的方法org.apache.hadoop.security.ssl.SSLHostnameVerifier.AbstractVerifier
    The javax.net.ssl.HostnameVerifier contract.
    verifyCanMlock() - 类 中的方法org.apache.hadoop.io.nativeio.NativeIO.POSIX.CacheManipulator
     
    verifyCanMlock() - 类 中的方法org.apache.hadoop.io.nativeio.NativeIO.POSIX.NoMlockCacheManipulator
     
    verifyConfigurationFilesExist(String[]) - 类 中的方法org.apache.hadoop.service.launcher.ServiceLauncher
    Verify that all the specified filenames exist.
    verifyToken(TokenIdent, byte[]) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager
    Verifies that the given identifier and password are valid and match.
    VERSION - 类 中的静态变量org.apache.hadoop.fs.HarFileSystem
     
    Version(DataInput) - 类 的构造器org.apache.hadoop.io.file.tfile.Utils.Version
    Construct the Version object by reading from the input stream.
    Version(short, short) - 类 的构造器org.apache.hadoop.io.file.tfile.Utils.Version
    Constructor.
    VERSION_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
     
    VERSION_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
     
    VersionedProtocol - org.apache.hadoop.ipc中的接口
    Superclass of all protocols that use Hadoop RPC.
    VersionedWritable - org.apache.hadoop.io中的类
    A base class for Writables that provides version checking.
    VersionedWritable() - 类 的构造器org.apache.hadoop.io.VersionedWritable
     
    versionID - 接口 中的静态变量org.apache.hadoop.ha.HAServiceProtocol
    Initial version of the protocol
    versionID - 接口 中的静态变量org.apache.hadoop.tracing.TraceAdminProtocol
     
    VersionInfo - org.apache.hadoop.util中的类
    This class returns build information about Hadoop components.
    VersionInfo(String) - 类 的构造器org.apache.hadoop.util.VersionInfo
     
    VersionMismatch(String, long, long) - 异常错误 的构造器org.apache.hadoop.ipc.RPC.VersionMismatch
    Create a version mismatch exception
    VersionMismatchException - org.apache.hadoop.io中的异常错误
    Thrown by VersionedWritable.readFields(DataInput) when the version of an object being read does not match the current implementation version as returned by VersionedWritable.getVersion().
    VersionMismatchException(byte, byte) - 异常错误 的构造器org.apache.hadoop.io.VersionMismatchException
     
    VERSIONS_FIELD_NUMBER - 类 中的静态变量org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
     
    ViewFileSystem - org.apache.hadoop.fs.viewfs中的类
    ViewFileSystem (extends the FileSystem interface) implements a client-side mount table.
    ViewFileSystem() - 类 的构造器org.apache.hadoop.fs.viewfs.ViewFileSystem
    This is the constructor with the signature needed by FileSystem.createFileSystem(URI, Configuration) After this constructor is called initialize() is called.
    ViewFileSystem(Configuration) - 类 的构造器org.apache.hadoop.fs.viewfs.ViewFileSystem
    Convenience Constructor for apps to call directly
    ViewFileSystem.MountPoint - org.apache.hadoop.fs.viewfs中的类
    MountPoint representation built from the configuration.
    ViewFileSystemUtil - org.apache.hadoop.fs.viewfs中的类
    Utility APIs for ViewFileSystem.
    ViewFs - org.apache.hadoop.fs.viewfs中的类
    ViewFs (extends the AbstractFileSystem interface) implements a client-side mount table.
    ViewFs(Configuration) - 类 的构造器org.apache.hadoop.fs.viewfs.ViewFs
     
    ViewFs.MountPoint - org.apache.hadoop.fs.viewfs中的类
     
    VIEWFS_SCHEME - 接口 中的静态变量org.apache.hadoop.fs.FsConstants
     
    VIEWFS_URI - 接口 中的静态变量org.apache.hadoop.fs.FsConstants
    ViewFs: viewFs file system (ie the mount file system on client side)
    VIntWritable - org.apache.hadoop.io中的类
    A WritableComparable for integer values stored in variable-length format.
    VIntWritable() - 类 的构造器org.apache.hadoop.io.VIntWritable
     
    VIntWritable(int) - 类 的构造器org.apache.hadoop.io.VIntWritable
     
    visit(MetricsVisitor) - 类 中的方法org.apache.hadoop.metrics2.AbstractMetric
    Accept a visitor interface
    VLongWritable - org.apache.hadoop.io中的类
    A WritableComparable for longs in a variable-length format.
    VLongWritable() - 类 的构造器org.apache.hadoop.io.VLongWritable
     
    VLongWritable(long) - 类 的构造器org.apache.hadoop.io.VLongWritable
     

    W

    wait(Object, long, TimeUnit) - 类 中的静态方法org.apache.hadoop.util.concurrent.AsyncGet.Util
    Use AsyncGet.get(long, TimeUnit) timeout parameters to wait.
    Waitable<T> - org.apache.hadoop.util中的类
    Represents an object that you can wait for.
    Waitable(Condition) - 类 的构造器org.apache.hadoop.util.Waitable
     
    waitForServiceToStop(long) - 类 中的方法org.apache.hadoop.service.AbstractService
     
    waitForServiceToStop(long) - 接口 中的方法org.apache.hadoop.service.Service
    Block waiting for the service to stop; uses the termination notification object to do so.
    warmUpEncryptedKeys(String...) - 接口 中的方法org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.CryptoExtension
    Calls to this method allows the underlying KeyProvider to warm-up any implementation specific caches used to store the Encrypted Keys.
    warmUpEncryptedKeys(String...) - 类 中的方法org.apache.hadoop.crypto.key.kms.LoadBalancingKMSClientProvider
     
    warn(String) - 类 中的方法org.apache.hadoop.service.launcher.ServiceLauncher
    Print a warning message.
    weakIntern(String) - 类 中的静态方法org.apache.hadoop.util.StringInterner
    Interns and returns a reference to the representative instance for any of a collection of string instances that are equal to each other.
    WeightedRoundRobinMultiplexer - org.apache.hadoop.ipc中的类
    Determines which queue to start reading from, occasionally drawing from low-priority queues in order to prevent starvation.
    WeightedRoundRobinMultiplexer(int, String, Configuration) - 类 的构造器org.apache.hadoop.ipc.WeightedRoundRobinMultiplexer
     
    WhitelistBasedResolver - org.apache.hadoop.security中的类
    An implementation of the SaslPropertiesResolver.
    WhitelistBasedResolver() - 类 的构造器org.apache.hadoop.security.WhitelistBasedResolver
     
    WILDCARD_ACL_VALUE - 类 中的静态变量org.apache.hadoop.security.authorize.AccessControlList
     
    WILDCARD_VALUE - 类 中的静态变量org.apache.hadoop.util.MachineList
     
    windowBits() - 枚举 中的方法org.apache.hadoop.io.compress.zlib.ZlibCompressor.CompressionHeader
     
    windowBits() - 枚举 中的方法org.apache.hadoop.io.compress.zlib.ZlibDecompressor.CompressionHeader
     
    WINDOWS - 类 中的静态变量org.apache.hadoop.fs.Path
    Whether the current host is a Windows machine.
    Windows() - 类 的构造器org.apache.hadoop.io.nativeio.NativeIO.Windows
     
    WINDOWS - 类 中的静态变量org.apache.hadoop.util.Shell
     
    WINDOWS_MAX_SHELL_LENGHT - 类 中的静态变量org.apache.hadoop.util.Shell
    已过时。
    use the correctly spelled constant.
    WINDOWS_MAX_SHELL_LENGTH - 类 中的静态变量org.apache.hadoop.util.Shell
    Maximum command line length in Windows KB830473 documents this as 8191
    WindowsProcessLaunchLock - 类 中的静态变量org.apache.hadoop.util.Shell
    Windows CreateProcess synchronization object.
    WINUTILS - 类 中的静态变量org.apache.hadoop.util.Shell
    已过时。
    use one of the exception-raising getter methods, specifically Shell.getWinUtilsPath() or Shell.getWinUtilsFile()
    withFullyQualifiedPath(String) - 异常错误 中的方法org.apache.hadoop.fs.PathIOException
     
    WORK_FACTOR - 类 中的静态变量org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
    This constant is accessible by subclasses for historical purposes.
    wrap(ByteBuffer) - 类 中的静态方法org.apache.hadoop.ipc.RpcWritable.Buffer
     
    WRAP_VALUE - 枚举 中的静态变量org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslState
    WRAP = 5;
    wrapException(String, String, IOException) - 类 中的静态方法org.apache.hadoop.io.IOUtils
    Takes an IOException, file/directory path, and method name and returns an IOException with the input exception as the cause and also include the file,method details.
    wrappedReadForCompressedData(InputStream, byte[], int, int) - 类 中的静态方法org.apache.hadoop.io.IOUtils
    Utility wrapper for reading from InputStream.
    wrapWidth(int) - 类 中的方法org.apache.hadoop.tools.TableListing.Builder
    Set the maximum width of a row in the TableListing.
    Writable - org.apache.hadoop.io中的接口
    A serializable object which implements a simple, efficient, serialization protocol, based on DataInput and DataOutput.
    WritableComparable<T> - org.apache.hadoop.io中的接口
    A Writable which is also Comparable.
    WritableComparator - org.apache.hadoop.io中的类
    A Comparator for WritableComparables.
    WritableComparator() - 类 的构造器org.apache.hadoop.io.WritableComparator
     
    WritableComparator(Class<? extends WritableComparable>) - 类 的构造器org.apache.hadoop.io.WritableComparator
    Construct for a WritableComparable implementation.
    WritableComparator(Class<? extends WritableComparable>, boolean) - 类 的构造器org.apache.hadoop.io.WritableComparator
     
    WritableComparator(Class<? extends WritableComparable>, Configuration, boolean) - 类 的构造器org.apache.hadoop.io.WritableComparator
     
    WritableFactories - org.apache.hadoop.io中的类
    Factories for non-public writables.
    WritableFactory - org.apache.hadoop.io中的接口
    A factory for a class of Writable.
    WritableRpcEngine - org.apache.hadoop.ipc中的类
    已过时。
    WritableRpcEngine() - 类 的构造器org.apache.hadoop.ipc.WritableRpcEngine
    已过时。
     
    WritableRpcEngine.Server - org.apache.hadoop.ipc中的类
    已过时。
    writableRpcVersion - 类 中的静态变量org.apache.hadoop.ipc.WritableRpcEngine
    已过时。
     
    WritableSerialization - org.apache.hadoop.io.serializer中的类
    WritableSerialization() - 类 的构造器org.apache.hadoop.io.serializer.WritableSerialization
     
    WritableUtils - org.apache.hadoop.io中的类
     
    WritableUtils() - 类 的构造器org.apache.hadoop.io.WritableUtils
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.conf.Configuration
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.fs.FileStatus
    已过时。
    Use the PBHelper and protobuf serialization directly.
    write(DataOutput) - 类 中的方法org.apache.hadoop.fs.FsStatus
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.fs.permission.FsPermission
    已过时。
    write(DataOutput) - 类 中的方法org.apache.hadoop.fs.store.EtagChecksum
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.io.AbstractMapWritable
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.io.ArrayPrimitiveWritable
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.io.ArrayWritable
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.io.BooleanWritable
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.io.BytesWritable
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.io.ByteWritable
     
    write(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.BlockCompressorStream
    Write the data provided to the compression codec, compressing no more than the buffer size less the compression overhead as specified during construction for each block.
    write(int) - 类 中的方法org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
     
    write(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.bzip2.CBZip2OutputStream
     
    write(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.CompressionOutputStream
    Write compressed bytes to the stream.
    write(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.CompressorStream
     
    write(int) - 类 中的方法org.apache.hadoop.io.compress.CompressorStream
     
    write(int) - 类 中的方法org.apache.hadoop.io.compress.GzipCodec.GzipOutputStream
     
    write(byte[], int, int) - 类 中的方法org.apache.hadoop.io.compress.GzipCodec.GzipOutputStream
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.io.CompressedWritable
     
    write(int) - 类 中的方法org.apache.hadoop.io.DataOutputOutputStream
     
    write(byte[], int, int) - 类 中的方法org.apache.hadoop.io.DataOutputOutputStream
     
    write(byte[]) - 类 中的方法org.apache.hadoop.io.DataOutputOutputStream
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.io.DoubleWritable
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.io.EnumSetWritable
     
    write(int) - 类 中的方法org.apache.hadoop.io.file.tfile.SimpleBufferedOutputStream
     
    write(byte[], int, int) - 类 中的方法org.apache.hadoop.io.file.tfile.SimpleBufferedOutputStream
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.io.file.tfile.Utils.Version
    Write the objec to a DataOutput.
    write(DataOutput) - 类 中的方法org.apache.hadoop.io.FloatWritable
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.io.GenericWritable
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.io.IntWritable
     
    write(byte[], int, int) - 类 中的方法org.apache.hadoop.io.IOUtils.NullOutputStream
     
    write(int) - 类 中的方法org.apache.hadoop.io.IOUtils.NullOutputStream
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.io.LongWritable
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.io.MapWritable
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.io.MD5Hash
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.io.NullWritable
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.io.ObjectWritable
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.io.SequenceFile.Metadata
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.io.ShortWritable
    write short value
    write(DataOutput) - 类 中的方法org.apache.hadoop.io.SortedMapWritable
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.io.Text
    serialize write this object to out length uses zero-compressed encoding
    write(DataOutput, int) - 类 中的方法org.apache.hadoop.io.Text
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.io.TwoDArrayWritable
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.io.VersionedWritable
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.io.VIntWritable
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.io.VLongWritable
     
    write(DataOutput) - 接口 中的方法org.apache.hadoop.io.Writable
    Serialize the fields of this object to out.
    write(DataOutput) - 类 中的方法org.apache.hadoop.ipc.ProtocolSignature
     
    write(String) - 类 中的方法org.apache.hadoop.metrics2.sink.GraphiteSink.Graphite
     
    write(String) - 类 中的方法org.apache.hadoop.metrics2.sink.StatsDSink.StatsD
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.security.authorize.AccessControlList
    Serializes the AccessControlList object
    write(DataOutput) - 类 中的方法org.apache.hadoop.security.Credentials
    Stores all the keys to DataOutput.
    write(DataOutput) - 枚举 中的方法org.apache.hadoop.security.SaslRpcServer.AuthMethod
    Write to out
    write(DataOutput) - 类 中的方法org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.security.token.Token
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.util.bloom.BloomFilter
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.util.bloom.CountingBloomFilter
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.util.bloom.DynamicBloomFilter
     
    write(DataOutput) - 类 中的方法org.apache.hadoop.util.bloom.RetouchedBloomFilter
     
    writeCompressed(DataOutput) - 类 中的方法org.apache.hadoop.io.CompressedWritable
    Subclasses implement this instead of CompressedWritable.write(DataOutput).
    writeCompressedByteArray(DataOutput, byte[]) - 类 中的静态方法org.apache.hadoop.io.WritableUtils
     
    writeCompressedBytes(DataOutputStream) - 接口 中的方法org.apache.hadoop.io.SequenceFile.ValueBytes
    Write compressed bytes to outStream.
    writeCompressedString(DataOutput, String) - 类 中的静态方法org.apache.hadoop.io.WritableUtils
     
    writeCompressedStringArray(DataOutput, String[]) - 类 中的静态方法org.apache.hadoop.io.WritableUtils
     
    writeEnum(DataOutput, Enum<?>) - 类 中的静态方法org.apache.hadoop.io.WritableUtils
    writes String value of enum to DataOutput.
    writeFile(SequenceFile.Sorter.RawKeyValueIterator, SequenceFile.Writer) - 类 中的方法org.apache.hadoop.io.SequenceFile.Sorter
    Writes records from RawKeyValueIterator into a file represented by the passed writer
    writeFully(WritableByteChannel, ByteBuffer) - 类 中的静态方法org.apache.hadoop.io.IOUtils
    Write a ByteBuffer to a WritableByteChannel, handling short writes.
    writeFully(FileChannel, ByteBuffer, long) - 类 中的静态方法org.apache.hadoop.io.IOUtils
    Write a ByteBuffer to a FileChannel at a given offset, handling short writes.
    writeKey(OutputStream) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
    Writing the key to the output stream.
    writeMetric(String) - 类 中的方法org.apache.hadoop.metrics2.sink.StatsDSink
     
    writeObject(DataOutput, Object, Class, Configuration) - 类 中的静态方法org.apache.hadoop.io.ObjectWritable
    Write a Writable, String, primitive type, or an array of the preceding.
    writeObject(DataOutput, Object, Class, Configuration, boolean) - 类 中的静态方法org.apache.hadoop.io.ObjectWritable
    Write a Writable, String, primitive type, or an array of the preceding.
    Writer(Configuration, FileSystem, String, Class<? extends Writable>) - 类 的构造器org.apache.hadoop.io.ArrayFile.Writer
    Create the named file for values of the named class.
    Writer(Configuration, FileSystem, String, Class<? extends Writable>, SequenceFile.CompressionType, Progressable) - 类 的构造器org.apache.hadoop.io.ArrayFile.Writer
    Create the named file for values of the named class.
    Writer(Configuration, FileSystem, String, Class<? extends WritableComparable>, Class<? extends Writable>, SequenceFile.CompressionType, CompressionCodec, Progressable) - 类 的构造器org.apache.hadoop.io.BloomMapFile.Writer
    已过时。
    Writer(Configuration, FileSystem, String, Class<? extends WritableComparable>, Class, SequenceFile.CompressionType, Progressable) - 类 的构造器org.apache.hadoop.io.BloomMapFile.Writer
    已过时。
    Writer(Configuration, FileSystem, String, Class<? extends WritableComparable>, Class, SequenceFile.CompressionType) - 类 的构造器org.apache.hadoop.io.BloomMapFile.Writer
    已过时。
    Writer(Configuration, FileSystem, String, WritableComparator, Class, SequenceFile.CompressionType, CompressionCodec, Progressable) - 类 的构造器org.apache.hadoop.io.BloomMapFile.Writer
    已过时。
    Writer(Configuration, FileSystem, String, WritableComparator, Class, SequenceFile.CompressionType, Progressable) - 类 的构造器org.apache.hadoop.io.BloomMapFile.Writer
    已过时。
    Writer(Configuration, FileSystem, String, WritableComparator, Class, SequenceFile.CompressionType) - 类 的构造器org.apache.hadoop.io.BloomMapFile.Writer
    已过时。
    Writer(Configuration, FileSystem, String, WritableComparator, Class) - 类 的构造器org.apache.hadoop.io.BloomMapFile.Writer
    已过时。
    Writer(Configuration, FileSystem, String, Class<? extends WritableComparable>, Class) - 类 的构造器org.apache.hadoop.io.BloomMapFile.Writer
    已过时。
    Writer(Configuration, Path, SequenceFile.Writer.Option...) - 类 的构造器org.apache.hadoop.io.BloomMapFile.Writer
     
    Writer(FSDataOutputStream, int, String, String, Configuration) - 类 的构造器org.apache.hadoop.io.file.tfile.TFile.Writer
    Constructor
    Writer(Configuration, FileSystem, String, Class<? extends WritableComparable>, Class) - 类 的构造器org.apache.hadoop.io.MapFile.Writer
    已过时。
    Use Writer(Configuration, Path, Option...) instead.
    Writer(Configuration, FileSystem, String, Class<? extends WritableComparable>, Class, SequenceFile.CompressionType, Progressable) - 类 的构造器org.apache.hadoop.io.MapFile.Writer
    已过时。
    Use Writer(Configuration, Path, Option...) instead.
    Writer(Configuration, FileSystem, String, Class<? extends WritableComparable>, Class, SequenceFile.CompressionType, CompressionCodec, Progressable) - 类 的构造器org.apache.hadoop.io.MapFile.Writer
    已过时。
    Use Writer(Configuration, Path, Option...) instead.
    Writer(Configuration, FileSystem, String, Class<? extends WritableComparable>, Class, SequenceFile.CompressionType) - 类 的构造器org.apache.hadoop.io.MapFile.Writer
    已过时。
    Use Writer(Configuration, Path, Option...) instead.
    Writer(Configuration, FileSystem, String, WritableComparator, Class) - 类 的构造器org.apache.hadoop.io.MapFile.Writer
    已过时。
    Use Writer(Configuration, Path, Option...) instead.
    Writer(Configuration, FileSystem, String, WritableComparator, Class, SequenceFile.CompressionType) - 类 的构造器org.apache.hadoop.io.MapFile.Writer
    已过时。
    Use Writer(Configuration, Path, Option...) instead.
    Writer(Configuration, FileSystem, String, WritableComparator, Class, SequenceFile.CompressionType, Progressable) - 类 的构造器org.apache.hadoop.io.MapFile.Writer
    已过时。
    Use Writer(Configuration, Path, Option...)} instead.
    Writer(Configuration, FileSystem, String, WritableComparator, Class, SequenceFile.CompressionType, CompressionCodec, Progressable) - 类 的构造器org.apache.hadoop.io.MapFile.Writer
    已过时。
    Use Writer(Configuration, Path, Option...) instead.
    Writer(Configuration, Path, SequenceFile.Writer.Option...) - 类 的构造器org.apache.hadoop.io.MapFile.Writer
     
    Writer(FileSystem, Configuration, Path, Class, Class) - 类 的构造器org.apache.hadoop.io.SequenceFile.Writer
    Writer(FileSystem, Configuration, Path, Class, Class, Progressable, SequenceFile.Metadata) - 类 的构造器org.apache.hadoop.io.SequenceFile.Writer
    Writer(FileSystem, Configuration, Path, Class, Class, int, short, long, Progressable, SequenceFile.Metadata) - 类 的构造器org.apache.hadoop.io.SequenceFile.Writer
    Writer(FileSystem, String, Class<? extends WritableComparable>) - 类 的构造器org.apache.hadoop.io.SetFile.Writer
    已过时。
    pass a Configuration too
    Writer(Configuration, FileSystem, String, Class<? extends WritableComparable>, SequenceFile.CompressionType) - 类 的构造器org.apache.hadoop.io.SetFile.Writer
    Create a set naming the element class and compression type.
    Writer(Configuration, FileSystem, String, WritableComparator, SequenceFile.CompressionType) - 类 的构造器org.apache.hadoop.io.SetFile.Writer
    Create a set naming the element comparator and compression type.
    writeReplace() - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.fs.FSProtos.FsPermissionProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
     
    writeReplace() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
     
    writeReplace() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
     
    writeReplace() - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
     
    writeString(DataOutput, String) - 类 中的静态方法org.apache.hadoop.io.file.tfile.Utils
    Write a String as a VInt n, followed by n Bytes as in Text format.
    writeString(DataOutput, String) - 类 中的静态方法org.apache.hadoop.io.Text
    Write a UTF8 encoded string to out
    writeString(DataOutput, String, int) - 类 中的静态方法org.apache.hadoop.io.Text
    Write a UTF8 encoded string with a maximum size to out
    writeString(DataOutput, String) - 类 中的静态方法org.apache.hadoop.io.WritableUtils
     
    writeStringArray(DataOutput, String[]) - 类 中的静态方法org.apache.hadoop.io.WritableUtils
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.fs.FSProtos.FileStatusProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.fs.FSProtos.FsPermissionProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusRequestProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.GetServiceStatusResponseProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.HAStateChangeRequestInfoProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthRequestProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.MonitorHealthResponseProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveRequestProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToActiveResponseProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyRequestProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ha.proto.HAServiceProtocolProtos.TransitionToStandbyResponseProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveRequestProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.CedeActiveResponseProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverRequestProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ha.proto.ZKFCProtocolProtos.GracefulFailoverResponseProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshRequestProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshResponseProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ipc.proto.RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.IpcConnectionContextProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos.UserInformationProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos.RequestHeaderProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureRequestProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolSignatureResponseProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsRequestProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.GetProtocolVersionsResponseProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolSignatureProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolVersionProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCCallerContextProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcRequestHeaderProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcResponseHeaderProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto.SaslAuth
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RpcSaslProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.ipc.protobuf.RpcHeaderProtos.RPCTraceInfoProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclRequestProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.security.proto.RefreshAuthorizationPolicyProtocolProtos.RefreshServiceAclResponseProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationRequestProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshSuperUserGroupsConfigurationResponseProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsRequestProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.security.proto.RefreshUserMappingsProtocolProtos.RefreshUserToGroupsMappingsResponseProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsKVProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.CredentialsProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.security.proto.SecurityProtos.TokenProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserRequestProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.tools.proto.GetUserMappingsProtocolProtos.GetGroupsForUserResponseProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverRequestProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.AddSpanReceiverResponseProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ConfigPair
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversRequestProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.ListSpanReceiversResponseProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverRequestProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.RemoveSpanReceiverResponseProto
     
    writeTo(CodedOutputStream) - 类 中的方法org.apache.hadoop.tracing.TraceAdminPB.SpanReceiverListInfo
     
    writeTokenStorageFile(Path, Configuration) - 类 中的方法org.apache.hadoop.security.Credentials
     
    writeTokenStorageFile(Path, Configuration, Credentials.SerializedFormat) - 类 中的方法org.apache.hadoop.security.Credentials
     
    writeTokenStorageToStream(DataOutputStream) - 类 中的方法org.apache.hadoop.security.Credentials
     
    writeTokenStorageToStream(DataOutputStream, Credentials.SerializedFormat) - 类 中的方法org.apache.hadoop.security.Credentials
     
    writeUncompressedBytes(DataOutputStream) - 接口 中的方法org.apache.hadoop.io.SequenceFile.ValueBytes
    Writes the uncompressed bytes to the outStream.
    writeValue(OutputStream) - 类 中的方法org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner.Entry
    Writing the value to the output stream.
    writeVInt(DataOutput, int) - 类 中的静态方法org.apache.hadoop.io.file.tfile.Utils
    Encoding an integer into a variable-length encoding format.
    writeVInt(DataOutput, int) - 类 中的静态方法org.apache.hadoop.io.WritableUtils
    Serializes an integer to a binary stream with zero-compressed encoding.
    writeVLong(DataOutput, long) - 类 中的静态方法org.apache.hadoop.io.file.tfile.Utils
    Encoding a Long integer into a variable-length encoding format.
    writeVLong(DataOutput, long) - 类 中的静态方法org.apache.hadoop.io.WritableUtils
    Serializes a long to a binary stream with zero-compressed encoding.
    writeXml(OutputStream) - 类 中的方法org.apache.hadoop.conf.Configuration
    Write out the non-default properties in this configuration to the given OutputStream using UTF-8 encoding.
    writeXml(Writer) - 类 中的方法org.apache.hadoop.conf.Configuration
     
    writeXml(String, Writer) - 类 中的方法org.apache.hadoop.conf.Configuration
    Write out the non-default properties in this configuration to the given Writer.

    X

    X_FRAME_OPTIONS - 类 中的静态变量org.apache.hadoop.security.http.XFrameOptionsFilter
     
    XAttrCodec - org.apache.hadoop.fs中的枚举
    The value of XAttr is byte[], this class is to covert byte[] to some kind of string representation or convert back.
    XAttrSetFlag - org.apache.hadoop.fs中的枚举
     
    xdr_int(int) - 类 中的方法org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
    Puts an integer into the buffer as 4 bytes, big-endian.
    xdr_string(String) - 类 中的方法org.apache.hadoop.metrics2.sink.ganglia.AbstractGangliaSink
    Puts a string into the buffer by first writing the size of the string as an int, followed by the bytes of the string, padded if necessary to a multiple of 4.
    XFrameOptionsFilter - org.apache.hadoop.security.http中的类
    This filter protects webapps from clickjacking attacks that are possible through use of Frames to embed the resources in another application and intercept clicks to accomplish nefarious things.
    XFrameOptionsFilter() - 类 的构造器org.apache.hadoop.security.http.XFrameOptionsFilter
     
    XFrameOptionsFilter.XFrameOptionsResponseWrapper - org.apache.hadoop.security.http中的类
    This wrapper allows the rest of the filter pipeline to see the configured value when interrogating the response.
    XFrameOptionsResponseWrapper(HttpServletResponse) - 类 的构造器org.apache.hadoop.security.http.XFrameOptionsFilter.XFrameOptionsResponseWrapper
    Ctor to take wrap the provided response.
    xor(Filter) - 类 中的方法org.apache.hadoop.util.bloom.BloomFilter
     
    xor(Filter) - 类 中的方法org.apache.hadoop.util.bloom.CountingBloomFilter
     
    xor(Filter) - 类 中的方法org.apache.hadoop.util.bloom.DynamicBloomFilter
     
    XOR_2_1_SCHEMA - 类 中的静态变量org.apache.hadoop.io.erasurecode.ErasureCodeConstants
     
    XOR_CODEC_NAME - 类 中的静态变量org.apache.hadoop.io.erasurecode.ErasureCodeConstants
     

    Z

    ZeroCopyUnavailableException - org.apache.hadoop.fs中的异常错误
     
    ZeroCopyUnavailableException(String) - 异常错误 的构造器org.apache.hadoop.fs.ZeroCopyUnavailableException
     
    ZeroCopyUnavailableException(String, Exception) - 异常错误 的构造器org.apache.hadoop.fs.ZeroCopyUnavailableException
     
    ZeroCopyUnavailableException(Exception) - 异常错误 的构造器org.apache.hadoop.fs.ZeroCopyUnavailableException
     
    ZKCuratorManager.SafeTransaction - org.apache.hadoop.util.curator中的类
    Use curator transactions to ensure zk-operations are performed in an all or nothing fashion.
    ZKFCProtocolClientSideTranslatorPB - org.apache.hadoop.ha.protocolPB中的类
     
    ZKFCProtocolClientSideTranslatorPB(InetSocketAddress, Configuration, SocketFactory, int) - 类 的构造器org.apache.hadoop.ha.protocolPB.ZKFCProtocolClientSideTranslatorPB
     
    ZKFCProtocolPB - org.apache.hadoop.ha.protocolPB中的接口
     
    ZKFCProtocolProtos - org.apache.hadoop.ha.proto中的类
     
    ZKFCProtocolProtos.CedeActiveRequestProto - org.apache.hadoop.ha.proto中的类
    Protobuf type hadoop.common.CedeActiveRequestProto
    ZKFCProtocolProtos.CedeActiveRequestProto.Builder - org.apache.hadoop.ha.proto中的类
    Protobuf type hadoop.common.CedeActiveRequestProto
    ZKFCProtocolProtos.CedeActiveRequestProtoOrBuilder - org.apache.hadoop.ha.proto中的接口
     
    ZKFCProtocolProtos.CedeActiveResponseProto - org.apache.hadoop.ha.proto中的类
    Protobuf type hadoop.common.CedeActiveResponseProto
    ZKFCProtocolProtos.CedeActiveResponseProto.Builder - org.apache.hadoop.ha.proto中的类
    Protobuf type hadoop.common.CedeActiveResponseProto
    ZKFCProtocolProtos.CedeActiveResponseProtoOrBuilder - org.apache.hadoop.ha.proto中的接口
     
    ZKFCProtocolProtos.GracefulFailoverRequestProto - org.apache.hadoop.ha.proto中的类
    Protobuf type hadoop.common.GracefulFailoverRequestProto
    ZKFCProtocolProtos.GracefulFailoverRequestProto.Builder - org.apache.hadoop.ha.proto中的类
    Protobuf type hadoop.common.GracefulFailoverRequestProto
    ZKFCProtocolProtos.GracefulFailoverRequestProtoOrBuilder - org.apache.hadoop.ha.proto中的接口
     
    ZKFCProtocolProtos.GracefulFailoverResponseProto - org.apache.hadoop.ha.proto中的类
    Protobuf type hadoop.common.GracefulFailoverResponseProto
    ZKFCProtocolProtos.GracefulFailoverResponseProto.Builder - org.apache.hadoop.ha.proto中的类
    Protobuf type hadoop.common.GracefulFailoverResponseProto
    ZKFCProtocolProtos.GracefulFailoverResponseProtoOrBuilder - org.apache.hadoop.ha.proto中的接口
     
    ZKFCProtocolProtos.ZKFCProtocolService - org.apache.hadoop.ha.proto中的类
    Protobuf service hadoop.common.ZKFCProtocolService Protocol provides manual control of the ZK Failover Controllers
    ZKFCProtocolProtos.ZKFCProtocolService.BlockingInterface - org.apache.hadoop.ha.proto中的接口
     
    ZKFCProtocolProtos.ZKFCProtocolService.Interface - org.apache.hadoop.ha.proto中的接口
     
    ZKFCProtocolProtos.ZKFCProtocolService.Stub - org.apache.hadoop.ha.proto中的类
     
    ZKFCProtocolService() - 类 的构造器org.apache.hadoop.ha.proto.ZKFCProtocolProtos.ZKFCProtocolService
     
    ZlibCompressor - org.apache.hadoop.io.compress.zlib中的类
    A Compressor based on the popular zlib compression algorithm.
    ZlibCompressor() - 类 的构造器org.apache.hadoop.io.compress.zlib.ZlibCompressor
    Creates a new compressor with the default compression level.
    ZlibCompressor(Configuration) - 类 的构造器org.apache.hadoop.io.compress.zlib.ZlibCompressor
    Creates a new compressor, taking settings from the configuration.
    ZlibCompressor(ZlibCompressor.CompressionLevel, ZlibCompressor.CompressionStrategy, ZlibCompressor.CompressionHeader, int) - 类 的构造器org.apache.hadoop.io.compress.zlib.ZlibCompressor
    Creates a new compressor using the specified compression level.
    ZlibCompressor.CompressionHeader - org.apache.hadoop.io.compress.zlib中的枚举
    The type of header for compressed data.
    ZlibCompressor.CompressionLevel - org.apache.hadoop.io.compress.zlib中的枚举
    The compression level for zlib library.
    ZlibCompressor.CompressionStrategy - org.apache.hadoop.io.compress.zlib中的枚举
    The compression level for zlib library.
    ZlibDecompressor - org.apache.hadoop.io.compress.zlib中的类
    A Decompressor based on the popular zlib compression algorithm.
    ZlibDecompressor(ZlibDecompressor.CompressionHeader, int) - 类 的构造器org.apache.hadoop.io.compress.zlib.ZlibDecompressor
    Creates a new decompressor.
    ZlibDecompressor() - 类 的构造器org.apache.hadoop.io.compress.zlib.ZlibDecompressor
     
    ZlibDecompressor.CompressionHeader - org.apache.hadoop.io.compress.zlib中的枚举
    The headers to detect from compressed data.
    ZlibDecompressor.ZlibDirectDecompressor - org.apache.hadoop.io.compress.zlib中的类
     
    ZlibDirectDecompressor() - 类 的构造器org.apache.hadoop.io.compress.zlib.ZlibDecompressor.ZlibDirectDecompressor
     
    ZlibDirectDecompressor(ZlibDecompressor.CompressionHeader, int) - 类 的构造器org.apache.hadoop.io.compress.zlib.ZlibDecompressor.ZlibDirectDecompressor
     
    ZlibFactory - org.apache.hadoop.io.compress.zlib中的类
    A collection of factories to create the right zlib/gzip compressor/decompressor instances.
    ZlibFactory() - 类 的构造器org.apache.hadoop.io.compress.zlib.ZlibFactory
     
    ZStandardCodec - org.apache.hadoop.io.compress中的类
    This class creates zstd compressors/decompressors.
    ZStandardCodec() - 类 的构造器org.apache.hadoop.io.compress.ZStandardCodec
     
    ZStandardCompressor - org.apache.hadoop.io.compress.zstd中的类
    A Compressor based on the zStandard compression algorithm.
    ZStandardCompressor(int, int) - 类 的构造器org.apache.hadoop.io.compress.zstd.ZStandardCompressor
    Creates a new compressor with the default compression level.
    ZStandardDecompressor - org.apache.hadoop.io.compress.zstd中的类
    A Decompressor based on the zStandard compression algorithm.
    ZStandardDecompressor() - 类 的构造器org.apache.hadoop.io.compress.zstd.ZStandardDecompressor
     
    ZStandardDecompressor(int) - 类 的构造器org.apache.hadoop.io.compress.zstd.ZStandardDecompressor
    Creates a new decompressor.
    ZStandardDecompressor.ZStandardDirectDecompressor - org.apache.hadoop.io.compress.zstd中的类
    A DirectDecompressor for ZStandard https://github.com/facebook/zstd.
    ZStandardDirectDecompressor(int) - 类 的构造器org.apache.hadoop.io.compress.zstd.ZStandardDecompressor.ZStandardDirectDecompressor
     

    _

    _getBranch() - 类 中的方法org.apache.hadoop.util.VersionInfo
     
    _getBuildVersion() - 类 中的方法org.apache.hadoop.util.VersionInfo
     
    _getDate() - 类 中的方法org.apache.hadoop.util.VersionInfo
     
    _getProtocVersion() - 类 中的方法org.apache.hadoop.util.VersionInfo
     
    _getRevision() - 类 中的方法org.apache.hadoop.util.VersionInfo
     
    _getSrcChecksum() - 类 中的方法org.apache.hadoop.util.VersionInfo
     
    _getUrl() - 类 中的方法org.apache.hadoop.util.VersionInfo
     
    _getUser() - 类 中的方法org.apache.hadoop.util.VersionInfo
     
    _getVersion() - 类 中的方法org.apache.hadoop.util.VersionInfo
     
    A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 

    Copyright © 2008–2019 Apache Software Foundation. All rights reserved.